Started by an SCM change Running as SYSTEM Agent centos-7-g3prd is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-g3prd" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.scout.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-g3prd" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-g3prd" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.scout.svc.cluster.local/scout/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.5" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-scout" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on centos-7-g3prd (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-scout/scout.rt.git > git init /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous # timeout=10 Fetching upstream changes from https://github.com/eclipse-scout/scout.rt.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' > git fetch --tags --progress https://github.com/eclipse-scout/scout.rt.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-scout/scout.rt.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/releases/6.1.x^{commit} # timeout=10 Checking out Revision 62711bddaa66b7b8ca5d6bfd7b3aa31848855c9c (refs/remotes/origin/releases/6.1.x) > git config core.sparsecheckout # timeout=10 > git checkout -f 62711bddaa66b7b8ca5d6bfd7b3aa31848855c9c # timeout=10 Commit message: "Remove bintray maven repository" First time build. Skipping changelog. [org.eclipse.scout.rt.branch-6.1_continuous] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.scout.rt/pom.xml -Dbranch=origin/releases/6.1.x -Dmaster_sanityCheck_skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository clean install -U -B -e -T0.5C Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt:pom:6.1.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt-settings:jar:6.1.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Scout RT [pom] [INFO] org.eclipse.scout.rt:org.eclipse.scout.json [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test [jar] [INFO] org.eclipse.scout.rt.ui.html.selenium [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix [jar] [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test [jar] [INFO] org.eclipse.scout.rt-settings [jar] [INFO] [INFO] -------------< org.eclipse.scout.rt:org.eclipse.scout.rt >-------------- [INFO] Building Eclipse Scout RT 6.1.0-SNAPSHOT [1/35] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ org.eclipse.scout.rt --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ org.eclipse.scout.rt --- [INFO] Generating flattened POM of project org.eclipse.scout.rt:org.eclipse.scout.rt:pom:6.1.0-SNAPSHOT... [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt --- [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt/.flattened-pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt/6.1.0-SNAPSHOT/org.eclipse.scout.rt-6.1.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.scout.rt:org.eclipse.scout.json >------------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.json 6.1.0-SNAPSHOT [2/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.json --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.json --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.json --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.json --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.json/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.json --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.json/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.json --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.json/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.json --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.json/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.json --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.json/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.json --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.json/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.json.SelfUseTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.json.SelfUseTest Running org.json.ParsingTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.json.ParsingTest Running org.json.JSONTokenerTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec - in org.json.JSONTokenerTest Running org.json.JSONStringerTest Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.json.JSONStringerTest Running org.json.JSONObjectTest Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.json.JSONObjectTest Running org.json.JSONArrayTest Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.json.JSONArrayTest Running org.json.CompatibilityTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.json.CompatibilityTest Results : Tests run: 187, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.json --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.json --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.json --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-6.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.json --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.json --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.json --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.json --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.json --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.json/6.1.0-SNAPSHOT/org.eclipse.scout.json-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.json/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.json/6.1.0-SNAPSHOT/org.eclipse.scout.json-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-6.1.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.json/6.1.0-SNAPSHOT/org.eclipse.scout.json-6.1.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.json/6.1.0-SNAPSHOT/org.eclipse.scout.json-6.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-6.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.json/6.1.0-SNAPSHOT/org.eclipse.scout.json-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform >--------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.platform 6.1.0-SNAPSHOT [3/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.platform --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.platform --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.platform --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.platform --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.platform --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 368 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.platform --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.platform --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.platform --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.platform --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.platform --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.platform --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.platform --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.platform --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.platform --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/6.1.0-SNAPSHOT/org.eclipse.scout.rt.platform-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/6.1.0-SNAPSHOT/org.eclipse.scout.rt.platform-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/6.1.0-SNAPSHOT/org.eclipse.scout.rt.platform-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix >----- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix 6.1.0-SNAPSHOT [4/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty.test.affix/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty.test.affix/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty.test.affix --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/6.1.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty.test.affix/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/6.1.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/6.1.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt-settings >--------- [INFO] Building org.eclipse.scout.rt-settings 6.1.0-SNAPSHOT [5/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt-settings --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt-settings --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt-settings --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt-settings --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt-settings/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt-settings --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 15 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt-settings --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt-settings --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt-settings/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt-settings --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt-settings --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt-settings --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt-settings --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt-settings --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt-settings --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt-settings --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt-settings --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt-settings --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt-settings --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/6.1.0-SNAPSHOT/org.eclipse.scout.rt-settings-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt-settings/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/6.1.0-SNAPSHOT/org.eclipse.scout.rt-settings-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/6.1.0-SNAPSHOT/org.eclipse.scout.rt-settings-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test >------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test 6.1.0-SNAPSHOT [6/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.platform.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.platform.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.platform.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.platform.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.platform.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.platform.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.platform.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 28 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.platform.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 208 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform.test/target/test-classes [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/date/DateUtilityTest.java:[871] assertArrayEquals(new Date[0], DateUtility.getCoveredDays(null, null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCoveredDays(Date, Date) from the type DateUtility is deprecated [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/date/DateUtilityTest.java:[875] assertArrayEquals(new Date[]{DateUtility.truncDate(date1)}, DateUtility.getCoveredDays(date1, null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCoveredDays(Date, Date) from the type DateUtility is deprecated [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/date/DateUtilityTest.java:[876] assertArrayEquals(new Date[]{DateUtility.truncDate(date1)}, DateUtility.getCoveredDays(null, date1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCoveredDays(Date, Date) from the type DateUtility is deprecated [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/date/DateUtilityTest.java:[879] assertArrayEquals(new Date[]{DateUtility.truncDate(date1)}, DateUtility.getCoveredDays(date1, date1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCoveredDays(Date, Date) from the type DateUtility is deprecated [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/date/DateUtilityTest.java:[883] assertArrayEquals(new Date[]{truncDate(date1)}, DateUtility.getCoveredDays(date1, date2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCoveredDays(Date, Date) from the type DateUtility is deprecated [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/date/DateUtilityTest.java:[887] assertArrayEquals(new Date[]{truncDate(date1), truncDate(date3)}, DateUtility.getCoveredDays(date1, date3)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCoveredDays(Date, Date) from the type DateUtility is deprecated 6 problems (6 warnings) [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.platform.test --- [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.platform.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform.test/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.scout.rt.testing.platform.util.date.FixedDateProviderTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.testing.platform.util.date.FixedDateProviderTest Running org.eclipse.scout.rt.testing.platform.util.concurrent.ThreadInterruptionTest 2021-08-17 11:52:49,720 INFO [Thread-1] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[] 2021-08-17 11:52:49,825 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 11:52:49,906 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:39) - Finished preparation of jandex class inventory in 78.203073 ms - MDC[] 2021-08-17 11:52:49,922 WARN [Thread-1] org.eclipse.scout.rt.platform.internal.BeanFilter.collect(BeanFilter.java:102) - Skipping bean candidate 'org.eclipse.scout.rt.platform.inventory.internal.fixture.TestingBean$S6Sub2' because it has no empty constructor(). - MDC[] 2021-08-17 11:52:50,010 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[] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 sec - in org.eclipse.scout.rt.testing.platform.util.concurrent.ThreadInterruptionTest Running org.eclipse.scout.rt.testing.platform.util.concurrent.OptimisticLockTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.testing.platform.util.concurrent.OptimisticLockTest Running org.eclipse.scout.rt.testing.platform.util.ScoutAssertTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.testing.platform.util.ScoutAssertTest Running org.eclipse.scout.rt.testing.platform.util.BlockingCountDownLatchTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.007 sec - in org.eclipse.scout.rt.testing.platform.util.BlockingCountDownLatchTest Running org.eclipse.scout.rt.testing.platform.runner.statement.ScheduledDescendantJobListenerPlatformTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.045 sec - in org.eclipse.scout.rt.testing.platform.runner.statement.ScheduledDescendantJobListenerPlatformTest Running org.eclipse.scout.rt.testing.platform.runner.parameterized.SampleParameterizedPlatformTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.testing.platform.runner.parameterized.SampleParameterizedPlatformTest Running org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedTestRunnerExtensionTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedTestRunnerExtensionTest Running org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedPlatformTestRunnerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedPlatformTestRunnerTest Running org.eclipse.scout.rt.testing.platform.runner.TimesMethodLevelTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.testing.platform.runner.TimesMethodLevelTest Running org.eclipse.scout.rt.testing.platform.runner.TimesClassLevelTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.testing.platform.runner.TimesClassLevelTest Running org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest 2021-08-17 11:52:52,240 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[] org.eclipse.scout.rt.platform.exception.PlatformException: unexpected exception at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTestFixture.testUnexpectedExceptionHandledByExceptionHandler(PlatformTestRunnerTransactionTestFixture.java:116) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest.runServerTestRunner(PlatformTestRunnerTransactionTest.java:107) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest.testUnexpectedExceptionHandledByExceptionHandler(PlatformTestRunnerTransactionTest.java:88) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:52:52,253 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[] org.eclipse.scout.rt.platform.exception.PlatformException: expected exception at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTestFixture.testExpectedExceptionHandledByExceptionHandler(PlatformTestRunnerTransactionTestFixture.java:111) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest.runServerTestRunner(PlatformTestRunnerTransactionTest.java:107) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest.testExpectedExceptionHandledByExceptionHandler(PlatformTestRunnerTransactionTest.java:83) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 sec - in org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest Running org.eclipse.scout.rt.testing.platform.runner.MockBeanTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.testing.platform.runner.MockBeanTest Running org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest 2021-08-17 11:52:52,315 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[] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest$TestException1: expected JUnit test exception at org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest.testSingleException(JUnitExceptionHandlerTest.java:33) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:52:52,318 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[] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest$TestProcessingException3: expected JUnit test exception [severity=ERROR] at org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest.testProcessingException(JUnitExceptionHandlerTest.java:63) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:52:52,320 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[] 2021-08-17 11:52:52,321 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[] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest$TestException1: expected JUnit test exception at org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest.testMultipleExceptions(JUnitExceptionHandlerTest.java:46) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:52:52,322 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[] 2021-08-17 11:52:52,324 ERROR [main] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - TestException1:expected JUnit test exception - MDC[] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest$TestException1: expected JUnit test exception at org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest.testCustomExceptionHandler(JUnitExceptionHandlerTest.java:92) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest Running org.eclipse.scout.rt.testing.platform.mock.BeanAnnotationsTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.testing.platform.mock.BeanAnnotationsTest Running org.eclipse.scout.rt.platform.util.date.DateUtilityTest Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.923 sec - in org.eclipse.scout.rt.platform.util.date.DateUtilityTest Running org.eclipse.scout.rt.platform.util.date.DateProviderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.util.date.DateProviderTest Running org.eclipse.scout.rt.platform.util.collection.OrderedCollectionTest Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in org.eclipse.scout.rt.platform.util.collection.OrderedCollectionTest Running org.eclipse.scout.rt.platform.util.XmlUtilityTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec - in org.eclipse.scout.rt.platform.util.XmlUtilityTest Running org.eclipse.scout.rt.platform.util.XmlUtilityFactoryTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 sec - in org.eclipse.scout.rt.platform.util.XmlUtilityFactoryTest Running org.eclipse.scout.rt.platform.util.UriUtilityTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.eclipse.scout.rt.platform.util.UriUtilityTest Running org.eclipse.scout.rt.platform.util.UriBuilderTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.util.UriBuilderTest Running org.eclipse.scout.rt.platform.util.TypeCastUtilityTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.util.TypeCastUtilityTest Running org.eclipse.scout.rt.platform.util.TriStateTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.platform.util.TriStateTest Running org.eclipse.scout.rt.platform.util.ToStringBuilderTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.util.ToStringBuilderTest Running org.eclipse.scout.rt.platform.util.ThreadLocalProcessorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.ThreadLocalProcessorTest Running org.eclipse.scout.rt.platform.util.StringUtilityTest Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in org.eclipse.scout.rt.platform.util.StringUtilityTest Running org.eclipse.scout.rt.platform.util.ReflectionUtilityTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.util.ReflectionUtilityTest Running org.eclipse.scout.rt.platform.util.PreferredValueTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.PreferredValueTest Running org.eclipse.scout.rt.platform.util.PathValidatorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.PathValidatorTest Running org.eclipse.scout.rt.platform.util.PairTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.util.PairTest Running org.eclipse.scout.rt.platform.util.ObjectUtilityTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.util.ObjectUtilityTest Running org.eclipse.scout.rt.platform.util.NumberUtilityTest 2021-08-17 11:52:54,778 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'NaN' - MDC[] 2021-08-17 11:52:54,778 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: '-Infinity' - MDC[] 2021-08-17 11:52:54,779 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'Infinity' - MDC[] 2021-08-17 11:52:54,779 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'NaN' - MDC[] 2021-08-17 11:52:54,779 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: '-Infinity' - MDC[] 2021-08-17 11:52:54,780 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'Infinity' - MDC[] 2021-08-17 11:52:54,804 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: '-Infinity' - MDC[] 2021-08-17 11:52:54,805 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'Infinity' - MDC[] 2021-08-17 11:52:54,805 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'NaN' - MDC[] 2021-08-17 11:52:54,805 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: '-Infinity' - MDC[] 2021-08-17 11:52:54,805 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'Infinity' - MDC[] 2021-08-17 11:52:54,805 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'NaN' - MDC[] 2021-08-17 11:52:54,807 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'NaN' - MDC[] 2021-08-17 11:52:54,807 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: '-Infinity' - MDC[] 2021-08-17 11:52:54,807 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'Infinity' - MDC[] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.eclipse.scout.rt.platform.util.NumberUtilityTest Running org.eclipse.scout.rt.platform.util.MimeTypeDetectorTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.eclipse.scout.rt.platform.util.MimeTypeDetectorTest Running org.eclipse.scout.rt.platform.util.MatrixUtilityTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.platform.util.MatrixUtilityTest Running org.eclipse.scout.rt.platform.util.LazyValueTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.LazyValueTest Running org.eclipse.scout.rt.platform.util.IOUtilityTest Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.platform.util.IOUtilityTest Running org.eclipse.scout.rt.platform.util.HexUtilityTest #TUNING: decode[1000] sum=40.266767ms min=0.002166ms avg=0.040266ms median=0.011767ms max=27.689442ms [without 10 smallest and 10 largest: sum=12.221886 min=0.002695ms avg=0.012484ms median=0.011767ms max=0.035250ms] #TUNING: encode[1000] sum=15.987133ms min=0.002000ms avg=0.015987ms median=0.015219ms max=0.084921ms [without 10 smallest and 10 largest: sum=15.409762 min=0.002262ms avg=0.015740ms median=0.015219ms max=0.048968ms] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.eclipse.scout.rt.platform.util.HexUtilityTest Running org.eclipse.scout.rt.platform.util.FormattingUtilityTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.platform.util.FormattingUtilityTest Running org.eclipse.scout.rt.platform.util.FinalValueTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.util.FinalValueTest Running org.eclipse.scout.rt.platform.util.FileUtilityTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.util.FileUtilityTest Running org.eclipse.scout.rt.platform.util.EventListenerListTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec - in org.eclipse.scout.rt.platform.util.EventListenerListTest Running org.eclipse.scout.rt.platform.util.ConfigurationUtilityTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.platform.util.ConfigurationUtilityTest Running org.eclipse.scout.rt.platform.util.ConcurrentExpiringMapTest Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.platform.util.ConcurrentExpiringMapTest Running org.eclipse.scout.rt.platform.util.CompositeObjectTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.util.CompositeObjectTest Running org.eclipse.scout.rt.platform.util.CompareUtilityTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.util.CompareUtilityTest Running org.eclipse.scout.rt.platform.util.CollectionUtilityTest Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.util.CollectionUtilityTest Running org.eclipse.scout.rt.platform.util.CloneUtilityTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.util.CloneUtilityTest Running org.eclipse.scout.rt.platform.util.ClassIdentifierTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.util.ClassIdentifierTest Running org.eclipse.scout.rt.platform.util.BooleanUtilityTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.platform.util.BooleanUtilityTest Running org.eclipse.scout.rt.platform.util.BomInputStreamReaderTest Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.eclipse.scout.rt.platform.util.BomInputStreamReaderTest Running org.eclipse.scout.rt.platform.util.BeanUtilityTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.util.BeanUtilityTest Running org.eclipse.scout.rt.platform.util.Base64UtilityTest #TUNING: decode[1000] sum=12.812818ms min=0.001359ms avg=0.012812ms median=0.013035ms max=0.053966ms [without 10 smallest and 10 largest: sum=12.422950 min=0.001933ms avg=0.012689ms median=0.013035ms max=0.028487ms] #TUNING: encode[1000] sum=4.953206ms min=0.001047ms avg=0.004953ms median=0.005529ms max=0.030107ms [without 10 smallest and 10 largest: sum=4.732454 min=0.001107ms avg=0.004833ms median=0.005529ms max=0.011768ms] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.eclipse.scout.rt.platform.util.Base64UtilityTest Running org.eclipse.scout.rt.platform.util.AssertionsTest Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.eclipse.scout.rt.platform.util.AssertionsTest Running org.eclipse.scout.rt.platform.util.AlphanumericComparatorTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.util.AlphanumericComparatorTest Running org.eclipse.scout.rt.platform.transaction.TransactionProcessorTest java.lang.RuntimeException: Expected JUnit exception at org.eclipse.scout.rt.platform.transaction.TransactionProcessorTest.testRequiresNewWithExistingTransactionAndError(TransactionProcessorTest.java:298) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:52:55,247 ERROR [main] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction$$EnhancerByMockitoWithCGLIB$$ca447648@70940cb8] - MDC[] java.lang.RuntimeException: Expected JUnit exception at org.eclipse.scout.rt.platform.transaction.TransactionProcessorTest.testRequiresNewWithoutExistingTransactionAndErrorOnCommit(TransactionProcessorTest.java:228) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:52:55,254 ERROR [main] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction$$EnhancerByMockitoWithCGLIB$$ca447648@4889fbba] - MDC[] java.lang.RuntimeException: Expected JUnit exception at org.eclipse.scout.rt.platform.transaction.TransactionProcessorTest.testRequiredWithoutExistingTransactionAndErrorOnCommit(TransactionProcessorTest.java:402) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec - in org.eclipse.scout.rt.platform.transaction.TransactionProcessorTest Running org.eclipse.scout.rt.platform.status.StatusTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.status.StatusTest Running org.eclipse.scout.rt.platform.status.MultiStatusTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.status.MultiStatusTest Running org.eclipse.scout.rt.platform.service.ServiceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.service.ServiceTest Running org.eclipse.scout.rt.platform.security.SubjectProcessorTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.security.SubjectProcessorTest Running org.eclipse.scout.rt.platform.security.SecurityUtilityTest Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.362 sec - in org.eclipse.scout.rt.platform.security.SecurityUtilityTest Running org.eclipse.scout.rt.platform.security.MalwareScannerTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.security.MalwareScannerTest Running org.eclipse.scout.rt.platform.resource.BinaryResourceTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.platform.resource.BinaryResourceTest Running org.eclipse.scout.rt.platform.reflect.FastBeanUtilityTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.reflect.FastBeanUtilityTest Running org.eclipse.scout.rt.platform.reflect.BasicPropertySupportTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.platform.reflect.BasicPropertySupportTest Running org.eclipse.scout.rt.platform.nls.DynamicNlsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.nls.DynamicNlsTest Running org.eclipse.scout.rt.platform.nls.CollatorProviderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.nls.CollatorProviderTest Running org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest 2021-08-17 11:52:55,715 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[] 2021-08-17 11:52:55,716 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[] 2021-08-17 11:52:55,716 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[] 2021-08-17 11:52:55,716 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[] 2021-08-17 11:52:55,716 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[] 2021-08-17 11:52:55,716 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[] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest Running org.eclipse.scout.rt.platform.logger.LogbackLoggerSupportTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.logger.LogbackLoggerSupportTest Running org.eclipse.scout.rt.platform.logger.Log4jLoggerSupportTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.platform.logger.Log4jLoggerSupportTest Running org.eclipse.scout.rt.platform.logger.JulLoggerSupportTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.logger.JulLoggerSupportTest Running org.eclipse.scout.rt.platform.job.internal.ThreadNameDecoratorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.job.internal.ThreadNameDecoratorTest Running org.eclipse.scout.rt.platform.job.internal.TemporalValueComputationTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.038 sec - in org.eclipse.scout.rt.platform.job.internal.TemporalValueComputationTest Running org.eclipse.scout.rt.platform.job.internal.SerialFutureExecutionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.219 sec - in org.eclipse.scout.rt.platform.job.internal.SerialFutureExecutionTest Running org.eclipse.scout.rt.platform.job.internal.PermitAcquisitionOrderTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.255 sec - in org.eclipse.scout.rt.platform.job.internal.PermitAcquisitionOrderTest Running org.eclipse.scout.rt.platform.job.internal.NamedThreadFactoryTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.job.internal.NamedThreadFactoryTest Running org.eclipse.scout.rt.platform.job.internal.MutualExclusionTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.037 sec - in org.eclipse.scout.rt.platform.job.internal.MutualExclusionTest Running org.eclipse.scout.rt.platform.job.internal.MisfireTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.712 sec - in org.eclipse.scout.rt.platform.job.internal.MisfireTest Running org.eclipse.scout.rt.platform.job.internal.JobManagerTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 sec - in org.eclipse.scout.rt.platform.job.internal.JobManagerTest Running org.eclipse.scout.rt.platform.job.internal.JobManagerChainTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.scout.rt.platform.job.internal.JobManagerChainTest Running org.eclipse.scout.rt.platform.job.internal.FutureFinishedTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.006 sec - in org.eclipse.scout.rt.platform.job.internal.FutureFinishedTest Running org.eclipse.scout.rt.platform.job.internal.ExecutionTriggerWithCalendarTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.001 sec - in org.eclipse.scout.rt.platform.job.internal.ExecutionTriggerWithCalendarTest Running org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphoreTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.163 sec - in org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphoreTest Running org.eclipse.scout.rt.platform.job.internal.ExceptionProcessorTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.platform.job.internal.ExceptionProcessorTest Running org.eclipse.scout.rt.platform.job.internal.DevelopmentThreadNameDecoratorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.eclipse.scout.rt.platform.job.internal.DevelopmentThreadNameDecoratorTest Running org.eclipse.scout.rt.platform.job.internal.CompletionPromiseTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 sec - in org.eclipse.scout.rt.platform.job.internal.CompletionPromiseTest Running org.eclipse.scout.rt.platform.job.filter.future.SingleExecutionFutureFilterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.job.filter.future.SingleExecutionFutureFilterTest Running org.eclipse.scout.rt.platform.job.filter.future.RunContextFutureFilterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.job.filter.future.RunContextFutureFilterTest Running org.eclipse.scout.rt.platform.job.filter.future.MutexFutureFilterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.job.filter.future.MutexFutureFilterTest Running org.eclipse.scout.rt.platform.job.filter.future.JobNameRegexFutureFilterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.job.filter.future.JobNameRegexFutureFilterTest Running org.eclipse.scout.rt.platform.job.filter.future.JobNameFutureFilterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.job.filter.future.JobNameFutureFilterTest Running org.eclipse.scout.rt.platform.job.filter.future.FutureFilterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.filter.future.FutureFilterTest Running org.eclipse.scout.rt.platform.job.filter.future.FutureFilterBuilderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.job.filter.future.FutureFilterBuilderTest Running org.eclipse.scout.rt.platform.job.filter.future.ExecutionHintFutureFilterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.job.filter.future.ExecutionHintFutureFilterTest Running org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterTest Running org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterBuilderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterBuilderTest Running org.eclipse.scout.rt.platform.job.WhenDoneTest 2021-08-17 11:53:32,784 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.exception.ProcessingException: expected JUnit test exception [severity=ERROR] at org.eclipse.scout.rt.platform.job.WhenDoneTest.testError(WhenDoneTest.java:127) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:32,788 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.exception.ProcessingException: expected JUnit test exception [severity=ERROR] at org.eclipse.scout.rt.platform.job.WhenDoneTest.testErrorWithJobAlreadyCompleted(WhenDoneTest.java:170) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.012 sec - in org.eclipse.scout.rt.platform.job.WhenDoneTest Running org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest 2021-08-17 11:53:33,795 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,797 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,798 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,800 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,801 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,802 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,803 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,805 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,806 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,807 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,808 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,809 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,810 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,811 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,812 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,813 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,815 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,816 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,817 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,819 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,820 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,822 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,823 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,824 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,825 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,826 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,828 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,829 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,830 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,831 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,833 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,834 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,836 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,837 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,838 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,839 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,840 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,841 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,842 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,843 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,844 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,845 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,905 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,906 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,907 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,908 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,909 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,910 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,911 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,912 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,914 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,915 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,916 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,918 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,919 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,920 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,922 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,923 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,924 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,924 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,925 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,926 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,927 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,928 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,929 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,929 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,930 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,931 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,932 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,933 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,934 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,935 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,936 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,937 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,938 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,939 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,940 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,941 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,942 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,943 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,944 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,945 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,945 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,946 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,947 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,949 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,950 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,950 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,952 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,953 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:33,954 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,004 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,006 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,007 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,008 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,010 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,011 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,012 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,014 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,015 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,047 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,048 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,050 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,051 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,053 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,054 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,057 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,061 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,105 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,106 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,107 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,108 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,110 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,111 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,112 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,113 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,115 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,116 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,119 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,121 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,123 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,124 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,125 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,127 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,128 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,129 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,131 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,132 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,134 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,135 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,136 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,138 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,139 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,141 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,142 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,143 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,144 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,146 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,147 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,148 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,149 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,204 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,206 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,207 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,208 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,209 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,210 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,211 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,212 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,213 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,214 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,215 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,216 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,217 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,219 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,220 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,221 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,222 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,223 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,224 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,225 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,226 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,227 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,228 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,229 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,230 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,230 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,231 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,232 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,233 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,234 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,235 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,236 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,237 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,238 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,239 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,240 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,241 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,242 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,243 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,244 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,245 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,246 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,305 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,306 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,307 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,308 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,309 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,310 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,311 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,312 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,313 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,314 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,315 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,315 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,316 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,317 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,317 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,318 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,319 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:34,406 ERROR [scout-thread-19] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@585944ed] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$19] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:34,407 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:34,411 ERROR [scout-thread-22] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@55b78a4c] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$19] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:34,412 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:34,422 ERROR [scout-thread-20] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@68e7c47d] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$19] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:34,423 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:34,424 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@50721c2c] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$19] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:34,425 WARN [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:34,425 ERROR [scout-thread-22] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@6d7ff46a] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$19] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:34,426 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,474 ERROR [scout-thread-19] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@653639d9] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,475 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,477 ERROR [scout-thread-22] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@2d4b8e30] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,477 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,478 ERROR [scout-thread-22] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@3c4651e0] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,478 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,479 ERROR [scout-thread-20] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@a286d1a] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,479 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,481 ERROR [scout-thread-22] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@554a49ce] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,481 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,482 ERROR [scout-thread-20] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@671c0ff3] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,482 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,485 ERROR [scout-thread-20] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@23925b27] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,485 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,485 ERROR [scout-thread-19] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@6d016354] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,485 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,487 ERROR [scout-thread-20] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@7580a704] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,488 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,490 ERROR [scout-thread-22] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@47843ba9] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,490 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,490 ERROR [scout-thread-20] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@3c095413] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,491 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,492 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@250444c8] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,492 WARN [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,493 ERROR [scout-thread-20] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@3b6db7f6] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,493 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,494 ERROR [scout-thread-20] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@a1788df] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,494 ERROR [scout-thread-19] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@7db303e0] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,494 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,495 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,497 ERROR [scout-thread-19] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@6fdf5e97] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,497 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,498 ERROR [scout-thread-22] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@364f0767] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,499 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,500 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@69fb32c9] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,500 WARN [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,500 ERROR [scout-thread-22] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@3808891f] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,501 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,502 ERROR [scout-thread-19] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@3b735a44] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,503 WARN [scout-thread-19] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,505 ERROR [scout-thread-22] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@3f0bb3e9] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,505 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,505 ERROR [scout-thread-21] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@2c49c873] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,506 WARN [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,507 ERROR [scout-thread-22] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@59349ed2] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,508 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,509 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@4cec35e] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,510 WARN [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,513 ERROR [scout-thread-20] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@7adfa61e] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,513 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@441d3c97] - MDC[jobName=org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest$23] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,513 WARN [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,513 WARN [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:36,532 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,533 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,533 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,534 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,535 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,536 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,536 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,537 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,537 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,538 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,538 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,539 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,540 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,540 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,541 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,541 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,542 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,542 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,543 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,543 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,544 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,544 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,545 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,545 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,546 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,546 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,546 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,547 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,549 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,550 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,551 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,551 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,552 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,553 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,553 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,554 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,555 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,555 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,556 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,556 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,557 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,558 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,559 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,560 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,561 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,561 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,604 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,605 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,606 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,606 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,607 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,607 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,608 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,608 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,609 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,609 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,610 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,611 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,611 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,612 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,612 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,613 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,613 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,614 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,614 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,615 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,616 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,616 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,617 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,618 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,618 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,619 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,620 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,621 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,621 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,622 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,623 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,623 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,624 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,624 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,625 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,626 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,626 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,627 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,628 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,629 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,629 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,630 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,631 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,631 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,632 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,632 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,633 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,633 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,634 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,635 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,636 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,637 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,637 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,638 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,638 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,639 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,639 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,640 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,640 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,641 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,642 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,642 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,643 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,644 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,645 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,645 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,646 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,647 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,647 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,648 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,648 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,649 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,649 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,704 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,705 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,706 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,707 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,708 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,708 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,709 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,709 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,710 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,711 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,712 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,712 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,713 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,714 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,714 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,715 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,715 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,716 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,717 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,717 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,718 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,719 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,719 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,720 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,720 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,721 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,722 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,723 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,723 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,724 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,725 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,726 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,726 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,727 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,727 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,728 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,729 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,729 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,730 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,730 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,731 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,731 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,732 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,732 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,733 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,734 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,734 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,735 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,735 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,736 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,737 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,737 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,738 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,739 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,740 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,741 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,741 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,742 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,743 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,743 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,744 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,745 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,746 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,746 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,747 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,748 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,804 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,805 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,806 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,807 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,807 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,808 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,809 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,810 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,811 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,811 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,813 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,814 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,814 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,815 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,816 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,817 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,817 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,818 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,819 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,820 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,820 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,821 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,822 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,823 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,824 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,824 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,825 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,826 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,827 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,828 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,828 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,829 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,830 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,831 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,831 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,833 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,833 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,834 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,835 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,836 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,836 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,837 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,838 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,839 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,840 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,840 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,841 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,842 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,843 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,844 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,844 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,845 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,846 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,847 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,848 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,904 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,905 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,906 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,906 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,907 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,909 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,910 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,911 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,912 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,912 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,913 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,914 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,915 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,916 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,916 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,918 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,918 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,919 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,920 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,920 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,921 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,922 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,923 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,923 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,924 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,925 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,926 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,927 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,927 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,928 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,929 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,929 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,931 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,931 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,932 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,932 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,933 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,934 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,934 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,935 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,936 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,937 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,938 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,938 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,939 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,940 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,941 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,941 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,942 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,943 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,943 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,944 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,945 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,946 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:36,946 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,004 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,006 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,006 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,007 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,007 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,008 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,009 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,009 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,010 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,011 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,012 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,012 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,013 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,014 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,015 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,016 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,016 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,018 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,018 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,019 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,020 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,020 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,021 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,022 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,022 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,023 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,024 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,024 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,025 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,025 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,026 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,026 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,027 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,028 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,028 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,029 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,029 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,030 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,030 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,031 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,031 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,032 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,033 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,033 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,034 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,035 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,036 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,036 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,037 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,038 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,039 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,039 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,040 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,041 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,041 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,042 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,042 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,043 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,044 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,044 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,045 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,046 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,046 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,047 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,047 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,048 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,049 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,050 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,050 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,051 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,052 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,052 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,053 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,054 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,055 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,105 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,105 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,107 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,108 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,108 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,109 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,110 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,111 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,111 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,112 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,112 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,113 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,114 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,114 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,115 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,116 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,116 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,117 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,117 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,118 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,119 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,119 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,120 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,121 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,121 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,122 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,123 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,123 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,124 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:53:37,125 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.537 sec - in org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest Running org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest 2021-08-17 11:53:37,213 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$6.run(ScheduleWithFixedDelayTest.java:259) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:170) at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:38,216 ERROR [scout-thread-22] 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] java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$7.run(ScheduleWithFixedDelayTest.java:285) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:170) at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:41,423 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$3.run(ScheduleWithFixedDelayTest.java:147) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:170) at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:45,729 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$4.run(ScheduleWithFixedDelayTest.java:195) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:170) at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:47,031 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$2.run(ScheduleWithFixedDelayTest.java:100) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:170) at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.694 sec - in org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest Running org.eclipse.scout.rt.platform.job.ScheduleDelayedTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.002 sec - in org.eclipse.scout.rt.platform.job.ScheduleDelayedTest Running org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest 2021-08-17 11:53:48,035 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$6.run(ScheduleAtFixedRateTest.java:270) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:170) at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:49,037 ERROR [scout-thread-22] 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] java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$7.run(ScheduleAtFixedRateTest.java:298) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:170) at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:54,640 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$3.run(ScheduleAtFixedRateTest.java:152) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:170) at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:53:58,944 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$4.run(ScheduleAtFixedRateTest.java:202) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:170) at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:54:00,245 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$2.run(ScheduleAtFixedRateTest.java:103) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:170) at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.212 sec - in org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest Running org.eclipse.scout.rt.platform.job.PeriodicJobMutexTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.604 sec - in org.eclipse.scout.rt.platform.job.PeriodicJobMutexTest Running org.eclipse.scout.rt.platform.job.JobsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.platform.job.JobsTest Running org.eclipse.scout.rt.platform.job.JobStateTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.229 sec - in org.eclipse.scout.rt.platform.job.JobStateTest Running org.eclipse.scout.rt.platform.job.JobScheduleTest 2021-08-17 11:54:05,090 WARN [scout-thread-24] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.exception.ProcessingException: expected JUnit test exception [severity=ERROR] at org.eclipse.scout.rt.platform.job.JobScheduleTest.testProcessingExceptionWithRunnable(JobScheduleTest.java:86) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:54:05,091 WARN [scout-thread-24] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: expected JUnit test exception at org.eclipse.scout.rt.platform.job.JobScheduleTest.testRuntimeExceptionWithRunnable(JobScheduleTest.java:134) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:54:07,096 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Error: expected JUnit test exception at org.eclipse.scout.rt.platform.job.JobScheduleTest.testErrorWithRunnable(JobScheduleTest.java:230) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:54:07,097 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.JobScheduleTest.testExceptionExceptionWithCallable(JobScheduleTest.java:206) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:54:08,103 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.JobScheduleTest.testExceptionExceptionWithRunnable(JobScheduleTest.java:182) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:54:10,610 WARN [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.exception.ProcessingException: expected JUnit test exception [severity=ERROR] at org.eclipse.scout.rt.platform.job.JobScheduleTest.testProcessingExceptionWithCallable(JobScheduleTest.java:110) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:54:10,611 WARN [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: expected JUnit test exception at org.eclipse.scout.rt.platform.job.JobScheduleTest.testRuntimeExceptionWithCallable(JobScheduleTest.java:158) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.525 sec - in org.eclipse.scout.rt.platform.job.JobScheduleTest Running org.eclipse.scout.rt.platform.job.JobManagerTest 2021-08-17 11:54:10,621 WARN [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.InterruptedException: null at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitUntil(AbstractQueuedSynchronizer.java:2129) at org.eclipse.scout.rt.testing.platform.util.BlockingCountDownLatch.countDownAndBlock(BlockingCountDownLatch.java:147) at org.eclipse.scout.rt.testing.platform.util.BlockingCountDownLatch.countDownAndBlock(BlockingCountDownLatch.java:166) at org.eclipse.scout.rt.platform.job.JobManagerTest$3.run(JobManagerTest.java:72) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.platform.job.JobManagerTest Running org.eclipse.scout.rt.platform.job.JobManagerLoadTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.023 sec - in org.eclipse.scout.rt.platform.job.JobManagerLoadTest Running org.eclipse.scout.rt.platform.job.JobListenerTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.eclipse.scout.rt.platform.job.JobListenerTest Running org.eclipse.scout.rt.platform.job.JobInputTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.JobInputTest Running org.eclipse.scout.rt.platform.job.JobFutureVisitTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.eclipse.scout.rt.platform.job.JobFutureVisitTest Running org.eclipse.scout.rt.platform.job.JobFutureTaskTest Run: 17768 [17750 run/sec] Run: 42769 [21373 run/sec] Run: 69385 [23120 run/sec] Run: 95964 [23985 run/sec] Run: 100000 [19992 run/sec] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.002 sec - in org.eclipse.scout.rt.platform.job.JobFutureTaskTest Running org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest 2021-08-17 11:54:19,716 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.JobExceptionTranslationTest$2] java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest.testWithExplicitExceptionTranslator(JobExceptionTranslationTest.java:64) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:54:19,721 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.JobExceptionTranslationTest$1] java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest.testWithImplicitExceptionTranslator(JobExceptionTranslationTest.java:43) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest Running org.eclipse.scout.rt.platform.job.JobCancelTest for-loop 1 in state DONE for-loop 1000000001 in state DONE Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.049 sec - in org.eclipse.scout.rt.platform.job.JobCancelTest Running org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest 2021-08-17 11:54:23,777 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] org.eclipse.scout.rt.platform.exception.PlatformException: Expected test exception at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$2.run(JobAsyncExceptionTest.java:74) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_JobManager$3.intercept(JobAsyncExceptionTest.java:173) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_JobManager$2.intercept(JobAsyncExceptionTest.java:154) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_JobManager$1.intercept(JobAsyncExceptionTest.java:135) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:54:23,784 WARN [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.exception.PlatformException: Expected test exception at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_InterceptorThrowingExceptionProducer$1.intercept(JobAsyncExceptionTest.java:110) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_JobManager$2.intercept(JobAsyncExceptionTest.java:154) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_JobManager$1.intercept(JobAsyncExceptionTest.java:135) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest Running org.eclipse.scout.rt.platform.job.FutureAwaitTest 2021-08-17 11:54:23,789 WARN [scout-thread-96] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: expected JUnit test exception at org.eclipse.scout.rt.platform.job.FutureAwaitTest.testAwaitDoneWithTimeout_ComputationFailed(FutureAwaitTest.java:221) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:54:23,792 WARN [scout-thread-423] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: expected JUnit test exception at org.eclipse.scout.rt.platform.job.FutureAwaitTest.testAwaitDoneAndGet_ComputationFailed(FutureAwaitTest.java:313) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:54:23,793 WARN [scout-thread-423] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: expected JUnit test exception at org.eclipse.scout.rt.platform.job.FutureAwaitTest.testAwaitDoneAndGetWithTimeout_ComputationFailed(FutureAwaitTest.java:403) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:54:23,805 WARN [scout-thread-151] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: expected JUnit test exception at org.eclipse.scout.rt.platform.job.FutureAwaitTest.testJobManagerAwaitDone_ComputationFailed(FutureAwaitTest.java:564) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:54:23,810 WARN [scout-thread-151] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.RuntimeException: expected JUnit test exception at org.eclipse.scout.rt.platform.job.FutureAwaitTest.testAwaitDone_ComputationFailed(FutureAwaitTest.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.eclipse.scout.rt.platform.job.FutureAwaitTest Running org.eclipse.scout.rt.platform.job.ExecutionTriggerTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.job.ExecutionTriggerTest Running org.eclipse.scout.rt.platform.job.ExecutionHintTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.job.ExecutionHintTest Running org.eclipse.scout.rt.platform.job.BlockingConditionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.job.BlockingConditionTest Running org.eclipse.scout.rt.platform.job.BlockingConditionInterruptionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec - in org.eclipse.scout.rt.platform.job.BlockingConditionInterruptionTest Running org.eclipse.scout.rt.platform.job.AwaitDoneTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.607 sec - in org.eclipse.scout.rt.platform.job.AwaitDoneTest Running org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilderTest 2021-08-17 11:54:25,543 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanModule(JandexInventoryBuilder.java:97) - found no pre-built 'file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_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[] 2021-08-17 11:54:25,551 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanModule(JandexInventoryBuilder.java:97) - found no pre-built 'jar:file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_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[] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilderTest Running org.eclipse.scout.rt.platform.inventory.internal.JandexClassInventoryTest 2021-08-17 11:54:25,556 WARN [main] org.eclipse.scout.rt.platform.internal.BeanFilter.collect(BeanFilter.java:102) - Skipping bean candidate 'org.eclipse.scout.rt.platform.inventory.internal.fixture.TestingBean$S6Sub2' because it has no empty constructor(). - MDC[] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.inventory.internal.JandexClassInventoryTest Running org.eclipse.scout.rt.platform.inventory.internal.JandexClassInfoTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.inventory.internal.JandexClassInfoTest Running org.eclipse.scout.rt.platform.internal.PlatformImplementorTest 2021-08-17 11:54:25,567 INFO [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 11:54:25,569 ERROR [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:309) - Error during event listener notification. - MDC[] org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:305) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:278) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:136) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:116) at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 2021-08-17 11:54:25,571 ERROR [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:145) - Error during platform startup - MDC[] org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:305) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:278) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:136) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:116) at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 2021-08-17 11:54:25,571 INFO [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 11:54:25,572 WARN [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:228) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[] 2021-08-17 11:54:25,572 ERROR [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:309) - Error during event listener notification. - MDC[] org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:305) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:278) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:155) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:116) at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 2021-08-17 11:54:25,572 INFO [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 11:54:25,572 WARN [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:228) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[] 2021-08-17 11:54:25,573 ERROR [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:309) - Error during event listener notification. - MDC[] org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:305) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:278) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:141) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:116) at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 2021-08-17 11:54:25,573 ERROR [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:145) - Error during platform startup - MDC[] org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:305) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:278) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:141) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:116) at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 2021-08-17 11:54:25,574 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 11:54:25,574 WARN [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:228) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[] 2021-08-17 11:54:25,574 INFO [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 11:54:25,575 WARN [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:228) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.scout.rt.platform.internal.PlatformImplementorTest Running org.eclipse.scout.rt.platform.internal.BeanInstanceUtilTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.internal.BeanInstanceUtilTest Running org.eclipse.scout.rt.platform.internal.BeanFilterTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.internal.BeanFilterTest Running org.eclipse.scout.rt.platform.interceptor.DecoratingProxyTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.platform.interceptor.DecoratingProxyTest Running org.eclipse.scout.rt.platform.index.IndexedStoreTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.index.IndexedStoreTest Running org.eclipse.scout.rt.platform.html.HtmlHelperTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.html.HtmlHelperTest Running org.eclipse.scout.rt.platform.html.HtmlContentBuilderTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.html.HtmlContentBuilderTest Running org.eclipse.scout.rt.platform.html.HTMLTest Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.platform.html.HTMLTest Running org.eclipse.scout.rt.platform.filter.OrFilterTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.filter.OrFilterTest Running org.eclipse.scout.rt.platform.filter.NotFilterTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.filter.NotFilterTest Running org.eclipse.scout.rt.platform.filter.AndFilterTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.filter.AndFilterTest Running org.eclipse.scout.rt.platform.exception.VetoExceptionTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.exception.VetoExceptionTest Running org.eclipse.scout.rt.platform.exception.ProcessingStatusTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.exception.ProcessingStatusTest Running org.eclipse.scout.rt.platform.exception.ProcessingExceptionTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.exception.ProcessingExceptionTest Running org.eclipse.scout.rt.platform.exception.PlatformExceptionTranslatorTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.exception.PlatformExceptionTranslatorTest Running org.eclipse.scout.rt.platform.exception.PlatformExceptionTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.exception.PlatformExceptionTest Running org.eclipse.scout.rt.platform.exception.PlaceholderExceptionTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.exception.PlaceholderExceptionTest Running org.eclipse.scout.rt.platform.exception.NullExceptionTranslatorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.exception.NullExceptionTranslatorTest Running org.eclipse.scout.rt.platform.exception.ExceptionHandlerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.exception.ExceptionHandlerTest Running org.eclipse.scout.rt.platform.exception.DefaultRuntimeExceptionTranslatorTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.exception.DefaultRuntimeExceptionTranslatorTest Running org.eclipse.scout.rt.platform.exception.DefaultExceptionTranslatorTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.exception.DefaultExceptionTranslatorTest Running org.eclipse.scout.rt.platform.context.RunMonitorTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.context.RunMonitorTest Running org.eclipse.scout.rt.platform.context.RunContextTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec - in org.eclipse.scout.rt.platform.context.RunContextTest Running org.eclipse.scout.rt.platform.context.RunContextExceptionTranslationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.context.RunContextExceptionTranslationTest Running org.eclipse.scout.rt.platform.context.RunContextChainTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.context.RunContextChainTest Running org.eclipse.scout.rt.platform.context.RunContextChainInterceptorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.context.RunContextChainInterceptorTest Running org.eclipse.scout.rt.platform.config.PropertiesHelperTest 2021-08-17 11:54:25,743 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-6.1_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[] 2021-08-17 11:54:25,743 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[] 2021-08-17 11:54:25,744 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-6.1_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[] 2021-08-17 11:54:25,744 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[] 2021-08-17 11:54:25,745 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-6.1_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[] 2021-08-17 11:54:25,746 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[] 2021-08-17 11:54:25,746 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-6.1_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[] 2021-08-17 11:54:25,746 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[] 2021-08-17 11:54:25,748 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[] 2021-08-17 11:54:25,844 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-6.1_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[] 2021-08-17 11:54:25,845 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-6.1_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[] 2021-08-17 11:54:25,845 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-6.1_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[] 2021-08-17 11:54:25,845 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[] 2021-08-17 11:54:25,846 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-6.1_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[] 2021-08-17 11:54:25,847 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-6.1_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[] 2021-08-17 11:54:25,847 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[] 2021-08-17 11:54:25,848 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-6.1_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[] 2021-08-17 11:54:25,848 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-6.1_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[] 2021-08-17 11:54:25,848 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[] 2021-08-17 11:54:25,849 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-6.1_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[] 2021-08-17 11:54:25,849 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[] 2021-08-17 11:54:25,850 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-6.1_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[] 2021-08-17 11:54:25,850 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[] 2021-08-17 11:54:25,850 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-6.1_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[] 2021-08-17 11:54:25,850 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[] 2021-08-17 11:54:25,851 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-6.1_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[] 2021-08-17 11:54:25,851 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[] 2021-08-17 11:54:25,852 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-6.1_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[] 2021-08-17 11:54:25,853 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-6.1_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[] 2021-08-17 11:54:25,853 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[] 2021-08-17 11:54:25,853 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-6.1_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[] 2021-08-17 11:54:25,854 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[] 2021-08-17 11:54:25,854 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-6.1_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[] 2021-08-17 11:54:25,854 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-6.1_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[] 2021-08-17 11:54:25,855 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-6.1_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[] 2021-08-17 11:54:25,855 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[] 2021-08-17 11:54:25,855 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[] 2021-08-17 11:54:25,855 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[] 2021-08-17 11:54:25,857 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-6.1_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[] 2021-08-17 11:54:25,857 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-6.1_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[] 2021-08-17 11:54:25,858 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.importAll(PropertiesHelper.java:919) - Import of 'virtual-test.properties' skipped because already imported: [org/eclipse/scout/rt/platform/config/helper-test.properties, virtual-test.properties, file:/tmp/properties-helper-test5847968318351089905.properties]. - MDC[] 2021-08-17 11:54:25,858 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.importAll(PropertiesHelper.java:919) - Import of 'file:/tmp/properties-helper-test5847968318351089905.properties' skipped because already imported: [org/eclipse/scout/rt/platform/config/helper-test.properties, virtual-test.properties, file:/tmp/properties-helper-test5847968318351089905.properties]. - MDC[] 2021-08-17 11:54:25,858 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/tmp/properties-helper-test5847968318351089905.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[] 2021-08-17 11:54:25,858 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[] 2021-08-17 11:54:25,858 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.importAll(PropertiesHelper.java:919) - Import of 'virtual-test.properties' skipped because already imported: [org/eclipse/scout/rt/platform/config/helper-test.properties, virtual-test.properties, file:/tmp/properties-helper-test5847968318351089905.properties]. - MDC[] 2021-08-17 11:54:25,859 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.importAll(PropertiesHelper.java:919) - Import of 'file:/tmp/properties-helper-test5847968318351089905.properties' skipped because already imported: [org/eclipse/scout/rt/platform/config/helper-test.properties, virtual-test.properties, file:/tmp/properties-helper-test5847968318351089905.properties]. - MDC[] 2021-08-17 11:54:25,859 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '2' replaced with '-11'. - MDC[] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec - in org.eclipse.scout.rt.platform.config.PropertiesHelperTest Running org.eclipse.scout.rt.platform.config.LongConfigPropertyTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.config.LongConfigPropertyTest Running org.eclipse.scout.rt.platform.config.IntegerConfigPropertyTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.config.IntegerConfigPropertyTest Running org.eclipse.scout.rt.platform.config.ConfigPropertyTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.config.ConfigPropertyTest Running org.eclipse.scout.rt.platform.config.ConfigFileLoaderTest 2021-08-17 11:54:25,863 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-6.1_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/config.properties using org.eclipse.scout.rt.platform.config.ConfigFileLoaderTest$FixtureSinglePropertyConfigFileLoader - MDC[] 2021-08-17 11:54:25,864 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-6.1_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/config.properties using org.eclipse.scout.rt.platform.config.ConfigFileLoaderTest$FixtureEmptyConfigFileLoader - MDC[] 2021-08-17 11:54:25,865 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-6.1_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.config.ConfigFileLoaderTest Running org.eclipse.scout.rt.platform.chain.callable.CallableChainTest 2021-08-17 11:54:25,873 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@4d663bbf] - MDC[] java.lang.RuntimeException: expected JUnit test exception at org.eclipse.scout.rt.platform.chain.callable.CallableChainTest$6$1.undecorate(CallableChainTest.java:123) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.undecorateSafe(CallableChain.java:239) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:232) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.chain.callable.CallableChainTest.testDecoratorChainWithException(CallableChainTest.java:147) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.platform.chain.callable.CallableChainTest Running org.eclipse.scout.rt.platform.SimpleInstanceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.SimpleInstanceTest Running org.eclipse.scout.rt.platform.SameBeanOrderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.SameBeanOrderTest Running org.eclipse.scout.rt.platform.ReUseVsReplaceTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.ReUseVsReplaceTest Running org.eclipse.scout.rt.platform.PostConstructTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.PostConstructTest Running org.eclipse.scout.rt.platform.PlatformStartTest 2021-08-17 11:54:25,883 INFO [Thread-3] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 11:54:45,515 ERROR [main] org.eclipse.scout.rt.platform.PlatformStartTest.testPerformance(PlatformStartTest.java:94) - This test must complete within 2 seconds. It took 19605ms. - MDC[] 2021-08-17 11:54:45,516 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 11:54:45,517 INFO [Thread-9] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.636 sec - in org.eclipse.scout.rt.platform.PlatformStartTest Running org.eclipse.scout.rt.platform.InterfaceBeanTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.InterfaceBeanTest Running org.eclipse.scout.rt.platform.InjectInstancesTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.InjectInstancesTest Running org.eclipse.scout.rt.platform.InheritOrderTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.InheritOrderTest Running org.eclipse.scout.rt.platform.DynamicAnnotationTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.DynamicAnnotationTest Running org.eclipse.scout.rt.platform.DoubleReplaceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.DoubleReplaceTest Running org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest 2021-08-17 11:54:46,533 WARN [scout-thread-627] org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.logWarnPotentialDeadlock(DefaultBeanInstanceProducer.java:253) - potential deadlock detected creator Thread: 722 - scout-thread-423 at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:164) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:400) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:392) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean.initialize(ConcurrentBeanCreationDeadlockDetectionTest.java:228) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$ConcurrentPostConstructSelfReferencingTestBean.postConstruct(ConcurrentBeanCreationDeadlockDetectionTest.java:259) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:63) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.initializeBean(DefaultBeanInstanceProducer.java:311) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:275) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:149) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:113) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:79) at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$5.call(ConcurrentBeanCreationDeadlockDetectionTest.java:162) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$5.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) current Thread: 926 - scout-thread-627 at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:190) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:113) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:79) at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:223) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) - MDC[jobName=org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1] 2021-08-17 11:54:46,534 WARN [scout-thread-627] org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.logWarnPotentialDeadlock(DefaultBeanInstanceProducer.java:253) - potential deadlock detected creator Thread: 722 - scout-thread-423 at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:164) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:400) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:392) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean.initialize(ConcurrentBeanCreationDeadlockDetectionTest.java:228) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$ConcurrentPostConstructSelfReferencingTestBean.postConstruct(ConcurrentBeanCreationDeadlockDetectionTest.java:259) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:63) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.initializeBean(DefaultBeanInstanceProducer.java:311) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:275) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:149) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:113) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:79) at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$5.call(ConcurrentBeanCreationDeadlockDetectionTest.java:162) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$5.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) current Thread: 926 - scout-thread-627 at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:210) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:113) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:79) at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:223) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) - MDC[jobName=org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1] 2021-08-17 11:54:46,535 ERROR [scout-thread-627] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) - - MDC[jobName=org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1] 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=722, creatorThreadName=scout-thread-423] at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:211) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:113) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:79) at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:223) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:54:47,593 WARN [scout-thread-627] org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.logWarnPotentialDeadlock(DefaultBeanInstanceProducer.java:253) - potential deadlock detected creator Thread: 722 - scout-thread-423 at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:164) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:400) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:392) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean.initialize(ConcurrentBeanCreationDeadlockDetectionTest.java:228) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$ConcurrentConstructorSelfReferencingTestBean.(ConcurrentBeanCreationDeadlockDetectionTest.java:252) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:47) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.createInstance(DefaultBeanInstanceProducer.java:304) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:274) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:149) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:113) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:79) at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$5.call(ConcurrentBeanCreationDeadlockDetectionTest.java:162) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$5.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) current Thread: 926 - scout-thread-627 at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:190) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:113) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:79) at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:223) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) - MDC[jobName=org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1] 2021-08-17 11:54:47,594 WARN [scout-thread-627] org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.logWarnPotentialDeadlock(DefaultBeanInstanceProducer.java:253) - potential deadlock detected creator Thread: 722 - scout-thread-423 at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:164) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:400) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:392) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean.initialize(ConcurrentBeanCreationDeadlockDetectionTest.java:228) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$ConcurrentConstructorSelfReferencingTestBean.(ConcurrentBeanCreationDeadlockDetectionTest.java:252) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:47) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.createInstance(DefaultBeanInstanceProducer.java:304) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:274) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:149) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:113) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:79) at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$5.call(ConcurrentBeanCreationDeadlockDetectionTest.java:162) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$5.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) current Thread: 926 - scout-thread-627 at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:210) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:113) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:79) at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:223) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) - MDC[jobName=org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1] 2021-08-17 11:54:47,595 ERROR [scout-thread-627] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) - - MDC[jobName=org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1] 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=722, creatorThreadName=scout-thread-423] at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:211) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:113) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:79) at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:223) at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.121 sec - in org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest Running org.eclipse.scout.rt.platform.BeansWithCircularDependenciesTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.BeansWithCircularDependenciesTest Running org.eclipse.scout.rt.platform.BeanRegisterUnregisterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.BeanRegisterUnregisterTest Running org.eclipse.scout.rt.platform.BeanOrderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.BeanOrderTest Running org.eclipse.scout.rt.platform.BeanManagerUniqueTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.BeanManagerUniqueTest Running org.eclipse.scout.rt.platform.BeanDoubleRegistrationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.BeanDoubleRegistrationTest Running org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest 2021-08-17 11:54:47,660 ERROR [scout-thread-627] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) - - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1] 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=32, creatorThreadName=scout-thread-23] at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:204) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:113) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:79) at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:54:47,660 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) - - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1] org.eclipse.scout.rt.platform.exception.BeanCreationException: Exception while invoking @PostConstruct method at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:105) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:66) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.initializeBean(DefaultBeanInstanceProducer.java:311) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:275) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:149) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:113) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:79) at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: expected exception from @PostConstruct at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct(BeanCreationWithExceptionsTest.java:385) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:63) ... 22 common frames omitted 2021-08-17 11:54:47,670 ERROR [scout-thread-627] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) - - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1] 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=32, creatorThreadName=scout-thread-23] at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:204) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:113) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:79) at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:54:47,670 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) - - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1] org.eclipse.scout.rt.platform.exception.BeanCreationException: Could not create bean [org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean] at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:105) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:50) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.createInstance(DefaultBeanInstanceProducer.java:304) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:274) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:149) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:113) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:79) at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: expected exception from constructor at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.(BeanCreationWithExceptionsTest.java:377) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:47) ... 22 common frames omitted 2021-08-17 11:54:47,674 ERROR [scout-thread-627] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) - - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1] 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=32, creatorThreadName=scout-thread-23] at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:204) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:113) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:79) at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:54:47,674 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) - - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1] org.eclipse.scout.rt.platform.exception.BeanCreationException: Exception while invoking @PostConstruct method at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:105) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:66) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.initializeBean(DefaultBeanInstanceProducer.java:311) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:275) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:149) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:113) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:79) at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: expected exception from @PostConstruct at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct(BeanCreationWithExceptionsTest.java:385) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:63) ... 22 common frames omitted 2021-08-17 11:54:47,678 ERROR [scout-thread-627] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) - - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1] 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=32, creatorThreadName=scout-thread-23] at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:204) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:113) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:79) at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:54:47,678 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) - - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1] org.eclipse.scout.rt.platform.exception.BeanCreationException: Could not create bean [org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean] at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:105) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:50) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.createInstance(DefaultBeanInstanceProducer.java:304) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:274) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:149) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:113) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:79) at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: expected exception from constructor at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.(BeanCreationWithExceptionsTest.java:377) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:47) ... 22 common frames omitted 2021-08-17 11:54:47,682 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) - - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1] 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=926, creatorThreadName=scout-thread-627] at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:204) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:113) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:79) at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:54:47,683 ERROR [scout-thread-627] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) - - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1] org.eclipse.scout.rt.platform.exception.BeanCreationException: Exception while invoking @PostConstruct method at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:105) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:66) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.initializeBean(DefaultBeanInstanceProducer.java:311) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:275) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:149) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:113) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:79) at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: expected exception from @PostConstruct at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct(BeanCreationWithExceptionsTest.java:385) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:63) ... 22 common frames omitted 2021-08-17 11:54:47,686 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) - - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1] 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=926, creatorThreadName=scout-thread-627] at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:204) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:113) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:79) at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:54:47,687 ERROR [scout-thread-627] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) - - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1] org.eclipse.scout.rt.platform.exception.BeanCreationException: Could not create bean [org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean] at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:105) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:50) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.createInstance(DefaultBeanInstanceProducer.java:304) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:274) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:149) at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:113) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:79) at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318) at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: expected exception from constructor at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.(BeanCreationWithExceptionsTest.java:377) at sun.reflect.GeneratedConstructorAccessor62.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:47) ... 22 common frames omitted Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest Running org.eclipse.scout.rt.platform.BeanContextTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.BeanContextTest Running org.eclipse.scout.rt.platform.BEANSTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.BEANSTest Running org.eclipse.scout.rt.platform.ApplicationsScopedTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.ApplicationsScopedTest Running org.eclipse.scout.rt.platform.ApplicationTest 2021-08-17 11:54:47,695 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 11:54:47,696 WARN [main] org.eclipse.scout.rt.platform.internal.BeanFilter.collect(BeanFilter.java:102) - Skipping bean candidate 'org.eclipse.scout.rt.platform.inventory.internal.fixture.TestingBean$S6Sub2' because it has no empty constructor(). - MDC[] 2021-08-17 11:54:47,698 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[] 2021-08-17 11:54:47,700 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 11:54:47,701 WARN [main] org.eclipse.scout.rt.platform.internal.BeanFilter.collect(BeanFilter.java:102) - Skipping bean candidate 'org.eclipse.scout.rt.platform.inventory.internal.fixture.TestingBean$S6Sub2' because it has no empty constructor(). - MDC[] 2021-08-17 11:54:47,702 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[] 2021-08-17 11:54:47,704 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 11:54:47,705 WARN [main] org.eclipse.scout.rt.platform.internal.BeanFilter.collect(BeanFilter.java:102) - Skipping bean candidate 'org.eclipse.scout.rt.platform.inventory.internal.fixture.TestingBean$S6Sub2' because it has no empty constructor(). - MDC[] 2021-08-17 11:54:47,706 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.platform.ApplicationTest Results : Tests run: 1533, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.platform.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.platform.test --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.platform.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.platform.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.platform.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.platform.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.platform.test --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.platform.test --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.1.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.1.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.shared 6.1.0-SNAPSHOT [7/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.shared --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.shared --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.shared --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.shared --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.shared/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.shared --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 29 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.shared --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 292 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.shared/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.shared --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.shared --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.shared/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.shared --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.shared --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.shared --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.shared --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.shared --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.shared --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.shared --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.shared --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/6.1.0-SNAPSHOT/org.eclipse.scout.rt.shared-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.shared/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/6.1.0-SNAPSHOT/org.eclipse.scout.rt.shared-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/6.1.0-SNAPSHOT/org.eclipse.scout.rt.shared-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api 6.1.0-SNAPSHOT [8/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.mom.api --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mom.api --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.mom.api --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.mom.api --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.api/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.mom.api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.mom.api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.api/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.mom.api --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.mom.api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.mom.api --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.mom.api --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.mom.api --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.mom.api --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.mom.api --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.mom.api --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.mom.api --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.mom.api --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.mom.api --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/6.1.0-SNAPSHOT/org.eclipse.scout.rt.mom.api-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.api/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/6.1.0-SNAPSHOT/org.eclipse.scout.rt.mom.api-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/6.1.0-SNAPSHOT/org.eclipse.scout.rt.mom.api-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor >-- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor 6.1.0-SNAPSHOT [9/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-dependency-plugin:2.10:copy-dependencies (copy) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Copying jandex-1.2.2.Final.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/jandex.jar [INFO] Copying quartz-2.2.2.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/quartz.jar [INFO] Copying rhino-1.7R4.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/rhino.jar [INFO] Copying commons-logging-1.1.1.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/commons-logging.jar [INFO] Copying yuicompressor-2.4.8.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/yuicompressor.jar [INFO] Copying slf4j-api-1.7.12.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/slf4j-api.jar [INFO] Copying lesscss-engine-1.7.4.bsiR03.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/lesscss-engine.jar [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.scriptprocessor --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty 6.1.0-SNAPSHOT [10/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.dev.jetty --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.dev.jetty --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.dev.jetty --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.dev.jetty --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/6.1.0-SNAPSHOT/org.eclipse.scout.dev.jetty-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/6.1.0-SNAPSHOT/org.eclipse.scout.dev.jetty-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/6.1.0-SNAPSHOT/org.eclipse.scout.dev.jetty-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test 6.1.0-SNAPSHOT [11/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.shared.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.shared.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.shared.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.shared.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.shared.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.shared.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.shared.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.shared.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.shared.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.shared.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 68 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.shared.test/target/test-classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.shared.test --- [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.shared.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.shared.test/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.scout.rt.testing.shared.TestingUtilityTest 2021-08-17 11:56:40,074 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 11:56:40,120 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:39) - Finished preparation of jandex class inventory in 37.951346 ms - MDC[] 2021-08-17 11:56:40,152 WARN [Thread-1] org.eclipse.scout.rt.platform.internal.BeanFilter.collect(BeanFilter.java:102) - Skipping bean candidate 'org.eclipse.scout.rt.shared.services.lookup.fixture.LegacyCodeLookupCall' because it has no empty constructor(). - MDC[] 2021-08-17 11:56:40,251 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[] 2021-08-17 11:56:40,257 INFO [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 9 code type classes registered. - MDC[] 2021-08-17 11:56:40,258 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:185) - No config.properties found. Running with empty configuration. - MDC[] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.564 sec - in org.eclipse.scout.rt.testing.shared.TestingUtilityTest Running org.eclipse.scout.rt.shared.ui.UserAgentTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.shared.ui.UserAgentTest Running org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest 2021-08-17 11:56:40,404 ERROR [main] org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:97) - UserAgentIdentifier could not be parsed. Exception occured while parsing. UserAgent: - MDC[] org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45) at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:94) at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest.testEmptyId(DefaultUserAgentParserTest.java:27) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:56:40,405 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[] org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45) at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:94) at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest.testInvalidId(DefaultUserAgentParserTest.java:21) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:56:40,407 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[] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest Running org.eclipse.scout.rt.shared.text.TextsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.eclipse.scout.rt.shared.text.TextsTest Running org.eclipse.scout.rt.shared.text.HTMLTextTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.shared.text.HTMLTextTest Running org.eclipse.scout.rt.shared.session.SessionDataTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in org.eclipse.scout.rt.shared.session.SessionDataTest Running org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstallerTest 2021-08-17 11:56:40,513 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.install(MultiSessionCookieStoreInstaller.java:43) - Successfully installed java.net.CookieManager@70f4f89e (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@634aa81e) - MDC[] 2021-08-17 11:56:40,521 WARN [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.checkMultiSessionCookieStoreAlreadyInstalled(MultiSessionCookieStoreInstaller.java:72) - Overriding pre-installed cookie handler: Mock for CookieHandler, hashCode: 1663189493 - MDC[] 2021-08-17 11:56:40,522 WARN [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.checkMultiSessionCookieStoreAlreadyInstalled(MultiSessionCookieStoreInstaller.java:72) - Overriding pre-installed cookie handler: Mock for CookieManager, hashCode: 1690018027 (Cookie store: null) - MDC[] 2021-08-17 11:56:40,526 WARN [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.checkMultiSessionCookieStoreAlreadyInstalled(MultiSessionCookieStoreInstaller.java:72) - Overriding pre-installed cookie handler: Mock for CookieManager, hashCode: 1690018027 (Cookie store: Mock for CookieStore, hashCode: 318558192) - MDC[] 2021-08-17 11:56:40,526 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@70f4f89e (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@634aa81e) - MDC[] 2021-08-17 11:56:40,527 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.uninstall(MultiSessionCookieStoreInstaller.java:81) - Successfully uninstalled java.net.CookieManager@70f4f89e (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@634aa81e) - MDC[] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstallerTest Running org.eclipse.scout.rt.shared.servicetunnel.http.HttpServiceTunnelTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.eclipse.scout.rt.shared.servicetunnel.http.HttpServiceTunnelTest Running org.eclipse.scout.rt.shared.servicetunnel.http.DefaultAuthTokenTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.eclipse.scout.rt.shared.servicetunnel.http.DefaultAuthTokenTest Running org.eclipse.scout.rt.shared.servicetunnel.SoapServiceTunnelContentHandlerTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.shared.servicetunnel.SoapServiceTunnelContentHandlerTest Running org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListenerTest 2021-08-17 11:56:40,661 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[] 2021-08-17 11:56:40,665 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[] 2021-08-17 11:56:40,666 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[] 2021-08-17 11:56:40,666 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[] 2021-08-17 11:56:40,667 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[] 2021-08-17 11:56:40,667 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[] 2021-08-17 11:56:40,668 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[] 2021-08-17 11:56:40,669 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[] 2021-08-17 11:56:40,670 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[] 2021-08-17 11:56:40,671 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[] 2021-08-17 11:56:40,671 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[] 2021-08-17 11:56:40,672 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListenerTest Running org.eclipse.scout.rt.shared.servicetunnel.LenientPermissionWrapperTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.eclipse.scout.rt.shared.servicetunnel.LenientPermissionWrapperTest Running org.eclipse.scout.rt.shared.servicetunnel.BinaryServiceTunnelContentHandlerTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.shared.servicetunnel.BinaryServiceTunnelContentHandlerTest Running org.eclipse.scout.rt.shared.services.lookup.LookupRowTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.shared.services.lookup.LookupRowTest Running org.eclipse.scout.rt.shared.services.lookup.LocalLookupCallTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.shared.services.lookup.LocalLookupCallTest Running org.eclipse.scout.rt.shared.services.lookup.CodeLookupCallTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.eclipse.scout.rt.shared.services.lookup.CodeLookupCallTest Running org.eclipse.scout.rt.shared.services.common.security.SharedAccessControlServiceTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.shared.services.common.security.SharedAccessControlServiceTest Running org.eclipse.scout.rt.shared.services.common.prefs.PreferencesTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.shared.services.common.prefs.PreferencesTest Running org.eclipse.scout.rt.shared.services.common.jdbc.SearchFilterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.shared.services.common.jdbc.SearchFilterTest Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeWithAddRemoveCodeTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeTypeWithAddRemoveCodeTest Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeTypeTest Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrationTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrationTest Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeClassInventoryTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeTypeClassInventoryTest Running org.eclipse.scout.rt.shared.services.common.code.CodeServiceTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeServiceTest Running org.eclipse.scout.rt.shared.services.common.code.CodeRowTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeRowTest Running org.eclipse.scout.rt.shared.services.common.calendar.CalendarItemTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.shared.services.common.calendar.CalendarItemTest Running org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest Running org.eclipse.scout.rt.shared.notification.NotificationHandlerRegistryTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.shared.notification.NotificationHandlerRegistryTest Running org.eclipse.scout.rt.shared.mail.MailUtilityTest 2021-08-17 11:56:41,127 INFO [main] org.eclipse.scout.rt.shared.mail.MailUtility.collectMailParts(MailUtility.java:137) - Unable to mime part content - MDC[] java.io.UnsupportedEncodingException: unicode-1-1-utf-7 at sun.nio.cs.StreamDecoder.forInputStreamReader(StreamDecoder.java:71) at java.io.InputStreamReader.(InputStreamReader.java:100) at com.sun.mail.handlers.text_plain.getContent(text_plain.java:107) at javax.activation.DataSourceDataContentHandler.getContent(DataHandler.java:795) at javax.activation.DataHandler.getContent(DataHandler.java:542) at javax.mail.internet.MimeBodyPart.getContent(MimeBodyPart.java:657) at org.eclipse.scout.rt.shared.mail.MailUtility.collectMailParts(MailUtility.java:134) at org.eclipse.scout.rt.shared.mail.MailUtility.collectMailParts(MailUtility.java:143) at org.eclipse.scout.rt.shared.mail.MailUtility.getBodyParts(MailUtility.java:86) at org.eclipse.scout.rt.shared.mail.MailUtility.getPlainText(MailUtility.java:249) at org.eclipse.scout.rt.shared.mail.MailUtilityTest.testFallbackForUnknownEncoding(MailUtilityTest.java:499) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 11:56:41,130 WARN [main] org.eclipse.scout.rt.shared.mail.MailUtility.getPlainText(MailUtility.java:261) - unsupported encoding - MDC[] java.io.UnsupportedEncodingException: unicode-1-1-utf-7 at java.lang.StringCoding.decode(StringCoding.java:190) at java.lang.String.(String.java:426) at java.lang.String.(String.java:491) at org.eclipse.scout.rt.shared.mail.MailUtility.getPlainText(MailUtility.java:258) at org.eclipse.scout.rt.shared.mail.MailUtilityTest.testFallbackForUnknownEncoding(MailUtilityTest.java:499) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 sec - in org.eclipse.scout.rt.shared.mail.MailUtilityTest Running org.eclipse.scout.rt.shared.extension.service.common.code.CodeTypeAopTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.shared.extension.service.common.code.CodeTypeAopTest Running org.eclipse.scout.rt.shared.extension.ExtensionChainTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.shared.extension.ExtensionChainTest Running org.eclipse.scout.rt.shared.data.model.DataModelUtilityTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 sec - in org.eclipse.scout.rt.shared.data.model.DataModelUtilityTest Running org.eclipse.scout.rt.shared.data.model.DataModelAttributeTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.eclipse.scout.rt.shared.data.model.DataModelAttributeTest Running org.eclipse.scout.rt.shared.data.form.properties.FormDataPropertyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.shared.data.form.properties.FormDataPropertyTest Running org.eclipse.scout.rt.shared.data.form.fields.tablefield.TableFieldBeanDataTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.shared.data.form.fields.tablefield.TableFieldBeanDataTest Running org.eclipse.scout.rt.shared.data.form.FormFieldDataTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.shared.data.form.FormFieldDataTest Running org.eclipse.scout.rt.shared.data.form.FormDataUtilityTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.shared.data.form.FormDataUtilityTest Running org.eclipse.scout.rt.shared.data.form.FormDataTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.shared.data.form.FormDataTest Running org.eclipse.scout.rt.shared.data.form.FormDataInjectionTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.eclipse.scout.rt.shared.data.form.FormDataInjectionTest Running org.eclipse.scout.rt.shared.data.basic.table.AbstractTableRowDataTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.shared.data.basic.table.AbstractTableRowDataTest Running org.eclipse.scout.rt.shared.data.basic.NamedBitMaskHelperTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.shared.data.basic.NamedBitMaskHelperTest Running org.eclipse.scout.rt.shared.data.basic.MemoryOptimizedObjectTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.shared.data.basic.MemoryOptimizedObjectTest Running org.eclipse.scout.rt.shared.csv.CsvHelperTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.shared.csv.CsvHelperTest Running org.eclipse.scout.rt.shared.calendar.CalendarTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.shared.calendar.CalendarTest Running org.eclipse.scout.rt.shared.cache.CacheRegistryServiceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.shared.cache.CacheRegistryServiceTest Running org.eclipse.scout.rt.shared.cache.CacheBuilderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.shared.cache.CacheBuilderTest Running org.eclipse.scout.rt.shared.cache.BasicCacheTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.shared.cache.BasicCacheTest Results : Tests run: 243, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.shared.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.shared.test --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.shared.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.shared.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.shared.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.shared.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.shared.test --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.shared.test --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.shared.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.1.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.1.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons >------ [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons 6.1.0-SNAPSHOT [12/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.commons --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.commons --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.commons --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.commons --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.commons/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.commons --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.commons --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.commons/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.commons --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.commons --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.commons/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.commons --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.commons --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.commons --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.commons --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.commons --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.commons --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.commons --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.commons --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.commons --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.commons --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.commons-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.commons/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.commons-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.commons-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.client >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.client 6.1.0-SNAPSHOT [13/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.client --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.client --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.client --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 879 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.client --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.client --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.client --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.client --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.client --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.client --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.client --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.client --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.client --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.client --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/6.1.0-SNAPSHOT/org.eclipse.scout.rt.client-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/6.1.0-SNAPSHOT/org.eclipse.scout.rt.client-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/6.1.0-SNAPSHOT/org.eclipse.scout.rt.client-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms 6.1.0-SNAPSHOT [14/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.mom.jms --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mom.jms --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.mom.jms --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.mom.jms --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.jms/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.mom.jms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.mom.jms --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.jms/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.mom.jms --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.mom.jms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.jms/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.jms --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.mom.jms --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.mom.jms --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.mom.jms --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.mom.jms --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.mom.jms --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.mom.jms --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.mom.jms --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.mom.jms --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.mom.jms --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/6.1.0-SNAPSHOT/org.eclipse.scout.rt.mom.jms-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.jms/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/6.1.0-SNAPSHOT/org.eclipse.scout.rt.mom.jms-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/6.1.0-SNAPSHOT/org.eclipse.scout.rt.mom.jms-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test >-- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test 6.1.0-SNAPSHOT [15/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.scout.rt.ui.html.scriptprocessor.ScriptProcessorTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.923 sec - in org.eclipse.scout.rt.ui.html.scriptprocessor.ScriptProcessorTest Results : Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.1.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.1.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test 6.1.0-SNAPSHOT [16/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.dev.jetty.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.dev.jetty.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.dev.jetty.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.dev.jetty.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty.test/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.scout.dev.jetty.JettyServerTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in org.eclipse.scout.dev.jetty.JettyServerTest Results : Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty.test --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty.test --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty.test --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/6.1.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/6.1.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.1.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/6.1.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test-6.1.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/6.1.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test-6.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/6.1.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test >------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test 6.1.0-SNAPSHOT [17/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.mom.api.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.mom.api.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.mom.api.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.api.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.api.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.mom.api.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.api.test/target/test-classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.mom.api.test --- [ERROR] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.api.test/target/classes. Directory does not exist! [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.api.test/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.scout.rt.mom.api.marshaller.TextMarshallerTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 sec - in org.eclipse.scout.rt.mom.api.marshaller.TextMarshallerTest Running org.eclipse.scout.rt.mom.api.marshaller.ObjectMarshallerTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.mom.api.marshaller.ObjectMarshallerTest Running org.eclipse.scout.rt.mom.api.marshaller.JsonMarshallerTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 sec - in org.eclipse.scout.rt.mom.api.marshaller.JsonMarshallerTest Running org.eclipse.scout.rt.mom.api.marshaller.JandexTypeNameIdResolverTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec - in org.eclipse.scout.rt.mom.api.marshaller.JandexTypeNameIdResolverTest Running org.eclipse.scout.rt.mom.api.marshaller.JandexJacksonAnnotationIntrospectorTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.mom.api.marshaller.JandexJacksonAnnotationIntrospectorTest Running org.eclipse.scout.rt.mom.api.marshaller.BytesMarshallerTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.mom.api.marshaller.BytesMarshallerTest Running org.eclipse.scout.rt.mom.api.marshaller.BeanManagerUtilityTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.eclipse.scout.rt.mom.api.marshaller.BeanManagerUtilityTest Running org.eclipse.scout.rt.mom.api.DestinationConfigPropertyParserTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.mom.api.DestinationConfigPropertyParserTest Results : Tests run: 66, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.mom.api.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.mom.api.test --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-6.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.mom.api.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.api.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-6.1.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-6.1.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-6.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] ---< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test >---- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test 6.1.0-SNAPSHOT [18/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.commons.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.commons.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.commons.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.commons.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.commons.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.commons.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.commons.test/target/test-classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.commons.test --- [ERROR] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.commons.test/target/classes. Directory does not exist! [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.commons.test/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.scout.rt.server.commons.servlet.cache.DownloadHttpResponseInterceptorTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec - in org.eclipse.scout.rt.server.commons.servlet.cache.DownloadHttpResponseInterceptorTest Running org.eclipse.scout.rt.server.commons.servlet.ServletExceptionTranslatorTest 2021-08-17 11:56:54,057 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 11:56:54,087 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:39) - Finished preparation of jandex class inventory in 22.014327 ms - MDC[] 2021-08-17 11:56:54,266 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[] 2021-08-17 11:56:54,268 INFO [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[] 2021-08-17 11:56:54,269 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:185) - No config.properties found. Running with empty configuration. - MDC[] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.352 sec - in org.eclipse.scout.rt.server.commons.servlet.ServletExceptionTranslatorTest Running org.eclipse.scout.rt.server.commons.servlet.HttpServletControlTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec - in org.eclipse.scout.rt.server.commons.servlet.HttpServletControlTest Running org.eclipse.scout.rt.server.commons.servlet.HttpClientInfoTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.eclipse.scout.rt.server.commons.servlet.HttpClientInfoTest Running org.eclipse.scout.rt.server.commons.servlet.ContentSecurityPolicyTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.server.commons.servlet.ContentSecurityPolicyTest Running org.eclipse.scout.rt.server.commons.healthcheck.HealthCheckerTest 2021-08-17 11:56:56,654 WARN [Time-limited test] org.eclipse.scout.rt.server.commons.healthcheck.AbstractHealthChecker.checkHealth(AbstractHealthChecker.java:123) - HealthCheck[9ad3ef48-4755-43b3-b00a-eb2916277449] has timed out after 1000ms, future=JobFutureTask@75c1ad92[job=9ad3ef48-4755-43b3-b00a-eb2916277449, state=RUNNING]. Cancelling job now. - MDC[] 2021-08-17 11:56:56,659 ERROR [scout-thread-24] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@3e247c97] - MDC[jobName=9ad3ef48-4755-43b3-b00a-eb2916277449] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:56:56,660 WARN [scout-thread-24] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:56:58,671 INFO [scout-thread-24] 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=d10a5bdc-704e-40ed-a23b-b699946b23fe] java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 2 at org.eclipse.scout.rt.server.commons.healthcheck.HealthCheckerTest$5.run(HealthCheckerTest.java:199) at org.eclipse.scout.rt.server.commons.healthcheck.HealthCheckerTest$1.execCheckHealth(HealthCheckerTest.java:55) at org.eclipse.scout.rt.server.commons.healthcheck.AbstractHealthChecker$1.call(AbstractHealthChecker.java:139) at org.eclipse.scout.rt.server.commons.healthcheck.AbstractHealthChecker$1.call(AbstractHealthChecker.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.041 sec - in org.eclipse.scout.rt.server.commons.healthcheck.HealthCheckerTest Running org.eclipse.scout.rt.server.commons.cache.StickySessionCacheStoreServiceTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.server.commons.cache.StickySessionCacheStoreServiceTest Running org.eclipse.scout.rt.server.commons.cache.CacheElementTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.commons.cache.CacheElementTest Running org.eclipse.scout.rt.server.commons.FileUtilityMimeTypeTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.eclipse.scout.rt.server.commons.FileUtilityMimeTypeTest Results : Tests run: 60, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.commons.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.commons.test --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.commons.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.commons.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.1.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-6.1.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.server >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server 6.1.0-SNAPSHOT [19/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 111 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.client.test >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.client.test 6.1.0-SNAPSHOT [20/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.client.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.client.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.client.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.client.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.client.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.client.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.client.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.client.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 338 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client.test/target/test-classes [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/FormFieldVisibilityTest.java:[224] public class P_ListBox extends AbstractListBox { ^^^^^^^^^ Type safety: The return type List for getFields() from the type AbstractListBox needs unchecked conversion to conform to List from the type ICompositeField [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/FormFieldVisibilityTest.java:[224] public class P_ListBox extends AbstractListBox { ^^^^^^^^^ Type safety: The return type Map for getMovedFields() from the type AbstractListBox needs unchecked conversion to conform to Map,IFormField> from the type ICompositeField [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/FormFieldVisibilityTest.java:[224] public class P_ListBox extends AbstractListBox { ^^^^^^^^^ Type safety: The return type List for getMenus() from the type AbstractValueField needs unchecked conversion to conform to List from the type IContextMenuOwner [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractMixedSmartColumnTest.java:[63] assertEquals("browse new text to be progagated to field", column.getConfiguredBrowseNewText(), field.getBrowseNewText()); ^^^^^^^^^^^^^^^^^^ The method getBrowseNewText() from the type IContentAssistField is deprecated [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/FormFieldEnabledTest.java:[410] public class P_ListBox extends AbstractListBox { ^^^^^^^^^ Type safety: The return type List for getFields() from the type AbstractListBox needs unchecked conversion to conform to List from the type ICompositeField [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/FormFieldEnabledTest.java:[410] public class P_ListBox extends AbstractListBox { ^^^^^^^^^ Type safety: The return type Map for getMovedFields() from the type AbstractListBox needs unchecked conversion to conform to Map,IFormField> from the type ICompositeField [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/FormFieldEnabledTest.java:[410] public class P_ListBox extends AbstractListBox { ^^^^^^^^^ Type safety: The return type List for getMenus() from the type AbstractValueField needs unchecked conversion to conform to List from the type IContextMenuOwner 7 problems (7 warnings) [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.client.test --- [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.client.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client.test/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerLoginTest 2021-08-17 11:57:03,246 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 11:57:03,321 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:39) - Finished preparation of jandex class inventory in 68.675017 ms - MDC[] 2021-08-17 11:57:03,442 INFO [Thread-1] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.install(MultiSessionCookieStoreInstaller.java:43) - Successfully installed java.net.CookieManager@4216cef6 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@12fa2841) - MDC[] 2021-08-17 11:57:03,445 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[] 2021-08-17 11:57:03,447 INFO [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 4 code type classes registered. - MDC[] 2021-08-17 11:57:03,447 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:185) - No config.properties found. Running with empty configuration. - MDC[] 2021-08-17 11:57:03,543 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:137) - Failed to register session for notifications. - MDC[] 2021-08-17 11:57:03,545 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 11:57:03,638 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.testing.client.runner.fixture.LoginTestClientSessionProvider$LoginTestClientSession@1d5bd1cc[id = b0cde32f-b739-492f-81c9-04d18fb56fb2], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=b0cde32f-b739-492f-81c9-04d18fb56fb2]] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.621 sec - in org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerLoginTest Running org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerAdditionalLoginTest 2021-08-17 11:57:03,666 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:137) - Failed to register session for notifications. - MDC[] 2021-08-17 11:57:03,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[] 2021-08-17 11:57:03,669 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.testing.client.runner.fixture.LoginTestClientSessionProvider$LoginTestClientSession@4cbbea02[id = d5858968-5502-4e11-9777-ecf4696d3883], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=d5858968-5502-4e11-9777-ecf4696d3883]] 2021-08-17 11:57:03,671 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:137) - Failed to register session for notifications. - MDC[] 2021-08-17 11:57:03,672 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 11:57:03,674 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.testing.client.runner.fixture.LoginTestClientSessionProvider$LoginTestClientSession@64e8e053[id = bffa25d7-d61c-4e1a-bf76-bf44e9019429], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=bffa25d7-d61c-4e1a-bf76-bf44e9019429]] 2021-08-17 11:57:03,677 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:137) - Failed to register session for notifications. - MDC[] 2021-08-17 11:57:03,677 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 11:57:03,679 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.testing.client.runner.fixture.LoginTestClientSessionProvider$LoginTestClientSession@aa27c79[id = 13ca0e01-cd40-4ac0-9094-f057f31d8de1], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=13ca0e01-cd40-4ac0-9094-f057f31d8de1]] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerAdditionalLoginTest Running org.eclipse.scout.rt.testing.client.runner.parameterized.SampleParameterizedClientTest 2021-08-17 11:57:03,706 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:137) - Failed to register session for notifications. - MDC[] 2021-08-17 11:57:03,706 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 11:57:03,708 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@797937ba[id = 4e54e201-391e-4b76-9fc6-a046f3c79f4c], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=4e54e201-391e-4b76-9fc6-a046f3c79f4c]] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.testing.client.runner.parameterized.SampleParameterizedClientTest Running org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest Running org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedClientTestRunnerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedClientTestRunnerTest Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutTest 2021-08-17 11:57:03,742 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:137) - Failed to register session for notifications. - MDC[] 2021-08-17 11:57:03,742 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 11:57:03,743 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest$JUnitClientSession@4581a9b7[id = 1bfe112f-236b-4b1b-abda-fdc518b2ba66], user=null] - MDC[jobName=Starting ClientSession [sessionId=1bfe112f-236b-4b1b-abda-fdc518b2ba66]] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutTest Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutPropertyMapTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutPropertyMapTest Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerSameSessionTest 2021-08-17 11:57:03,861 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:137) - Failed to register session for notifications. - MDC[] 2021-08-17 11:57:03,861 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 11:57:03,862 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerSameSessionTest$JUnitClientSession@2ed110ae[id = 926f39b5-3748-4752-8154-e944f9e3c44c], user=null] - MDC[jobName=Starting ClientSession [sessionId=926f39b5-3748-4752-8154-e944f9e3c44c]] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerSameSessionTest Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest 2021-08-17 11:57:03,870 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:137) - Failed to register session for notifications. - MDC[] 2021-08-17 11:57:03,870 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 11:57:03,871 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest$JUnitClientSession@1d1f053[id = 5af90840-88da-4b1c-8647-590ba6bdacae], user=null] - MDC[jobName=Starting ClientSession [sessionId=5af90840-88da-4b1c-8647-590ba6bdacae]] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest 2021-08-17 11:57:03,874 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 11:57:03,875 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession1@300b6e98[id = b4a9b79d-2f43-413c-b85b-edc256abb0d9], user=null] - MDC[jobName=Starting ClientSession [sessionId=b4a9b79d-2f43-413c-b85b-edc256abb0d9]] 2021-08-17 11:57:03,877 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 11:57:03,877 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession1@3622f700[id = f10be446-9bee-49d7-9982-2fade58f18d9], user=null] - MDC[jobName=Starting ClientSession [sessionId=f10be446-9bee-49d7-9982-2fade58f18d9]] 2021-08-17 11:57:03,879 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 11:57:03,880 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession1@1d790a3[id = a8e51acd-908d-4c60-87ca-b0f86b135eef], user=null] - MDC[jobName=Starting ClientSession [sessionId=a8e51acd-908d-4c60-87ca-b0f86b135eef]] 2021-08-17 11:57:03,882 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:137) - Failed to register session for notifications. - MDC[] 2021-08-17 11:57:03,882 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 11:57:03,883 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession2@668ca857[id = b7eaace1-e2df-4b08-bff0-0df6de6c4cb3], user=null] - MDC[jobName=Starting ClientSession [sessionId=b7eaace1-e2df-4b08-bff0-0df6de6c4cb3]] 2021-08-17 11:57:03,884 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 11:57:03,885 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession1@2b367d1f[id = 62b30115-28d7-48da-b7ec-99db3c7937cd], user=null] - MDC[jobName=Starting ClientSession [sessionId=62b30115-28d7-48da-b7ec-99db3c7937cd]] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest Running org.eclipse.scout.rt.shared.extension.services.common.code.MoveCodesTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.eclipse.scout.rt.shared.extension.services.common.code.MoveCodesTest Running org.eclipse.scout.rt.shared.extension.dto.WrappedFormExtensionTest 2021-08-17 11:57:03,922 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:137) - Failed to register session for notifications. - MDC[] 2021-08-17 11:57:03,922 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 11:57:03,923 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@12b4779a[id = 42d1fefa-6bc0-403e-8b3e-f8eef0ece732], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=42d1fefa-6bc0-403e-8b3e-f8eef0ece732]] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec - in org.eclipse.scout.rt.shared.extension.dto.WrappedFormExtensionTest Running org.eclipse.scout.rt.shared.extension.dto.TableFieldExtensionTest 2021-08-17 11:57:04,123 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] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec - in org.eclipse.scout.rt.shared.extension.dto.TableFieldExtensionTest Running org.eclipse.scout.rt.shared.extension.dto.PageDataExtensionTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec - in org.eclipse.scout.rt.shared.extension.dto.PageDataExtensionTest Running org.eclipse.scout.rt.shared.extension.dto.FormDataTemplateExtensionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec - in org.eclipse.scout.rt.shared.extension.dto.FormDataTemplateExtensionTest Running org.eclipse.scout.rt.shared.extension.dto.FormDataSingleExtensionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec - in org.eclipse.scout.rt.shared.extension.dto.FormDataSingleExtensionTest Running org.eclipse.scout.rt.shared.extension.dto.FormDataPropertyExtensionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.eclipse.scout.rt.shared.extension.dto.FormDataPropertyExtensionTest Running org.eclipse.scout.rt.shared.extension.dto.FormDataMultipleExtensionTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.eclipse.scout.rt.shared.extension.dto.FormDataMultipleExtensionTest Running org.eclipse.scout.rt.shared.extension.dto.ContributionOnlyOneTemplateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.shared.extension.dto.ContributionOnlyOneTemplateTest Running org.eclipse.scout.rt.shared.extension.data.model.MoveDataModelEntitiyAndAttributeTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.scout.rt.shared.extension.data.model.MoveDataModelEntitiyAndAttributeTest Running org.eclipse.scout.rt.shared.extension.ExtensionRegistryInstantiationTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.eclipse.scout.rt.shared.extension.ExtensionRegistryInstantiationTest Running org.eclipse.scout.rt.shared.extension.ExtensionRegistryExtensionRegistrationTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.shared.extension.ExtensionRegistryExtensionRegistrationTest Running org.eclipse.scout.rt.shared.data.form.FormDataValidationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec - in org.eclipse.scout.rt.shared.data.form.FormDataValidationTest Running org.eclipse.scout.rt.shared.data.form.FormDataToStringTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.shared.data.form.FormDataToStringTest Running org.eclipse.scout.rt.shared.data.form.FormDataImportWithTemplatesTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.eclipse.scout.rt.shared.data.form.FormDataImportWithTemplatesTest Running org.eclipse.scout.rt.shared.data.form.FormDataImportWithPropertiesTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.shared.data.form.FormDataImportWithPropertiesTest Running org.eclipse.scout.rt.shared.data.form.FormDataCloneTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.eclipse.scout.rt.shared.data.form.FormDataCloneTest Running org.eclipse.scout.rt.platform.TypeCastUtilityClientTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.TypeCastUtilityClientTest Running org.eclipse.scout.rt.client.ui.wizard.AbstractWizardTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.client.ui.wizard.AbstractWizardTest Running org.eclipse.scout.rt.client.ui.messagebox.MessageBoxTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec - in org.eclipse.scout.rt.client.ui.messagebox.MessageBoxTest Running org.eclipse.scout.rt.client.ui.form.menu.AbstractMenuTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.menu.AbstractMenuTest Running org.eclipse.scout.rt.client.ui.form.internal.FindFieldByFormDataIdVisitorTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 sec - in org.eclipse.scout.rt.client.ui.form.internal.FindFieldByFormDataIdVisitorTest Running org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest 2021-08-17 11:57:05,057 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:597) - 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] 2021-08-17 11:57:05,063 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:597) - 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] 2021-08-17 11:57:05,068 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:597) - 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] 2021-08-17 11:57:05,074 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:597) - 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] 2021-08-17 11:57:05,079 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:597) - 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] 2021-08-17 11:57:05,104 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:597) - 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] 2021-08-17 11:57:05,109 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:597) - 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] 2021-08-17 11:57:05,113 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:597) - 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] 2021-08-17 11:57:05,117 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:597) - 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] 2021-08-17 11:57:05,122 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:597) - 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] 2021-08-17 11:57:05,126 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:597) - 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] 2021-08-17 11:57:05,130 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:597) - 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] 2021-08-17 11:57:05,134 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:597) - 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] 2021-08-17 11:57:05,135 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:597) - 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] 2021-08-17 11:57:05,140 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:597) - 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] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec - in org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest Running org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxInFormTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxInFormTest Running org.eclipse.scout.rt.client.ui.form.fields.tablefield.TableFieldTest 2021-08-17 11:57:05,172 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[] 2021-08-17 11:57:05,213 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[] 2021-08-17 11:57:05,249 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[] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec - in org.eclipse.scout.rt.client.ui.form.fields.tablefield.TableFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldMoveRowTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldMoveRowTest Running org.eclipse.scout.rt.client.ui.form.fields.stringfield.StringFieldSetMultilineTextTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.eclipse.scout.rt.client.ui.form.fields.stringfield.StringFieldSetMultilineTextTest Running org.eclipse.scout.rt.client.ui.form.fields.stringfield.AbstractStringFieldTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.client.ui.form.fields.stringfield.AbstractStringFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest 2021-08-17 11:57:05,371 WARN [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.AssertionError: No lookup should be performed for that test-case at org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest$StyleLookupService.checkLookupAllowed(SmartFieldTest.java:225) at org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest$StyleLookupService.getDataByText(SmartFieldTest.java:243) at org.eclipse.scout.rt.shared.services.lookup.LookupCall.getDataByText(LookupCall.java:348) at org.eclipse.scout.rt.client.ui.form.fields.smartfield.AbstractContentAssistField$4.provide(AbstractContentAssistField.java:1510) at org.eclipse.scout.rt.client.ui.form.fields.smartfield.LookupRowHelper$1.call(LookupRowHelper.java:61) at org.eclipse.scout.rt.client.ui.form.fields.smartfield.LookupRowHelper$1.call(LookupRowHelper.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:05,372 ERROR [scout-model-thread-22] 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] java.lang.AssertionError: No lookup should be performed for that test-case at org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest$StyleLookupService.checkLookupAllowed(SmartFieldTest.java:225) at org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest$StyleLookupService.getDataByText(SmartFieldTest.java:243) at org.eclipse.scout.rt.shared.services.lookup.LookupCall.getDataByText(LookupCall.java:348) at org.eclipse.scout.rt.client.ui.form.fields.smartfield.AbstractContentAssistField$4.provide(AbstractContentAssistField.java:1510) at org.eclipse.scout.rt.client.ui.form.fields.smartfield.LookupRowHelper$1.call(LookupRowHelper.java:61) at org.eclipse.scout.rt.client.ui.form.fields.smartfield.LookupRowHelper$1.call(LookupRowHelper.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldSingleResultTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldSingleResultTest Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldParseValueTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldParseValueTest Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldMultilineTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldMultilineTest Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldLookupTest 2021-08-17 11:57:05,555 WARN [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] org.eclipse.scout.rt.platform.exception.PlatformException: lookup error at org.eclipse.scout.rt.shared.services.lookup.LookupCall.getDataByRec(LookupCall.java:391) at org.eclipse.scout.rt.client.ui.form.fields.smartfield.AbstractContentAssistField$5.provide(AbstractContentAssistField.java:1532) at org.eclipse.scout.rt.client.ui.form.fields.smartfield.LookupRowHelper$1.call(LookupRowHelper.java:61) at org.eclipse.scout.rt.client.ui.form.fields.smartfield.LookupRowHelper$1.call(LookupRowHelper.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:05,570 WARN [scout-thread-21] 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@24091b23[Rec Lookup, parentKey=1, activeState=TRUE]]] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldLookupTest Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.ProposalFieldTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.ProposalFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.IncrementalTreeBuilderTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.IncrementalTreeBuilderTest Running org.eclipse.scout.rt.client.ui.form.fields.sequencebox.SequenceBoxTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.eclipse.scout.rt.client.ui.form.fields.sequencebox.SequenceBoxTest Running org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest 2021-08-17 11:57:05,751 WARN [scout-model-thread-22] 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] 2021-08-17 11:57:05,752 WARN [scout-model-thread-22] 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] 2021-08-17 11:57:05,780 WARN [scout-model-thread-22] 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] 2021-08-17 11:57:05,781 WARN [scout-model-thread-22] 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] 2021-08-17 11:57:05,808 WARN [scout-model-thread-22] 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] 2021-08-17 11:57:05,809 WARN [scout-model-thread-22] 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] 2021-08-17 11:57:05,818 WARN [scout-model-thread-22] 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] 2021-08-17 11:57:05,819 WARN [scout-model-thread-22] 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] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec - in org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest Running org.eclipse.scout.rt.client.ui.form.fields.numberfield.AbstractNumberFieldTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 sec - in org.eclipse.scout.rt.client.ui.form.fields.numberfield.AbstractNumberFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.longfield.AbstractLongFieldTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.eclipse.scout.rt.client.ui.form.fields.longfield.AbstractLongFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxTest 2021-08-17 11:57:06,035 WARN [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox.filterLookupResult(AbstractListBox.java:556) - 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] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxTest Running org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxInFormTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxInFormTest Running org.eclipse.scout.rt.client.ui.form.fields.integerfield.AbstractIntegerFieldTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.scout.rt.client.ui.form.fields.integerfield.AbstractIntegerFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.imagebox.ImageFieldTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.imagebox.ImageFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlFieldTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout11Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout11Test Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout10Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout10Test Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout09Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout09Test Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout08Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout08Test Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout07Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout07Test Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout06Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout06Test Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout05Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout05Test Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout04Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout04Test Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout02Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout02Test Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout01Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout01Test Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout0100Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout0100Test Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.AbstractGroupBoxTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.AbstractGroupBoxTest Running org.eclipse.scout.rt.client.ui.form.fields.filechooserfield.FileChooserFieldTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.client.ui.form.fields.filechooserfield.FileChooserFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.decimalfield.AbstractDecimalFieldTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec - in org.eclipse.scout.rt.client.ui.form.fields.decimalfield.AbstractDecimalFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.datefield.AbstractDateFieldTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.datefield.AbstractDateFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.composer.ComposerFieldTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.eclipse.scout.rt.client.ui.form.fields.composer.ComposerFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.colorfield.ColorFieldTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.eclipse.scout.rt.client.ui.form.fields.colorfield.ColorFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.button.ButtonTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.button.ButtonTest Running org.eclipse.scout.rt.client.ui.form.fields.button.AbstractRadioButtonTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.form.fields.button.AbstractRadioButtonTest Running org.eclipse.scout.rt.client.ui.form.fields.browserfield.AbstractBrowserFieldTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.ui.form.fields.browserfield.AbstractBrowserFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.booleanfield.AbstractBooleanFieldWithTriStateTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.form.fields.booleanfield.AbstractBooleanFieldWithTriStateTest Running org.eclipse.scout.rt.client.ui.form.fields.booleanfield.AbstractBooleanFieldTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.form.fields.booleanfield.AbstractBooleanFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.bigintegerfield.AbstractBigIntegerFieldTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.ui.form.fields.bigintegerfield.AbstractBigIntegerFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.bigdecimalfield.AbstractBigDecimalFieldTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec - in org.eclipse.scout.rt.client.ui.form.fields.bigdecimalfield.AbstractBigDecimalFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest 2021-08-17 11:57:06,531 WARN [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.setValue(AbstractValueField.java:336) - Unexpected Error: - MDC[jobName=Running JUnit test in model job] org.eclipse.scout.rt.platform.exception.ProcessingException: "EXCEPTION!!!" is an invalid value [severity=ERROR] at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.setValue(AbstractValueField.java:335) at org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest.testValidateException(ValueFieldTest.java:116) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Caused by: java.lang.RuntimeException: EXCEPTION!!! at org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest$ParseErrorField.execValidateValue(ValueFieldTest.java:232) at org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest$ParseErrorField.execValidateValue(ValueFieldTest.java:1) at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField$LocalValueFieldExtension.execValidateValue(AbstractValueField.java:628) at org.eclipse.scout.rt.client.extension.ui.form.fields.ValueFieldChains$ValueFieldExecValidateChain$1.callMethod(ValueFieldChains.java:46) at org.eclipse.scout.rt.client.extension.ui.form.fields.ValueFieldChains$ValueFieldExecValidateChain$1.callMethod(ValueFieldChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ui.form.fields.ValueFieldChains$ValueFieldExecValidateChain.execValidateValue(ValueFieldChains.java:49) at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.interceptValidateValue(AbstractValueField.java:655) at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.validateValue(AbstractValueField.java:458) at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.setValue(AbstractValueField.java:326) ... 44 common frames omitted Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.ReplaceFieldTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.eclipse.scout.rt.client.ui.form.fields.ReplaceFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.ParsingFailedStatusTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.ui.form.fields.ParsingFailedStatusTest Running org.eclipse.scout.rt.client.ui.form.fields.OrderedComparatorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec - in org.eclipse.scout.rt.client.ui.form.fields.OrderedComparatorTest Running org.eclipse.scout.rt.client.ui.form.fields.MasterSlaveRelationWithTemplatesFieldTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.scout.rt.client.ui.form.fields.MasterSlaveRelationWithTemplatesFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.FormFieldVisibilityTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.eclipse.scout.rt.client.ui.form.fields.FormFieldVisibilityTest Running org.eclipse.scout.rt.client.ui.form.fields.FormFieldTest 2021-08-17 11:57:06,739 WARN [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.AbstractFormField.classId(AbstractFormField.java:1198) - 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] 2021-08-17 11:57:06,739 WARN [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.AbstractFormField.classId(AbstractFormField.java:1198) - 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] 2021-08-17 11:57:06,758 WARN [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.AbstractFormField.classId(AbstractFormField.java:1198) - Found a duplicate classid for DUPLICATEDUPLICATE, adding field index. Override classId for dynamically injected fields. - MDC[jobName=Running JUnit test in model job] 2021-08-17 11:57:06,758 WARN [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.AbstractFormField.classId(AbstractFormField.java:1198) - Found a duplicate classid for DUPLICATEDUPLICATE, adding field index. Override classId for dynamically injected fields. - MDC[jobName=Running JUnit test in model job] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.eclipse.scout.rt.client.ui.form.fields.FormFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.FormFieldEnabledTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 sec - in org.eclipse.scout.rt.client.ui.form.fields.FormFieldEnabledTest Running org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec - in org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldInjectFieldTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldInjectFieldTest Running org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldAddRemoveMoveFieldTest Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldAddRemoveMoveFieldTest Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXmlWrappedFormFieldTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXmlWrappedFormFieldTest Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXmlWithPropertyExtensionFormTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXmlWithPropertyExtensionFormTest Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml3FormTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml3FormTest Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml2FormTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml2FormTest Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml1FormTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml1FormTest Running org.eclipse.scout.rt.client.ui.form.ImportFormDataWithFiltersTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.client.ui.form.ImportFormDataWithFiltersTest Running org.eclipse.scout.rt.client.ui.form.FormWithTableFieldTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.ui.form.FormWithTableFieldTest Running org.eclipse.scout.rt.client.ui.form.FormWaitForTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.form.FormWaitForTest Running org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest 2021-08-17 11:57:07,349 INFO [scout-model-thread-22] 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] 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] at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.doIt(FormToStore.java:98) at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.execStored(FormToStore.java:62) at org.eclipse.scout.rt.client.ui.form.AbstractForm$LocalFormExtension.execStored(AbstractForm.java:3240) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:78) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain.execStored(FormChains.java:81) at org.eclipse.scout.rt.client.extension.ui.form.AbstractFormExtension.execStored(AbstractFormExtension.java:55) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:78) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain.execStored(FormChains.java:81) at org.eclipse.scout.rt.client.ui.form.AbstractForm.interceptStored(AbstractForm.java:3324) at org.eclipse.scout.rt.client.ui.form.AbstractForm.storeStateInternal(AbstractForm.java:1768) at org.eclipse.scout.rt.client.ui.form.AbstractForm.doSave(AbstractForm.java:2110) at org.eclipse.scout.rt.client.ui.form.AbstractForm.handleSystemButtonEventInternal(AbstractForm.java:3053) at org.eclipse.scout.rt.client.ui.form.AbstractForm$P_SystemButtonListener.buttonChanged(AbstractForm.java:3097) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonEvent(AbstractButton.java:494) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonClicked(AbstractButton.java:478) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.doClick(AbstractButton.java:405) at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.clickSave(FormToStore.java:146) at org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest.testVetoFormSave(FormStoredWithVetoTest.java:91) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:07,354 INFO [scout-model-thread-22] 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] 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] at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.doIt(FormToStore.java:98) at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.access$1(FormToStore.java:89) at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$ModifyHandler.execStore(FormToStore.java:85) at org.eclipse.scout.rt.client.ui.form.AbstractFormHandler$LocalFormHandlerExtension.execStore(AbstractFormHandler.java:266) at org.eclipse.scout.rt.client.extension.ui.form.FormHandlerChains$FormHandlerStoreChain$1.callMethod(FormHandlerChains.java:92) at org.eclipse.scout.rt.client.extension.ui.form.FormHandlerChains$FormHandlerStoreChain$1.callMethod(FormHandlerChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ui.form.FormHandlerChains$FormHandlerStoreChain.execStore(FormHandlerChains.java:95) at org.eclipse.scout.rt.client.ui.form.AbstractFormHandler.interceptStore(AbstractFormHandler.java:307) at org.eclipse.scout.rt.client.ui.form.AbstractFormHandler.onStore(AbstractFormHandler.java:226) at org.eclipse.scout.rt.client.ui.form.AbstractForm.storeStateInternal(AbstractForm.java:1767) at org.eclipse.scout.rt.client.ui.form.AbstractForm.doSave(AbstractForm.java:2110) at org.eclipse.scout.rt.client.ui.form.AbstractForm.handleSystemButtonEventInternal(AbstractForm.java:3053) at org.eclipse.scout.rt.client.ui.form.AbstractForm$P_SystemButtonListener.buttonChanged(AbstractForm.java:3097) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonEvent(AbstractButton.java:494) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonClicked(AbstractButton.java:478) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.doClick(AbstractButton.java:405) at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.clickSave(FormToStore.java:146) at org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest.testVetoHandlerSave(FormStoredWithVetoTest.java:63) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:07,358 INFO [scout-model-thread-22] 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] 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] at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.doIt(FormToStore.java:98) at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.execStored(FormToStore.java:62) at org.eclipse.scout.rt.client.ui.form.AbstractForm$LocalFormExtension.execStored(AbstractForm.java:3240) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:78) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain.execStored(FormChains.java:81) at org.eclipse.scout.rt.client.extension.ui.form.AbstractFormExtension.execStored(AbstractFormExtension.java:55) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:78) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain.execStored(FormChains.java:81) at org.eclipse.scout.rt.client.ui.form.AbstractForm.interceptStored(AbstractForm.java:3324) at org.eclipse.scout.rt.client.ui.form.AbstractForm.storeStateInternal(AbstractForm.java:1768) at org.eclipse.scout.rt.client.ui.form.AbstractForm.doSave(AbstractForm.java:2110) at org.eclipse.scout.rt.client.ui.form.AbstractForm.handleSystemButtonEventInternal(AbstractForm.java:3053) at org.eclipse.scout.rt.client.ui.form.AbstractForm$P_SystemButtonListener.buttonChanged(AbstractForm.java:3097) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonEvent(AbstractButton.java:494) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonClicked(AbstractButton.java:478) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.doClick(AbstractButton.java:405) at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.clickSave(FormToStore.java:146) at org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest.testVetoCombinationSave(FormStoredWithVetoTest.java:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:07,362 INFO [scout-model-thread-22] 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] 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] at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.doIt(FormToStore.java:98) at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.execStored(FormToStore.java:62) at org.eclipse.scout.rt.client.ui.form.AbstractForm$LocalFormExtension.execStored(AbstractForm.java:3240) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:78) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain.execStored(FormChains.java:81) at org.eclipse.scout.rt.client.extension.ui.form.AbstractFormExtension.execStored(AbstractFormExtension.java:55) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:78) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain.execStored(FormChains.java:81) at org.eclipse.scout.rt.client.ui.form.AbstractForm.interceptStored(AbstractForm.java:3324) at org.eclipse.scout.rt.client.ui.form.AbstractForm.storeStateInternal(AbstractForm.java:1768) at org.eclipse.scout.rt.client.ui.form.AbstractForm.doOk(AbstractForm.java:2058) at org.eclipse.scout.rt.client.ui.form.AbstractForm.handleSystemButtonEventInternal(AbstractForm.java:3045) at org.eclipse.scout.rt.client.ui.form.AbstractForm$P_SystemButtonListener.buttonChanged(AbstractForm.java:3097) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonEvent(AbstractButton.java:494) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonClicked(AbstractButton.java:478) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.doClick(AbstractButton.java:405) at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.clickOk(FormToStore.java:150) at org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest.testVetoCombinationOk(FormStoredWithVetoTest.java:135) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:07,366 INFO [scout-model-thread-22] 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] 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] at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.doIt(FormToStore.java:98) at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.access$1(FormToStore.java:89) at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$ModifyHandler.execStore(FormToStore.java:85) at org.eclipse.scout.rt.client.ui.form.AbstractFormHandler$LocalFormHandlerExtension.execStore(AbstractFormHandler.java:266) at org.eclipse.scout.rt.client.extension.ui.form.FormHandlerChains$FormHandlerStoreChain$1.callMethod(FormHandlerChains.java:92) at org.eclipse.scout.rt.client.extension.ui.form.FormHandlerChains$FormHandlerStoreChain$1.callMethod(FormHandlerChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ui.form.FormHandlerChains$FormHandlerStoreChain.execStore(FormHandlerChains.java:95) at org.eclipse.scout.rt.client.ui.form.AbstractFormHandler.interceptStore(AbstractFormHandler.java:307) at org.eclipse.scout.rt.client.ui.form.AbstractFormHandler.onStore(AbstractFormHandler.java:226) at org.eclipse.scout.rt.client.ui.form.AbstractForm.storeStateInternal(AbstractForm.java:1767) at org.eclipse.scout.rt.client.ui.form.AbstractForm.doOk(AbstractForm.java:2058) at org.eclipse.scout.rt.client.ui.form.AbstractForm.handleSystemButtonEventInternal(AbstractForm.java:3045) at org.eclipse.scout.rt.client.ui.form.AbstractForm$P_SystemButtonListener.buttonChanged(AbstractForm.java:3097) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonEvent(AbstractButton.java:494) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonClicked(AbstractButton.java:478) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.doClick(AbstractButton.java:405) at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.clickOk(FormToStore.java:150) at org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest.testVetoHandlerOk(FormStoredWithVetoTest.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:07,371 INFO [scout-model-thread-22] 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] 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] at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.doIt(FormToStore.java:98) at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.execStored(FormToStore.java:62) at org.eclipse.scout.rt.client.ui.form.AbstractForm$LocalFormExtension.execStored(AbstractForm.java:3240) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:78) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain.execStored(FormChains.java:81) at org.eclipse.scout.rt.client.extension.ui.form.AbstractFormExtension.execStored(AbstractFormExtension.java:55) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:78) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain.execStored(FormChains.java:81) at org.eclipse.scout.rt.client.ui.form.AbstractForm.interceptStored(AbstractForm.java:3324) at org.eclipse.scout.rt.client.ui.form.AbstractForm.storeStateInternal(AbstractForm.java:1768) at org.eclipse.scout.rt.client.ui.form.AbstractForm.doOk(AbstractForm.java:2058) at org.eclipse.scout.rt.client.ui.form.AbstractForm.handleSystemButtonEventInternal(AbstractForm.java:3045) at org.eclipse.scout.rt.client.ui.form.AbstractForm$P_SystemButtonListener.buttonChanged(AbstractForm.java:3097) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonEvent(AbstractButton.java:494) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonClicked(AbstractButton.java:478) at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.doClick(AbstractButton.java:405) at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.clickOk(FormToStore.java:150) at org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest.testVetoFormOk(FormStoredWithVetoTest.java:105) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest Running org.eclipse.scout.rt.client.ui.form.FormStoredTest 2021-08-17 11:57:07,406 INFO [scout-model-thread-22] 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] 2021-08-17 11:57:07,410 INFO [scout-model-thread-22] 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] 2021-08-17 11:57:07,412 INFO [scout-model-thread-22] 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] 2021-08-17 11:57:07,425 INFO [scout-model-thread-22] 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] 2021-08-17 11:57:07,427 INFO [scout-model-thread-22] 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] 2021-08-17 11:57:07,432 INFO [scout-model-thread-22] 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] 2021-08-17 11:57:07,440 INFO [scout-model-thread-22] 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] 2021-08-17 11:57:07,442 INFO [scout-model-thread-22] 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] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec - in org.eclipse.scout.rt.client.ui.form.FormStoredTest Running org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest filterFields: null/MainBox (org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest$TestForm$MainBox) filterFields: null/TopBox (org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest$TestForm$MainBox$TopBox) injectFields: null/TopBox (org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest$TestForm$MainBox$TopBox) injectFields: null/MainBox (org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest$TestForm$MainBox) Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest Running org.eclipse.scout.rt.client.ui.form.FormBasicTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.81 sec - in org.eclipse.scout.rt.client.ui.form.FormBasicTest Running org.eclipse.scout.rt.client.ui.form.AbstractFormTest 2021-08-17 11:57:08,285 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.AbstractForm.validateForm(AbstractForm.java:1871) - there are fields with errors - MDC[jobName=Running JUnit test in model job] 2021-08-17 11:57:08,292 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.AbstractForm.validateForm(AbstractForm.java:1871) - there are fields with errors - MDC[jobName=Running JUnit test in model job] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.scout.rt.client.ui.form.AbstractFormTest Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithSortingTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithSortingTest Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithHeaderSortColumnsTest 2021-08-17 11:57:08,353 WARN [scout-model-thread-22] 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] 2021-08-17 11:57:08,355 WARN [scout-model-thread-22] 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] 2021-08-17 11:57:08,363 WARN [scout-model-thread-22] 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] 2021-08-17 11:57:08,370 WARN [scout-model-thread-22] 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] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithHeaderSortColumnsTest Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingTest Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndTableCustomizerWhenEditingThenMissingSelectionTest Edit: change data 'Account' Edit: change data 'Account' Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndTableCustomizerWhenEditingThenMissingSelectionTest Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndPageBeanTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndPageBeanTest Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable7Test Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable7Test Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable6Test Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable6Test Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable3Test Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable3Test Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable2Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable2Test Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable1Test Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable1Test Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithNodesTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithNodesTest Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest 2021-08-17 11:57:08,638 INFO [scout-model-thread-22] 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] java.lang.RuntimeException: null at org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest$PageRuntimeExceptionOnDeactivated.execPageDeactivated(PageTest.java:164) at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage$LocalPageExtension.execPageDeactivated(AbstractPage.java:1192) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain$1.callMethod(PageChains.java:129) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain$1.callMethod(PageChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain.execPageDeactivated(PageChains.java:132) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.AbstractPageExtension.execPageDeactivated(AbstractPageExtension.java:59) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain$1.callMethod(PageChains.java:129) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain$1.callMethod(PageChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain.execPageDeactivated(PageChains.java:132) at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage.interceptPageDeactivated(AbstractPage.java:1112) at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage.pageDeactivatedNotify(AbstractPage.java:762) at org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest.testPageDeactivatedException(PageTest.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:08,643 INFO [scout-model-thread-22] 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] java.lang.RuntimeException: null at org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest$PageRuntimeExceptionOnActivated.execPageActivated(PageTest.java:150) at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage$LocalPageExtension.execPageActivated(AbstractPage.java:1177) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain$1.callMethod(PageChains.java:61) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain$1.callMethod(PageChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain.execPageActivated(PageChains.java:64) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.AbstractPageExtension.execPageActivated(AbstractPageExtension.java:44) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain$1.callMethod(PageChains.java:61) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain$1.callMethod(PageChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain.execPageActivated(PageChains.java:64) at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage.interceptPageActivated(AbstractPage.java:1094) at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage.pageActivatedNotify(AbstractPage.java:750) at org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest.testPageActivatedException(PageTest.java:68) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:08,645 INFO [scout-model-thread-22] 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] org.eclipse.scout.rt.platform.exception.ProcessingException: undefined [severity=ERROR] at org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest$PageExceptionOnActivated.execPageActivated(PageTest.java:143) at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage$LocalPageExtension.execPageActivated(AbstractPage.java:1177) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain$1.callMethod(PageChains.java:61) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain$1.callMethod(PageChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain.execPageActivated(PageChains.java:64) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.AbstractPageExtension.execPageActivated(AbstractPageExtension.java:44) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain$1.callMethod(PageChains.java:61) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain$1.callMethod(PageChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain.execPageActivated(PageChains.java:64) at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage.interceptPageActivated(AbstractPage.java:1094) at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage.pageActivatedNotify(AbstractPage.java:750) at org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest.testPageActivatedProcessingException(PageTest.java:59) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:08,654 INFO [scout-model-thread-22] 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] org.eclipse.scout.rt.platform.exception.ProcessingException: undefined [severity=ERROR] at org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest$PageExceptionOnDeactivated.execPageDeactivated(PageTest.java:157) at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage$LocalPageExtension.execPageDeactivated(AbstractPage.java:1192) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain$1.callMethod(PageChains.java:129) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain$1.callMethod(PageChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain.execPageDeactivated(PageChains.java:132) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.AbstractPageExtension.execPageDeactivated(AbstractPageExtension.java:59) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain$1.callMethod(PageChains.java:129) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain$1.callMethod(PageChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain.execPageDeactivated(PageChains.java:132) at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage.interceptPageDeactivated(AbstractPage.java:1112) at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage.pageDeactivatedNotify(AbstractPage.java:762) at org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest.testPageDeactivatedProcessingException(PageTest.java:92) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuTest Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest r- org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest$PageWithTable$Table$PageWithTableRowMenu@7810f2c6 r- org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest$SubPageWithTable$Table$SubPageWithTableEmptySpaceMenu@3dd94175 m- OutlineMenuWrapper[wrappedMenu=SubPageWithTableEmptySpaceMenu text='EmptySpace' enabled=true enabledGranted=true inheritAccessibility=true visible=true visibleGranted=true] m- OutlineMenuWrapper[wrappedMenu=PageWithTableRowMenu text='Edit' enabled=true enabledGranted=true inheritAccessibility=true visible=true visibleGranted=true] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithTableTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithTableTest Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithNodesTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithNodesTest Running org.eclipse.scout.rt.client.ui.desktop.outline.OutlineTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.OutlineTest Running org.eclipse.scout.rt.client.ui.desktop.outline.BookmarkToInvisibleOutlineTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.41 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.BookmarkToInvisibleOutlineTest Running org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest 2021-08-17 11:57:09,260 ERROR [main] org.eclipse.scout.rt.client.services.common.bookmark.internal.BookmarkUtility.makeSerializableKey(BookmarkUtility.java:225) - Bookmark key is not serializable. Falling back to toString() which is not overriden by the given class [class org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest$UnSerializablePrimaryKey] - MDC[] 2021-08-17 11:57:09,262 ERROR [main] org.eclipse.scout.rt.client.services.common.bookmark.internal.BookmarkUtility.makeSerializableKey(BookmarkUtility.java:225) - Bookmark key is not serializable. Falling back to toString() which is not overriden by the given class [class org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest$UnSerializablePrimaryKey] - MDC[] 2021-08-17 11:57:09,263 WARN [main] org.eclipse.scout.rt.client.services.common.bookmark.internal.BookmarkUtility.makeSerializableKey(BookmarkUtility.java:222) - Bookmark key is not serializable. Falling back to toString(). Note: keys may not be stable [class=class org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest$UnSerializablePrimaryKeyWithToString, string representation:UnSerializablePrimaryKeyWithToString [m_id=1234]] - MDC[] 2021-08-17 11:57:09,263 WARN [main] org.eclipse.scout.rt.client.services.common.bookmark.internal.BookmarkUtility.makeSerializableKey(BookmarkUtility.java:222) - Bookmark key is not serializable. Falling back to toString(). Note: keys may not be stable [class=class org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest$UnSerializablePrimaryKeyWithToString, string representation:UnSerializablePrimaryKeyWithToString [m_id=1234]] - MDC[] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest Running org.eclipse.scout.rt.client.ui.desktop.DataChangeListenerSupportTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.desktop.DataChangeListenerSupportTest Running org.eclipse.scout.rt.client.ui.desktop.AbstractDesktopTest 2021-08-17 11:57:09,286 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 11:57:09,287 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@63d65f29[id = 8b29609d-64ac-4130-a2ce-804f4f0c93c9], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=8b29609d-64ac-4130-a2ce-804f4f0c93c9]] 2021-08-17 11:57:09,306 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.deeplink.DeepLinks.(DeepLinks.java:31) - Registered 1 deep-link handlers: - org.eclipse.scout.rt.client.ui.desktop.AbstractDesktopTest$P_TestDeepLinkHandler@220af6c5 - MDC[jobName=Running JUnit test in model job] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.eclipse.scout.rt.client.ui.desktop.AbstractDesktopTest Running org.eclipse.scout.rt.client.ui.basic.tree.TreeUtilityTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.basic.tree.TreeUtilityTest Running org.eclipse.scout.rt.client.ui.basic.tree.TreeNodeTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.basic.tree.TreeNodeTest Running org.eclipse.scout.rt.client.ui.basic.tree.TreeEventTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.client.ui.basic.tree.TreeEventTest Running org.eclipse.scout.rt.client.ui.basic.tree.TreeEventBufferTest Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.676 sec - in org.eclipse.scout.rt.client.ui.basic.tree.TreeEventBufferTest Running org.eclipse.scout.rt.client.ui.basic.tree.OutlineEventBufferTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.basic.tree.OutlineEventBufferTest Running org.eclipse.scout.rt.client.ui.basic.tree.AbstractTreeTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.client.ui.basic.tree.AbstractTreeTest Running org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManagerTest 2021-08-17 11:57:16,041 INFO [scout-model-thread-22] 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@4371487b - MDC[jobName=Running JUnit test in model job] 2021-08-17 11:57:16,042 INFO [scout-model-thread-22] 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@20ac37ca - MDC[jobName=Running JUnit test in model job] 2021-08-17 11:57:16,043 INFO [scout-model-thread-22] 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@3567f04 - MDC[jobName=Running JUnit test in model job] 2021-08-17 11:57:16,043 INFO [scout-model-thread-22] 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@20ac37ca - MDC[jobName=Running JUnit test in model job] 2021-08-17 11:57:16,044 INFO [scout-model-thread-22] 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@1e522386 - MDC[jobName=Running JUnit test in model job] 2021-08-17 11:57:16,046 INFO [scout-model-thread-22] 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@b400dfd - MDC[jobName=Running JUnit test in model job] 2021-08-17 11:57:16,046 INFO [scout-model-thread-22] 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@4a24e759 - MDC[jobName=Running JUnit test in model job] 2021-08-17 11:57:16,048 INFO [scout-model-thread-22] 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@6f846473 - MDC[jobName=Running JUnit test in model job] 2021-08-17 11:57:16,048 INFO [scout-model-thread-22] 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@4b1ccd4d - MDC[jobName=Running JUnit test in model job] 2021-08-17 11:57:16,049 INFO [scout-model-thread-22] 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@4b1ccd4d - MDC[jobName=Running JUnit test in model job] 2021-08-17 11:57:16,051 INFO [scout-model-thread-22] 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@45bf0d9b - MDC[jobName=Running JUnit test in model job] 2021-08-17 11:57:16,052 INFO [scout-model-thread-22] 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@7e81a2d - MDC[jobName=Running JUnit test in model job] 2021-08-17 11:57:16,054 INFO [scout-model-thread-22] 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@51c1a79d - MDC[jobName=Running JUnit test in model job] 2021-08-17 11:57:16,054 INFO [scout-model-thread-22] 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@31298eae - MDC[jobName=Running JUnit test in model job] 2021-08-17 11:57:16,055 INFO [scout-model-thread-22] 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@2a6993a1 - MDC[jobName=Running JUnit test in model job] 2021-08-17 11:57:16,055 INFO [scout-model-thread-22] 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@31298eae - MDC[jobName=Running JUnit test in model job] 2021-08-17 11:57:16,056 INFO [scout-model-thread-22] 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@3782afca - MDC[jobName=Running JUnit test in model job] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManagerTest Running org.eclipse.scout.rt.client.ui.basic.table.organizer.ShowInvisibleColumnsFormTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in org.eclipse.scout.rt.client.ui.basic.table.organizer.ShowInvisibleColumnsFormTest Running org.eclipse.scout.rt.client.ui.basic.table.organizer.OrganizeColumnsFormTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.eclipse.scout.rt.client.ui.basic.table.organizer.OrganizeColumnsFormTest Running org.eclipse.scout.rt.client.ui.basic.table.internal.InternalTableRowTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.internal.InternalTableRowTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.HtmlEnabledTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.HtmlEnabledTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnVisibilityTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnVisibilityTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnEditableTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnEditableTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnAutoResizeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnAutoResizeTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractStringColumnTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractStringColumnTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractSmartColumnTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractSmartColumnTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractRowDataColumnTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractRowDataColumnTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractProposalColumnTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractProposalColumnTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractNumberColumnTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractNumberColumnTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractMixedSmartColumnTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractMixedSmartColumnTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractLongColumnTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractLongColumnTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractIntegerColumnTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractIntegerColumnTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDecimalColumnTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDecimalColumnTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDateColumnTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDateColumnTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest 2021-08-17 11:57:16,311 WARN [main] org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn.decorateCell(AbstractColumn.java:1618) - Exception decorating cell - MDC[] org.eclipse.scout.rt.platform.exception.ProcessingException: decoration on empty column [severity=ERROR] at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest$TestDecorationTable$C2Column.execDecorateCell(AbstractColumnTest.java:403) at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn$LocalColumnExtension.execDecorateCell(AbstractColumn.java:1999) at org.eclipse.scout.rt.client.extension.ui.basic.table.columns.ColumnChains$ColumnDecorateCellChain$1.callMethod(ColumnChains.java:149) at org.eclipse.scout.rt.client.extension.ui.basic.table.columns.ColumnChains$ColumnDecorateCellChain$1.callMethod(ColumnChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ui.basic.table.columns.ColumnChains$ColumnDecorateCellChain.execDecorateCell(ColumnChains.java:152) at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn.interceptDecorateCell(AbstractColumn.java:2048) at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn.decorateCell(AbstractColumn.java:1615) at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn.decorateCells(AbstractColumn.java:1606) at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.applyRowDecorations(AbstractTable.java:3678) at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.processDecorationBuffer(AbstractTable.java:3627) at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.setTableChanging(AbstractTable.java:1640) at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRows(AbstractTable.java:2863) at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRows(AbstractTable.java:2819) at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRow(AbstractTable.java:2808) at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRow(AbstractTable.java:2798) at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRow(AbstractTable.java:2793) at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest.testUpdateDisplayText(AbstractColumnTest.java:278) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBooleanColumnWithTriStateTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBooleanColumnWithTriStateTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBooleanColumnTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBooleanColumnTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigIntegerColumnTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigIntegerColumnTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigDecimalColumnTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigDecimalColumnTest Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBeanColumnTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBeanColumnTest Running org.eclipse.scout.rt.client.ui.basic.table.TableWithIgnoredColumnsTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableWithIgnoredColumnsTest Running org.eclipse.scout.rt.client.ui.basic.table.TableValidationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableValidationTest Running org.eclipse.scout.rt.client.ui.basic.table.TableUtilityTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableUtilityTest Running org.eclipse.scout.rt.client.ui.basic.table.TableTest Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableTest Running org.eclipse.scout.rt.client.ui.basic.table.TableRowInsertOrderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableRowInsertOrderTest Running org.eclipse.scout.rt.client.ui.basic.table.TableRowDataPropertyFilterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableRowDataPropertyFilterTest Running org.eclipse.scout.rt.client.ui.basic.table.TableLoadingPerfTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.309 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableLoadingPerfTest Running org.eclipse.scout.rt.client.ui.basic.table.TableImportTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableImportTest Running org.eclipse.scout.rt.client.ui.basic.table.TableEventTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableEventTest Running org.eclipse.scout.rt.client.ui.basic.table.TableEventOrderTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableEventOrderTest Running org.eclipse.scout.rt.client.ui.basic.table.TableEventBufferTest Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.614 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableEventBufferTest Running org.eclipse.scout.rt.client.ui.basic.table.ReplaceTableTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.eclipse.scout.rt.client.ui.basic.table.ReplaceTableTest Running org.eclipse.scout.rt.client.ui.basic.table.ColumnMandatoryTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.ColumnMandatoryTest Running org.eclipse.scout.rt.client.ui.basic.table.CheckRowsInTableTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.eclipse.scout.rt.client.ui.basic.table.CheckRowsInTableTest Running org.eclipse.scout.rt.client.ui.basic.planner.PlannerTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.client.ui.basic.planner.PlannerTest Running org.eclipse.scout.rt.client.ui.basic.planner.PlannerMenuTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.basic.planner.PlannerMenuTest Running org.eclipse.scout.rt.client.ui.basic.planner.PlannerEventBufferTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.eclipse.scout.rt.client.ui.basic.planner.PlannerEventBufferTest Running org.eclipse.scout.rt.client.ui.basic.cell.CellTest Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.basic.cell.CellTest Running org.eclipse.scout.rt.client.ui.basic.calendar.CalendarComponentTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.calendar.CalendarComponentTest Running org.eclipse.scout.rt.client.ui.action.menu.TreeMenuTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.action.menu.TreeMenuTest Running org.eclipse.scout.rt.client.ui.action.menu.TableMenuTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.client.ui.action.menu.TableMenuTest Running org.eclipse.scout.rt.client.ui.action.menu.NestedMenusTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.action.menu.NestedMenusTest Running org.eclipse.scout.rt.client.ui.action.menu.MenuUtilityTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.action.menu.MenuUtilityTest Running org.eclipse.scout.rt.client.ui.action.menu.DetailFormMenuTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.ui.action.menu.DetailFormMenuTest Running org.eclipse.scout.rt.client.ui.action.keystroke.KeyStrokeNormalizerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.action.keystroke.KeyStrokeNormalizerTest Running org.eclipse.scout.rt.client.ui.action.ActionUtilityTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.action.ActionUtilityTest Running org.eclipse.scout.rt.client.ui.action.ActionTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.eclipse.scout.rt.client.ui.action.ActionTest Running org.eclipse.scout.rt.client.ui.StyleHelperTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.StyleHelperTest Running org.eclipse.scout.rt.client.ui.ClientUIPreferencesTest 2021-08-17 11:57:18,578 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 11:57:18,579 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@7e886c72[id = 26671e76-d244-4c33-9e61-cc9416dae6a0], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=26671e76-d244-4c33-9e61-cc9416dae6a0]] 2021-08-17 11:57:18,584 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 11:57:18,585 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@6bbf25d7[id = 960cd25b-f5eb-4c0d-9325-a81e0a81029b], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=960cd25b-f5eb-4c0d-9325-a81e0a81029b]] 2021-08-17 11:57:18,605 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 11:57:18,606 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@181382b1[id = 65813671-5e1a-48ea-be3b-e65eeeed2a69], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=65813671-5e1a-48ea-be3b-e65eeeed2a69]] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.eclipse.scout.rt.client.ui.ClientUIPreferencesTest Running org.eclipse.scout.rt.client.services.common.search.DefaultSearchFilterServiceTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.scout.rt.client.services.common.search.DefaultSearchFilterServiceTest Running org.eclipse.scout.rt.client.services.common.notifications.NotificationDispatcherTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 sec - in org.eclipse.scout.rt.client.services.common.notifications.NotificationDispatcherTest Running org.eclipse.scout.rt.client.services.common.file.FileServiceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.client.services.common.file.FileServiceTest Running org.eclipse.scout.rt.client.services.common.code.CodeServiceClientProxyTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.services.common.code.CodeServiceClientProxyTest Running org.eclipse.scout.rt.client.services.common.bookmark.BookmarkServiceTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.services.common.bookmark.BookmarkServiceTest Running org.eclipse.scout.rt.client.services.ServiceWithSessionInterceptorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.services.ServiceWithSessionInterceptorTest Running org.eclipse.scout.rt.client.job.filter.future.SessionFutureFilterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.job.filter.future.SessionFutureFilterTest Running org.eclipse.scout.rt.client.job.filter.future.ModelJobFutureFilterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.job.filter.future.ModelJobFutureFilterTest Running org.eclipse.scout.rt.client.job.filter.future.ClientRunContextFutureFilterTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.client.job.filter.future.ClientRunContextFutureFilterTest Running org.eclipse.scout.rt.client.job.filter.event.SessionJobEventFilterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.job.filter.event.SessionJobEventFilterTest Running org.eclipse.scout.rt.client.job.filter.event.ModelJobEventFilterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.job.filter.event.ModelJobEventFilterTest Running org.eclipse.scout.rt.client.job.MutualExclusionTest 2021-08-17 11:57:18,835 INFO [scout-thread-22] 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@7311712d[permitOwners=[JobFutureTask@4c684399[job=org.eclipse.scout.rt.client.job.MutualExclusionTest$4, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3570a61b[job=org.eclipse.scout.rt.client.job.MutualExclusionTest$4$1, state=WAITING_FOR_PERMIT]]]]] - MDC[jobName=org.eclipse.scout.rt.client.job.MutualExclusionTest$4] 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@7311712d[permitOwners=[JobFutureTask@4c684399[job=org.eclipse.scout.rt.client.job.MutualExclusionTest$4, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3570a61b[job=org.eclipse.scout.rt.client.job.MutualExclusionTest$4$1, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.util.Assertions.fail(Assertions.java:580) at org.eclipse.scout.rt.platform.util.Assertions.assertNotSame(Assertions.java:340) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.assertNotSameSemaphore(JobFutureTask.java:543) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:341) at org.eclipse.scout.rt.client.job.MutualExclusionTest$4.run(MutualExclusionTest.java:179) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,872 INFO [scout-model-thread-21] 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@3af90d06[job=job-1, state=DONE], semaphore=ExecutionSemaphore@40295841[permitOwners=[JobFutureTask@6d0e26ba[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3af90d06[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2d7c1470[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@40295841[permitOwners=[JobFutureTask@6d0e26ba[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3af90d06[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2d7c1470[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,906 INFO [scout-model-thread-20] 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@1cc231f2[job=job-1, state=DONE], semaphore=ExecutionSemaphore@69456c08[permitOwners=[JobFutureTask@148b9697[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1cc231f2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5999cfe2[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@69456c08[permitOwners=[JobFutureTask@148b9697[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1cc231f2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5999cfe2[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,908 INFO [scout-model-thread-21] 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@7b764a0a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6f49e533[permitOwners=[JobFutureTask@338154dd[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7b764a0a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@24f07b90[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6f49e533[permitOwners=[JobFutureTask@338154dd[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7b764a0a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@24f07b90[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,910 INFO [scout-model-thread-20] 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@2e2efda9[job=job-1, state=DONE], semaphore=ExecutionSemaphore@c5558b7[permitOwners=[JobFutureTask@17b0730d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2e2efda9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@303ba690[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@c5558b7[permitOwners=[JobFutureTask@17b0730d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2e2efda9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@303ba690[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,913 INFO [scout-model-thread-21] 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@e3b330[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3f1fe1f[permitOwners=[JobFutureTask@145f803a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@e3b330[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@793dbb07[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3f1fe1f[permitOwners=[JobFutureTask@145f803a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@e3b330[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@793dbb07[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,915 INFO [scout-model-thread-20] 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@1b72afb0[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7fec74e5[permitOwners=[JobFutureTask@f83da5a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1b72afb0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7e0af09c[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7fec74e5[permitOwners=[JobFutureTask@f83da5a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1b72afb0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7e0af09c[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,918 INFO [scout-model-thread-21] 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@37a413cf[job=job-1, state=DONE], semaphore=ExecutionSemaphore@22f71c80[permitOwners=[JobFutureTask@1e038bb7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@37a413cf[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1dabcade[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@22f71c80[permitOwners=[JobFutureTask@1e038bb7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@37a413cf[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1dabcade[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,920 INFO [scout-model-thread-20] 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@e84c96d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4ceaaeac[permitOwners=[JobFutureTask@cd8a539[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@e84c96d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4fe66346[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4ceaaeac[permitOwners=[JobFutureTask@cd8a539[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@e84c96d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4fe66346[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,922 INFO [scout-model-thread-21] 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@32220aa9[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2896a3cf[permitOwners=[JobFutureTask@7b1a80b9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@32220aa9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@71a20cf[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2896a3cf[permitOwners=[JobFutureTask@7b1a80b9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@32220aa9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@71a20cf[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,925 INFO [scout-model-thread-20] 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@1402e0bf[job=job-1, state=DONE], semaphore=ExecutionSemaphore@e8dae15[permitOwners=[JobFutureTask@3bb2a5ce[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1402e0bf[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6df8e62f[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@e8dae15[permitOwners=[JobFutureTask@3bb2a5ce[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1402e0bf[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6df8e62f[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,926 INFO [scout-model-thread-21] 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@66bf00bd[job=job-1, state=DONE], semaphore=ExecutionSemaphore@856ab93[permitOwners=[JobFutureTask@488d4571[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@66bf00bd[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@62ee0bd1[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@856ab93[permitOwners=[JobFutureTask@488d4571[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@66bf00bd[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@62ee0bd1[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,929 INFO [scout-model-thread-20] 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@41d19371[job=job-1, state=DONE], semaphore=ExecutionSemaphore@283bdf93[permitOwners=[JobFutureTask@63d5e0f7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@41d19371[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7177dfdf[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@283bdf93[permitOwners=[JobFutureTask@63d5e0f7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@41d19371[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7177dfdf[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,930 INFO [scout-model-thread-21] 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@4d22295f[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4dbad80[permitOwners=[JobFutureTask@13cba54[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4d22295f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4e7a148b[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4dbad80[permitOwners=[JobFutureTask@13cba54[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4d22295f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4e7a148b[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,933 INFO [scout-model-thread-20] 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@39013cad[job=job-1, state=DONE], semaphore=ExecutionSemaphore@34eccd2d[permitOwners=[JobFutureTask@5d0bdfc3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@39013cad[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@43cb46a5[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@34eccd2d[permitOwners=[JobFutureTask@5d0bdfc3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@39013cad[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@43cb46a5[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,935 INFO [scout-model-thread-21] 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@3aaf37ce[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1e52b287[permitOwners=[JobFutureTask@3959029f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3aaf37ce[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@20be957f[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1e52b287[permitOwners=[JobFutureTask@3959029f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3aaf37ce[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@20be957f[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,938 INFO [scout-model-thread-20] 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@444ee650[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2d6a8ad2[permitOwners=[JobFutureTask@108f86cb[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@444ee650[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6627e5b3[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2d6a8ad2[permitOwners=[JobFutureTask@108f86cb[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@444ee650[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6627e5b3[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,940 INFO [scout-model-thread-21] 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@7201aafc[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3c7e259[permitOwners=[JobFutureTask@1ed4c3a9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7201aafc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4787b7bd[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3c7e259[permitOwners=[JobFutureTask@1ed4c3a9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7201aafc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4787b7bd[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,941 INFO [scout-model-thread-20] 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@c93044f[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4ef4646c[permitOwners=[JobFutureTask@34e257ff[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@c93044f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4ea23481[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4ef4646c[permitOwners=[JobFutureTask@34e257ff[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@c93044f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4ea23481[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,943 INFO [scout-model-thread-21] 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@79aa053f[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3e70db81[permitOwners=[JobFutureTask@5fd1f85a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@79aa053f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@88c91d[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3e70db81[permitOwners=[JobFutureTask@5fd1f85a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@79aa053f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@88c91d[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,945 INFO [scout-model-thread-20] 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@3a133ab9[job=job-1, state=DONE], semaphore=ExecutionSemaphore@38c5fd66[permitOwners=[JobFutureTask@6ad00689[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3a133ab9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2c56faef[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@38c5fd66[permitOwners=[JobFutureTask@6ad00689[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3a133ab9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2c56faef[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,947 INFO [scout-model-thread-21] 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@56637aa4[job=job-1, state=DONE], semaphore=ExecutionSemaphore@679ed662[permitOwners=[JobFutureTask@3cedcaaf[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@56637aa4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2777de5f[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@679ed662[permitOwners=[JobFutureTask@3cedcaaf[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@56637aa4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2777de5f[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,949 INFO [scout-model-thread-20] 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@2d4f063e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6a92daf6[permitOwners=[JobFutureTask@7f25098a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2d4f063e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@66b9b517[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6a92daf6[permitOwners=[JobFutureTask@7f25098a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2d4f063e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@66b9b517[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,950 INFO [scout-model-thread-21] 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@74577127[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6cd3869c[permitOwners=[JobFutureTask@23e95f7e[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@74577127[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@8d34719[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6cd3869c[permitOwners=[JobFutureTask@23e95f7e[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@74577127[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@8d34719[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,952 INFO [scout-model-thread-20] 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@1162790[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1357e16c[permitOwners=[JobFutureTask@686d9a63[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1162790[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7a14f3f8[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1357e16c[permitOwners=[JobFutureTask@686d9a63[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1162790[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7a14f3f8[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,954 INFO [scout-model-thread-21] 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@39b3f74f[job=job-1, state=DONE], semaphore=ExecutionSemaphore@503a7475[permitOwners=[JobFutureTask@3d09cc98[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@39b3f74f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@60df73f2[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@503a7475[permitOwners=[JobFutureTask@3d09cc98[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@39b3f74f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@60df73f2[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,956 INFO [scout-model-thread-20] 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@4c11dba[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7eed306e[permitOwners=[JobFutureTask@77df7cb6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4c11dba[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6c04d15c[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7eed306e[permitOwners=[JobFutureTask@77df7cb6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4c11dba[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6c04d15c[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:18,958 INFO [scout-model-thread-21] 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@36e50af3[job=job-1, state=DONE], semaphore=ExecutionSemaphore@68ae0120[permitOwners=[JobFutureTask@3a53fa55[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@36e50af3[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@70175272[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@68ae0120[permitOwners=[JobFutureTask@3a53fa55[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@36e50af3[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@70175272[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,006 INFO [scout-model-thread-20] 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@7b0ddf75[job=job-1, state=DONE], semaphore=ExecutionSemaphore@69d4dc18[permitOwners=[JobFutureTask@5ea90313[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7b0ddf75[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@14e74e76[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@69d4dc18[permitOwners=[JobFutureTask@5ea90313[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7b0ddf75[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@14e74e76[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,008 INFO [scout-model-thread-21] 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@6b520d6d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7992e791[permitOwners=[JobFutureTask@7df53a8f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6b520d6d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@53cf4fb9[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7992e791[permitOwners=[JobFutureTask@7df53a8f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6b520d6d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@53cf4fb9[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,011 INFO [scout-model-thread-20] 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@5ad36a18[job=job-1, state=DONE], semaphore=ExecutionSemaphore@15edfebe[permitOwners=[JobFutureTask@ea6028f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5ad36a18[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@273d3665[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@15edfebe[permitOwners=[JobFutureTask@ea6028f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5ad36a18[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@273d3665[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,013 INFO [scout-model-thread-21] 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@4ed728c2[job=job-1, state=DONE], semaphore=ExecutionSemaphore@9856959[permitOwners=[JobFutureTask@705be9ed[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4ed728c2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3e1b779d[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@9856959[permitOwners=[JobFutureTask@705be9ed[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4ed728c2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3e1b779d[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,015 INFO [scout-model-thread-20] 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@6e4bcb03[job=job-1, state=DONE], semaphore=ExecutionSemaphore@391d21ee[permitOwners=[JobFutureTask@41f053a6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6e4bcb03[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2432739a[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@391d21ee[permitOwners=[JobFutureTask@41f053a6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6e4bcb03[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2432739a[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,017 INFO [scout-model-thread-21] 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@66409f4d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@a9f3dc0[permitOwners=[JobFutureTask@256e9d40[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@66409f4d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@12f794d4[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@a9f3dc0[permitOwners=[JobFutureTask@256e9d40[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@66409f4d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@12f794d4[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,019 INFO [scout-model-thread-20] 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@3caac472[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2e6418e3[permitOwners=[JobFutureTask@6d7fda3a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3caac472[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4380b275[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2e6418e3[permitOwners=[JobFutureTask@6d7fda3a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3caac472[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4380b275[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,021 INFO [scout-model-thread-21] 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@63cba6b2[job=job-1, state=DONE], semaphore=ExecutionSemaphore@12209ab2[permitOwners=[JobFutureTask@70f60efb[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@63cba6b2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3623198a[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@12209ab2[permitOwners=[JobFutureTask@70f60efb[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@63cba6b2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3623198a[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,023 INFO [scout-model-thread-20] 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@4254d71b[job=job-1, state=DONE], semaphore=ExecutionSemaphore@619f252b[permitOwners=[JobFutureTask@295887c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4254d71b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2c542eed[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@619f252b[permitOwners=[JobFutureTask@295887c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4254d71b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2c542eed[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,025 INFO [scout-model-thread-21] 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@1494ba15[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7c605908[permitOwners=[JobFutureTask@3aec0693[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1494ba15[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@37427465[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7c605908[permitOwners=[JobFutureTask@3aec0693[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1494ba15[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@37427465[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,027 INFO [scout-model-thread-20] 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@140153f1[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1bfd3fa8[permitOwners=[JobFutureTask@4e03077c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@140153f1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6ac6b385[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1bfd3fa8[permitOwners=[JobFutureTask@4e03077c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@140153f1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6ac6b385[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,029 INFO [scout-model-thread-21] 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@71bd5909[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5e0d287c[permitOwners=[JobFutureTask@27d388a5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@71bd5909[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@78d64d41[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5e0d287c[permitOwners=[JobFutureTask@27d388a5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@71bd5909[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@78d64d41[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,030 INFO [scout-model-thread-20] 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@648c3bda[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4bbf7f68[permitOwners=[JobFutureTask@5fa1114e[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@648c3bda[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@15d7e3be[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4bbf7f68[permitOwners=[JobFutureTask@5fa1114e[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@648c3bda[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@15d7e3be[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,032 INFO [scout-model-thread-21] 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@7d8e9430[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2d8f6f40[permitOwners=[JobFutureTask@2af2d1ae[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7d8e9430[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@120d5d[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2d8f6f40[permitOwners=[JobFutureTask@2af2d1ae[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7d8e9430[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@120d5d[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,033 INFO [scout-model-thread-20] 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@38cc9b2e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4592d5fc[permitOwners=[JobFutureTask@40f4238[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@38cc9b2e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@14e7cf01[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4592d5fc[permitOwners=[JobFutureTask@40f4238[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@38cc9b2e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@14e7cf01[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,035 INFO [scout-model-thread-21] 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@2c11f87a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3b6c8549[permitOwners=[JobFutureTask@52f16142[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2c11f87a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@784423da[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3b6c8549[permitOwners=[JobFutureTask@52f16142[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2c11f87a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@784423da[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,036 INFO [scout-model-thread-20] 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@6b987a81[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5dbc0618[permitOwners=[JobFutureTask@323aedc1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6b987a81[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6bb952af[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5dbc0618[permitOwners=[JobFutureTask@323aedc1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6b987a81[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6bb952af[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,037 INFO [scout-model-thread-21] 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@477e32ff[job=job-1, state=DONE], semaphore=ExecutionSemaphore@453a2335[permitOwners=[JobFutureTask@224f8b34[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@477e32ff[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3c289f8[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@453a2335[permitOwners=[JobFutureTask@224f8b34[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@477e32ff[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3c289f8[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,038 INFO [scout-model-thread-20] 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@a37d1ae[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2f4e7278[permitOwners=[JobFutureTask@547ffdf7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@a37d1ae[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@436523c9[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2f4e7278[permitOwners=[JobFutureTask@547ffdf7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@a37d1ae[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@436523c9[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,040 INFO [scout-model-thread-21] 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@c50b2e2[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7243ad26[permitOwners=[JobFutureTask@27eb66da[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@c50b2e2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4dfa7285[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7243ad26[permitOwners=[JobFutureTask@27eb66da[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@c50b2e2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4dfa7285[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,041 INFO [scout-model-thread-20] 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@9d0b981[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1fba1cc6[permitOwners=[JobFutureTask@7571d3d7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@9d0b981[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6b81e9a6[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1fba1cc6[permitOwners=[JobFutureTask@7571d3d7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@9d0b981[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6b81e9a6[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,043 INFO [scout-model-thread-21] 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@119feec9[job=job-1, state=DONE], semaphore=ExecutionSemaphore@24603941[permitOwners=[JobFutureTask@6a8b6846[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@119feec9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@ea36068[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@24603941[permitOwners=[JobFutureTask@6a8b6846[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@119feec9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@ea36068[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,045 INFO [scout-model-thread-20] 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@7ce2e22[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4cd417f8[permitOwners=[JobFutureTask@36b6bfc5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7ce2e22[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2303295b[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4cd417f8[permitOwners=[JobFutureTask@36b6bfc5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7ce2e22[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2303295b[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,047 INFO [scout-model-thread-21] 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@77424abe[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7bf9a649[permitOwners=[JobFutureTask@74099b04[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@77424abe[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4efa2d2f[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7bf9a649[permitOwners=[JobFutureTask@74099b04[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@77424abe[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4efa2d2f[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,049 INFO [scout-model-thread-20] 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@74000f1a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@71e554bc[permitOwners=[JobFutureTask@4ce97b25[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@74000f1a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5365a4c2[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@71e554bc[permitOwners=[JobFutureTask@4ce97b25[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@74000f1a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5365a4c2[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,050 INFO [scout-model-thread-21] 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@231ec099[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6f4e0188[permitOwners=[JobFutureTask@24a9a78c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@231ec099[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5a14446f[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6f4e0188[permitOwners=[JobFutureTask@24a9a78c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@231ec099[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5a14446f[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,052 INFO [scout-model-thread-20] 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@4be02cda[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2de4254a[permitOwners=[JobFutureTask@229c67ed[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4be02cda[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5a5368ed[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2de4254a[permitOwners=[JobFutureTask@229c67ed[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4be02cda[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5a5368ed[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,054 INFO [scout-model-thread-21] 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@77bb90fc[job=job-1, state=DONE], semaphore=ExecutionSemaphore@babda[permitOwners=[JobFutureTask@36d932e9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@77bb90fc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@778c30df[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@babda[permitOwners=[JobFutureTask@36d932e9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@77bb90fc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@778c30df[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,105 INFO [scout-model-thread-20] 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@5e05bda9[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6277501c[permitOwners=[JobFutureTask@213482fa[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5e05bda9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@37a844cb[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6277501c[permitOwners=[JobFutureTask@213482fa[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5e05bda9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@37a844cb[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,106 INFO [scout-model-thread-21] 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@26bfec06[job=job-1, state=DONE], semaphore=ExecutionSemaphore@250420ab[permitOwners=[JobFutureTask@23198979[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@26bfec06[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@56621fcd[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@250420ab[permitOwners=[JobFutureTask@23198979[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@26bfec06[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@56621fcd[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,108 INFO [scout-model-thread-20] 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@7d6d62a3[job=job-1, state=DONE], semaphore=ExecutionSemaphore@ef0f07d[permitOwners=[JobFutureTask@12d07e36[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7d6d62a3[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@548a87d6[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@ef0f07d[permitOwners=[JobFutureTask@12d07e36[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7d6d62a3[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@548a87d6[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,109 INFO [scout-model-thread-21] 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@3d5f0b59[job=job-1, state=DONE], semaphore=ExecutionSemaphore@137901ac[permitOwners=[JobFutureTask@2c6fe30a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3d5f0b59[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2cdb6566[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@137901ac[permitOwners=[JobFutureTask@2c6fe30a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3d5f0b59[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2cdb6566[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,111 INFO [scout-model-thread-20] 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@4aeedd58[job=job-1, state=DONE], semaphore=ExecutionSemaphore@556b05ab[permitOwners=[JobFutureTask@19ca10bc[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4aeedd58[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6ecdb6b6[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@556b05ab[permitOwners=[JobFutureTask@19ca10bc[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4aeedd58[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6ecdb6b6[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,112 INFO [scout-model-thread-21] 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@2d75fd16[job=job-1, state=DONE], semaphore=ExecutionSemaphore@ca4100a[permitOwners=[JobFutureTask@647347f4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2d75fd16[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@678835ca[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@ca4100a[permitOwners=[JobFutureTask@647347f4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2d75fd16[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@678835ca[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,113 INFO [scout-model-thread-20] 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@1b97a21d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@59a9a439[permitOwners=[JobFutureTask@65250a7c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1b97a21d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@43a55577[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@59a9a439[permitOwners=[JobFutureTask@65250a7c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1b97a21d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@43a55577[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,115 INFO [scout-model-thread-21] 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@3fddd9c5[job=job-1, state=DONE], semaphore=ExecutionSemaphore@512c3f3f[permitOwners=[JobFutureTask@726642a8[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3fddd9c5[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1b01bf7e[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@512c3f3f[permitOwners=[JobFutureTask@726642a8[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3fddd9c5[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1b01bf7e[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,116 INFO [scout-model-thread-20] 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@337bfcbf[job=job-1, state=DONE], semaphore=ExecutionSemaphore@106f8a0[permitOwners=[JobFutureTask@73c88b7a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@337bfcbf[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@65a42032[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@106f8a0[permitOwners=[JobFutureTask@73c88b7a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@337bfcbf[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@65a42032[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,117 INFO [scout-model-thread-21] 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@2353f2e7[job=job-1, state=DONE], semaphore=ExecutionSemaphore@55295cc9[permitOwners=[JobFutureTask@14772eac[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2353f2e7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@509639a0[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@55295cc9[permitOwners=[JobFutureTask@14772eac[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2353f2e7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@509639a0[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,119 INFO [scout-model-thread-20] 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@2806b219[job=job-1, state=DONE], semaphore=ExecutionSemaphore@8fc83e5[permitOwners=[JobFutureTask@5a9fbfb[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2806b219[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@641389d7[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@8fc83e5[permitOwners=[JobFutureTask@5a9fbfb[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2806b219[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@641389d7[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,120 INFO [scout-model-thread-21] 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@187294c4[job=job-1, state=DONE], semaphore=ExecutionSemaphore@e0653a1[permitOwners=[JobFutureTask@52ced212[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@187294c4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2a6bb4ad[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@e0653a1[permitOwners=[JobFutureTask@52ced212[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@187294c4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2a6bb4ad[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,121 INFO [scout-model-thread-20] 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@6844ccb3[job=job-1, state=DONE], semaphore=ExecutionSemaphore@537990c[permitOwners=[JobFutureTask@4c3ecdeb[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6844ccb3[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3b07c61d[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@537990c[permitOwners=[JobFutureTask@4c3ecdeb[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6844ccb3[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3b07c61d[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,123 INFO [scout-model-thread-21] 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@74f79db9[job=job-1, state=DONE], semaphore=ExecutionSemaphore@220e262b[permitOwners=[JobFutureTask@4e9c4759[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@74f79db9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4bae47b9[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@220e262b[permitOwners=[JobFutureTask@4e9c4759[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@74f79db9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4bae47b9[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,124 INFO [scout-model-thread-20] 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@7e6170fc[job=job-1, state=DONE], semaphore=ExecutionSemaphore@112b6dff[permitOwners=[JobFutureTask@52eb56e6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7e6170fc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6bc1408d[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@112b6dff[permitOwners=[JobFutureTask@52eb56e6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7e6170fc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6bc1408d[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,125 INFO [scout-model-thread-21] 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@31005754[job=job-1, state=DONE], semaphore=ExecutionSemaphore@126b2092[permitOwners=[JobFutureTask@39546bf4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@31005754[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5870817b[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@126b2092[permitOwners=[JobFutureTask@39546bf4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@31005754[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5870817b[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,127 INFO [scout-model-thread-20] 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@36fa70ab[job=job-1, state=DONE], semaphore=ExecutionSemaphore@275e5482[permitOwners=[JobFutureTask@2c6bb64b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@36fa70ab[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@704c81e4[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@275e5482[permitOwners=[JobFutureTask@2c6bb64b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@36fa70ab[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@704c81e4[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,128 INFO [scout-model-thread-21] 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@9d4564c[job=job-1, state=DONE], semaphore=ExecutionSemaphore@d3bf902[permitOwners=[JobFutureTask@78fc70d3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@9d4564c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6c2b9d89[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@d3bf902[permitOwners=[JobFutureTask@78fc70d3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@9d4564c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6c2b9d89[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,129 INFO [scout-model-thread-20] 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@5b56de0f[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4b510827[permitOwners=[JobFutureTask@40b7575e[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5b56de0f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@70c04d14[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4b510827[permitOwners=[JobFutureTask@40b7575e[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5b56de0f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@70c04d14[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,131 INFO [scout-model-thread-21] 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@31bff07d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@311c285f[permitOwners=[JobFutureTask@4b484cb3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@31bff07d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@39120023[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@311c285f[permitOwners=[JobFutureTask@4b484cb3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@31bff07d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@39120023[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,132 INFO [scout-model-thread-20] 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@c353e4d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@729707b8[permitOwners=[JobFutureTask@511d6ac[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@c353e4d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2c2bcd35[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@729707b8[permitOwners=[JobFutureTask@511d6ac[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@c353e4d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2c2bcd35[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,133 INFO [scout-model-thread-21] 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@73671519[job=job-1, state=DONE], semaphore=ExecutionSemaphore@62f06f29[permitOwners=[JobFutureTask@78c8096f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@73671519[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@a782126[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@62f06f29[permitOwners=[JobFutureTask@78c8096f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@73671519[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@a782126[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,134 INFO [scout-model-thread-20] 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@3b75d17f[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3899d880[permitOwners=[JobFutureTask@3ce340f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3b75d17f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@48f44441[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3899d880[permitOwners=[JobFutureTask@3ce340f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3b75d17f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@48f44441[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,135 INFO [scout-model-thread-21] 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@237d758b[job=job-1, state=DONE], semaphore=ExecutionSemaphore@29d4ac55[permitOwners=[JobFutureTask@51e143a7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@237d758b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3b5dd396[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@29d4ac55[permitOwners=[JobFutureTask@51e143a7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@237d758b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3b5dd396[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,136 INFO [scout-model-thread-20] 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@70f1d595[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6d366155[permitOwners=[JobFutureTask@2b565c57[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@70f1d595[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7e42fbc8[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6d366155[permitOwners=[JobFutureTask@2b565c57[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@70f1d595[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7e42fbc8[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,138 INFO [scout-model-thread-21] 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@798113ec[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7b75a384[permitOwners=[JobFutureTask@60ac4c6f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@798113ec[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@9d97709[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7b75a384[permitOwners=[JobFutureTask@60ac4c6f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@798113ec[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@9d97709[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,139 INFO [scout-model-thread-20] 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@6e1d1680[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2ee54ce4[permitOwners=[JobFutureTask@6c50f018[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6e1d1680[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2ef3a3a4[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2ee54ce4[permitOwners=[JobFutureTask@6c50f018[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6e1d1680[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2ef3a3a4[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,140 INFO [scout-model-thread-21] 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@2465c8a4[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2bfb3265[permitOwners=[JobFutureTask@4f5e3c00[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2465c8a4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7c8358cc[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2bfb3265[permitOwners=[JobFutureTask@4f5e3c00[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2465c8a4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7c8358cc[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,142 INFO [scout-model-thread-20] 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@70964f4[job=job-1, state=DONE], semaphore=ExecutionSemaphore@64853447[permitOwners=[JobFutureTask@3909e629[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@70964f4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5f2a8cfc[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@64853447[permitOwners=[JobFutureTask@3909e629[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@70964f4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5f2a8cfc[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,143 INFO [scout-model-thread-21] 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@393e206[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4a139914[permitOwners=[JobFutureTask@755d74f3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@393e206[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7e9b4bc8[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4a139914[permitOwners=[JobFutureTask@755d74f3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@393e206[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7e9b4bc8[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,144 INFO [scout-model-thread-20] 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@25bcbc72[job=job-1, state=DONE], semaphore=ExecutionSemaphore@122ebd8f[permitOwners=[JobFutureTask@3b58aeda[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@25bcbc72[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1f396772[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@122ebd8f[permitOwners=[JobFutureTask@3b58aeda[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@25bcbc72[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1f396772[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,145 INFO [scout-model-thread-21] 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@79771d0e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@46a92207[permitOwners=[JobFutureTask@7a75284[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@79771d0e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@53f1a7f5[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@46a92207[permitOwners=[JobFutureTask@7a75284[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@79771d0e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@53f1a7f5[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,147 INFO [scout-model-thread-20] 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@68f6f8a1[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4ccc5a56[permitOwners=[JobFutureTask@55f8b449[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@68f6f8a1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@be87f0c[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4ccc5a56[permitOwners=[JobFutureTask@55f8b449[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@68f6f8a1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@be87f0c[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,148 INFO [scout-model-thread-21] 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@3d3ad1aa[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1096c0d5[permitOwners=[JobFutureTask@2df070b8[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3d3ad1aa[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@65286a15[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1096c0d5[permitOwners=[JobFutureTask@2df070b8[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3d3ad1aa[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@65286a15[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,149 INFO [scout-model-thread-20] 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@5c85f3c7[job=job-1, state=DONE], semaphore=ExecutionSemaphore@48cabd47[permitOwners=[JobFutureTask@72de2d5f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5c85f3c7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@548089d3[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@48cabd47[permitOwners=[JobFutureTask@72de2d5f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5c85f3c7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@548089d3[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,151 INFO [scout-model-thread-21] 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@5e50fc94[job=job-1, state=DONE], semaphore=ExecutionSemaphore@620cb0b8[permitOwners=[JobFutureTask@5de786d4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5e50fc94[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@df942aa[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@620cb0b8[permitOwners=[JobFutureTask@5de786d4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5e50fc94[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@df942aa[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,152 INFO [scout-model-thread-20] 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@3809179f[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5a08f15[permitOwners=[JobFutureTask@5939f76c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3809179f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1e1202f3[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5a08f15[permitOwners=[JobFutureTask@5939f76c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3809179f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1e1202f3[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,205 INFO [scout-model-thread-21] 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@286e0494[job=job-1, state=DONE], semaphore=ExecutionSemaphore@34014ed4[permitOwners=[JobFutureTask@3e7a0462[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@286e0494[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@30719cc4[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@34014ed4[permitOwners=[JobFutureTask@3e7a0462[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@286e0494[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@30719cc4[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,207 INFO [scout-model-thread-20] 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@6a65ab18[job=job-1, state=DONE], semaphore=ExecutionSemaphore@628598eb[permitOwners=[JobFutureTask@4d2fb22[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6a65ab18[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@38f9d0c0[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@628598eb[permitOwners=[JobFutureTask@4d2fb22[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6a65ab18[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@38f9d0c0[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,208 INFO [scout-model-thread-21] 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@7767883a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3bb7eb49[permitOwners=[JobFutureTask@64ff761f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7767883a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@12f6d590[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3bb7eb49[permitOwners=[JobFutureTask@64ff761f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7767883a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@12f6d590[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,210 INFO [scout-model-thread-20] 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@79ae770[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4cb56007[permitOwners=[JobFutureTask@184a2612[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@79ae770[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3cb43ade[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4cb56007[permitOwners=[JobFutureTask@184a2612[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@79ae770[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3cb43ade[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,211 INFO [scout-model-thread-21] 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@1cc6e135[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1d811482[permitOwners=[JobFutureTask@55753e09[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1cc6e135[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@488a9cb3[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1d811482[permitOwners=[JobFutureTask@55753e09[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1cc6e135[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@488a9cb3[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,212 INFO [scout-model-thread-20] 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@16d94853[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5108cc53[permitOwners=[JobFutureTask@6aa0a9f7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@16d94853[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7653cf14[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5108cc53[permitOwners=[JobFutureTask@6aa0a9f7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@16d94853[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7653cf14[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,214 INFO [scout-model-thread-21] 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@79b66662[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1a8ffefa[permitOwners=[JobFutureTask@163697b2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@79b66662[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7e75d10f[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1a8ffefa[permitOwners=[JobFutureTask@163697b2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@79b66662[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7e75d10f[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:57:19,215 INFO [scout-model-thread-20] 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@18ad5d97[job=job-1, state=DONE], semaphore=ExecutionSemaphore@50512940[permitOwners=[JobFutureTask@3a84d237[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@18ad5d97[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6aa991c1[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@50512940[permitOwners=[JobFutureTask@3a84d237[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@18ad5d97[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6aa991c1[job=job-3, state=WAITING_FOR_PERMIT]]]] at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115) at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94) at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.498 sec - in org.eclipse.scout.rt.client.job.MutualExclusionTest Running org.eclipse.scout.rt.client.job.MultipleSessionTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.job.MultipleSessionTest Running org.eclipse.scout.rt.client.job.ModelJobsTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.job.ModelJobsTest Running org.eclipse.scout.rt.client.job.ModelJobValidatorTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.job.ModelJobValidatorTest Running org.eclipse.scout.rt.client.job.ModelJobTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.job.ModelJobTest Running org.eclipse.scout.rt.client.job.JobListenerBlockedFutureTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.016 sec - in org.eclipse.scout.rt.client.job.JobListenerBlockedFutureTest Running org.eclipse.scout.rt.client.extension.ui.wizard.MoveWizardStepTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.extension.ui.wizard.MoveWizardStepTest Running org.eclipse.scout.rt.client.extension.ui.outline.pages.TablePageExtensionTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.scout.rt.client.extension.ui.outline.pages.TablePageExtensionTest Running org.eclipse.scout.rt.client.extension.ui.outline.desktop.DesktopMoveOutlinesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.extension.ui.outline.desktop.DesktopMoveOutlinesTest Running org.eclipse.scout.rt.client.extension.ui.form.fields.SubScopeExtensionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.SubScopeExtensionTest Running org.eclipse.scout.rt.client.extension.ui.form.fields.NestedContributionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.NestedContributionTest Running org.eclipse.scout.rt.client.extension.ui.form.fields.MultipeChainCallsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.MultipeChainCallsTest Running org.eclipse.scout.rt.client.extension.ui.form.fields.FieldExtensionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.FieldExtensionTest Running org.eclipse.scout.rt.client.extension.ui.form.fields.ExtendAbstractStringFieldTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.ExtendAbstractStringFieldTest Running org.eclipse.scout.rt.client.extension.ui.form.fields.ExecMethodExtensionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.ExecMethodExtensionTest Running org.eclipse.scout.rt.client.extension.ui.form.MoveFormFieldTest Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec - in org.eclipse.scout.rt.client.extension.ui.form.MoveFormFieldTest Running org.eclipse.scout.rt.client.extension.ui.form.InjectAndReplaceFormExtensionTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.scout.rt.client.extension.ui.form.InjectAndReplaceFormExtensionTest Running org.eclipse.scout.rt.client.extension.ui.form.ExtendFormWithDeepLinkingTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.eclipse.scout.rt.client.extension.ui.form.ExtendFormWithDeepLinkingTest Running org.eclipse.scout.rt.client.extension.ui.form.ExtendFormHandlerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.extension.ui.form.ExtendFormHandlerTest Running org.eclipse.scout.rt.client.extension.ui.desktop.DesktopExtensionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.extension.ui.desktop.DesktopExtensionTest Running org.eclipse.scout.rt.client.extension.ui.basic.table.TableMoveColumnsTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.extension.ui.basic.table.TableMoveColumnsTest Running org.eclipse.scout.rt.client.extension.ui.basic.table.TableExtensionTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.client.extension.ui.basic.table.TableExtensionTest Running org.eclipse.scout.rt.client.extension.ui.action.tree.MoveActionNodeTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.client.extension.ui.action.tree.MoveActionNodeTest Running org.eclipse.scout.rt.client.deeplink.OutlineDeepLinkHandlerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.deeplink.OutlineDeepLinkHandlerTest Running org.eclipse.scout.rt.client.deeplink.DeepLinksTest 2021-08-17 11:57:22,612 INFO [main] org.eclipse.scout.rt.client.deeplink.DeepLinks.(DeepLinks.java:31) - Registered 2 deep-link handlers: - org.eclipse.scout.rt.client.deeplink.OutlineDeepLinkHandler@1c4b1d28 - org.eclipse.scout.rt.client.deeplink.FooBarDeepLinkHandler@66258405 - MDC[] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.deeplink.DeepLinksTest Running org.eclipse.scout.rt.client.context.ClientRunContextWithInterceptorProducerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.context.ClientRunContextWithInterceptorProducerTest Running org.eclipse.scout.rt.client.context.ClientRunContextTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.context.ClientRunContextTest Running org.eclipse.scout.rt.client.context.ClientRunContextChainTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.context.ClientRunContextChainTest Running org.eclipse.scout.rt.client.clientnotification.ClientSessionRegistryTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.clientnotification.ClientSessionRegistryTest Running org.eclipse.scout.rt.client.clientnotification.AbstractObservableNotificationHandlerTest 2021-08-17 11:57:22,634 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 11:57:22,635 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 11:57:22,636 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: 1558084846 - MDC[] 2021-08-17 11:57:22,636 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 11:57:22,637 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 11:57:22,638 WARN [scout-model-thread-24] 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] 2021-08-17 11:57:22,638 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 11:57:22,638 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.clientnotification.AbstractObservableNotificationHandlerTest Running org.eclipse.scout.rt.client.cache.ClientCacheTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.cache.ClientCacheTest Running org.eclipse.scout.rt.client.TunnelToServerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.TunnelToServerTest Running org.eclipse.scout.rt.client.MultiSessionCookieStoreTest 2021-08-17 11:57:22,644 WARN [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore.add(MultiSessionCookieStore.java:165) - adding cookie to default cookie store which could be used by other users too [uri=http://www.eclipse.org, cookieName=Testname1] - MDC[] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.MultiSessionCookieStoreTest Running org.eclipse.scout.rt.client.ClientSessionTest 2021-08-17 11:57:22,646 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 11:57:22,649 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@4216cef6 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@12fa2841) - MDC[] 2021-08-17 11:57:22,649 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[] 2021-08-17 11:57:22,650 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 4 code type classes registered. - MDC[] 2021-08-17 11:57:22,650 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:185) - No config.properties found. Running with empty configuration. - MDC[] 2021-08-17 11:57:22,654 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@3c109ffb[id = 87328523-9ff7-4cd3-9ed6-309fe6c7a759], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=87328523-9ff7-4cd3-9ed6-309fe6c7a759]] 2021-08-17 11:57:22,655 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3c109ffb[id = 87328523-9ff7-4cd3-9ed6-309fe6c7a759] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$10] 2021-08-17 11:57:22,655 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3c109ffb[id = 87328523-9ff7-4cd3-9ed6-309fe6c7a759] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$10] 2021-08-17 11:57:22,657 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3c109ffb[id = 87328523-9ff7-4cd3-9ed6-309fe6c7a759], point of no return - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$10] 2021-08-17 11:57:22,659 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3c109ffb[id = 87328523-9ff7-4cd3-9ed6-309fe6c7a759], user=jenkins] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$10] 2021-08-17 11:57:22,661 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 11:57:22,663 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@4216cef6 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@12fa2841) - MDC[] 2021-08-17 11:57:22,663 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[] 2021-08-17 11:57:22,664 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 4 code type classes registered. - MDC[] 2021-08-17 11:57:22,664 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:185) - No config.properties found. Running with empty configuration. - MDC[] 2021-08-17 11:57:22,704 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@3ba5b88a[id = e847e41f-2095-4d11-afb2-bb7a64ddea45], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=e847e41f-2095-4d11-afb2-bb7a64ddea45]] 2021-08-17 11:57:22,705 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3ba5b88a[id = e847e41f-2095-4d11-afb2-bb7a64ddea45] - MDC[] 2021-08-17 11:57:22,705 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3ba5b88a[id = e847e41f-2095-4d11-afb2-bb7a64ddea45] - MDC[] 2021-08-17 11:57:22,706 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3ba5b88a[id = e847e41f-2095-4d11-afb2-bb7a64ddea45], point of no return - MDC[] 2021-08-17 11:57:22,707 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3ba5b88a[id = e847e41f-2095-4d11-afb2-bb7a64ddea45], user=jenkins] - MDC[] 2021-08-17 11:57:22,708 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 11:57:22,710 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@4216cef6 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@12fa2841) - MDC[] 2021-08-17 11:57:22,711 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[] 2021-08-17 11:57:22,711 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 4 code type classes registered. - MDC[] 2021-08-17 11:57:22,711 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:185) - No config.properties found. Running with empty configuration. - MDC[] 2021-08-17 11:57:22,715 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@2a021fd3[id = 9b373c05-dc94-49b5-80b4-47fd41110029], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=9b373c05-dc94-49b5-80b4-47fd41110029]] 2021-08-17 11:57:22,717 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2a021fd3[id = 9b373c05-dc94-49b5-80b4-47fd41110029] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$4] 2021-08-17 11:57:22,718 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2a021fd3[id = 9b373c05-dc94-49b5-80b4-47fd41110029] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$4] 2021-08-17 11:57:22,718 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2a021fd3[id = 9b373c05-dc94-49b5-80b4-47fd41110029], point of no return - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$4] 2021-08-17 11:57:22,718 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2a021fd3[id = 9b373c05-dc94-49b5-80b4-47fd41110029], user=jenkins] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$4] 2021-08-17 11:57:22,719 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 11:57:22,722 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@4216cef6 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@12fa2841) - MDC[] 2021-08-17 11:57:22,722 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[] 2021-08-17 11:57:22,722 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 4 code type classes registered. - MDC[] 2021-08-17 11:57:22,722 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:185) - No config.properties found. Running with empty configuration. - MDC[] 2021-08-17 11:57:22,726 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@6bc73f1c[id = cf212a51-7c91-40f1-b61d-1fc89120d753], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=cf212a51-7c91-40f1-b61d-1fc89120d753]] 2021-08-17 11:57:23,728 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6bc73f1c[id = cf212a51-7c91-40f1-b61d-1fc89120d753] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$7] 2021-08-17 11:57:23,728 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6bc73f1c[id = cf212a51-7c91-40f1-b61d-1fc89120d753] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$7] 2021-08-17 11:57:23,729 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6bc73f1c[id = cf212a51-7c91-40f1-b61d-1fc89120d753], point of no return - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$7] 2021-08-17 11:57:23,729 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6bc73f1c[id = cf212a51-7c91-40f1-b61d-1fc89120d753], user=jenkins] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$7] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.084 sec - in org.eclipse.scout.rt.client.ClientSessionTest Running org.eclipse.scout.rt.client.ClientSessionDisposeTest 2021-08-17 11:57:23,730 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 11:57:23,733 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@4216cef6 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@12fa2841) - MDC[] 2021-08-17 11:57:23,733 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[] 2021-08-17 11:57:23,734 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 4 code type classes registered. - MDC[] 2021-08-17 11:57:23,734 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:185) - No config.properties found. Running with empty configuration. - MDC[] 2021-08-17 11:57:23,737 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@236dc460[id = 39490889-6767-492c-8da3-75778d2dd571], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=39490889-6767-492c-8da3-75778d2dd571]] 2021-08-17 11:57:23,738 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@236dc460[id = 39490889-6767-492c-8da3-75778d2dd571] - MDC[] 2021-08-17 11:57:23,738 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@236dc460[id = 39490889-6767-492c-8da3-75778d2dd571] - MDC[] 2021-08-17 11:57:23,738 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@236dc460[id = 39490889-6767-492c-8da3-75778d2dd571], point of no return - MDC[] 2021-08-17 11:57:23,738 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@236dc460[id = 39490889-6767-492c-8da3-75778d2dd571], user=jenkins] - MDC[] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec - in org.eclipse.scout.rt.client.ClientSessionDisposeTest Running org.eclipse.scout.rt.client.ClientJobCancelTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.ClientJobCancelTest Results : Tests run: 1310, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.client.test --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.client.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.client.test --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.client.test --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.client.test-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.client.test-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.1.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.client.test-6.1.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.client.test-6.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.client.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client 6.1.0-SNAPSHOT [21/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.svg.client --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.svg.client --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.svg.client --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.client/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.svg.client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.client/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.svg.client --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.svg.client --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.client --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.client --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.client --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.client --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.client --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.client --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.client --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.client --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/6.1.0-SNAPSHOT/org.eclipse.scout.rt.svg.client-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.client/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/6.1.0-SNAPSHOT/org.eclipse.scout.rt.svg.client-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/6.1.0-SNAPSHOT/org.eclipse.scout.rt.svg.client-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html 6.1.0-SNAPSHOT [22/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.ui.html --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.ui.html --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add-js-resource) @ org.eclipse.scout.rt.ui.html --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 30 resources [INFO] Copying 559 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.ui.html --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 209 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.ui.html --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.ui.html --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium >----- [INFO] Building org.eclipse.scout.rt.ui.html.selenium 6.1.0-SNAPSHOT [23/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.selenium/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.selenium/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.selenium/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.selenium/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms.test >------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms.test 6.1.0-SNAPSHOT [24/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.jms.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.jms.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.jms.test/target/test-classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.mom.jms.test --- [ERROR] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.jms.test/target/classes. Directory does not exist! [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.jms.test/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.scout.rt.mom.jms.JmsMomManualTest 2021-08-17 11:58:05,363 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 11:58:05,411 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:39) - Finished preparation of jandex class inventory in 41.466164 ms - MDC[] 2021-08-17 11:58:05,527 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[] 2021-08-17 11:58:05,528 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:185) - No config.properties found. Running with empty configuration. - MDC[] 2021-08-17 11:58:05,531 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[] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.248 sec - in org.eclipse.scout.rt.mom.jms.JmsMomManualTest Running org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest 2021-08-17 11:58:05,735 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[] 2021-08-17 11:58:05,746 INFO [main] org.apache.activemq.artemis.core.server.initialisePart1(ActiveMQServerImpl.java:1455) - AMQ221045: libaio is not available, switching the configuration into NIO - MDC[] 2021-08-17 11:58:05,771 INFO [main] org.apache.activemq.artemis.core.server.(JournalStorageManager.java:249) - AMQ221013: Using NIO Journal - MDC[] 2021-08-17 11:58:05,833 INFO [main] org.apache.activemq.artemis.core.server.(RemotingServiceImpl.java:147) - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE - MDC[] 2021-08-17 11:58:05,937 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.scout.mom.requestreply.cancellation - MDC[] 2021-08-17 11:58:06,006 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicPublishFirst - MDC[] 2021-08-17 11:58:06,009 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testProperties - MDC[] 2021-08-17 11:58:06,011 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicRequestReplyTimeout - MDC[] 2021-08-17 11:58:06,013 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicRequestReplyRequestFirst - MDC[] 2021-08-17 11:58:06,022 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicRequestReplyMultipleSubscriptions - MDC[] 2021-08-17 11:58:06,025 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicRequestReplyCorrelationId - MDC[] 2021-08-17 11:58:06,027 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicPublishSubscribeMultipleSubscriptions - MDC[] 2021-08-17 11:58:06,029 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testQueueRequestReplyJsonObjectMarshaller - MDC[] 2021-08-17 11:58:06,031 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicRequestReplyCancellation - MDC[] 2021-08-17 11:58:06,033 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicRequestReply - MDC[] 2021-08-17 11:58:06,035 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicPublishSubscribeCorrelationId - MDC[] 2021-08-17 11:58:06,037 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testMessageSelector - MDC[] 2021-08-17 11:58:06,039 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testQueueRequestReplyCancellation - MDC[] 2021-08-17 11:58:06,041 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.differentTopic - MDC[] 2021-08-17 11:58:06,043 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.scout.physical.UnitTestTopic - MDC[] 2021-08-17 11:58:06,045 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue Durable-Test-Subscription - MDC[] 2021-08-17 11:58:06,047 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishBytes - MDC[] 2021-08-17 11:58:06,049 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishText - MDC[] 2021-08-17 11:58:06,051 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishObject - MDC[] 2021-08-17 11:58:06,053 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testConcurrentMessageConsumption - MDC[] 2021-08-17 11:58:06,054 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishAndConsumeInternal - MDC[] 2021-08-17 11:58:06,056 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testSubscribeTransactional - MDC[] 2021-08-17 11:58:06,058 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testSubscribeFailover - MDC[] 2021-08-17 11:58:06,060 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testQueuePublishFirst - MDC[] 2021-08-17 11:58:06,064 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishJsonData - MDC[] 2021-08-17 11:58:06,066 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishJsonDataSecure - MDC[] 2021-08-17 11:58:06,068 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testQueueRequestReplyRequestFirst - MDC[] 2021-08-17 11:58:06,069 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishTransactional - MDC[] 2021-08-17 11:58:06,071 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishStringData - MDC[] 2021-08-17 11:58:06,073 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishObjectData - MDC[] 2021-08-17 11:58:06,075 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testCurrentMessagePubSub - MDC[] 2021-08-17 11:58:06,078 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testSerialMessageConsumption - MDC[] 2021-08-17 11:58:06,088 INFO [main] org.apache.activemq.artemis.core.server.run(LiveOnlyActivation.java:68) - AMQ221007: Server is now live - MDC[] 2021-08-17 11:58:06,088 INFO [main] org.apache.activemq.artemis.core.server.start(ActiveMQServerImpl.java:409) - AMQ221001: Apache ActiveMQ Artemis Message Broker version 1.1.0 [nodeID=61be3ac0-ff52-11eb-85d7-ff2122bcc0d9] - MDC[] 2021-08-17 11:58:06,125 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:06,126 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:06,128 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1.912526 ms - MDC[] 2021-08-17 11:58:06,128 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:06,130 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:06,130 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:06,131 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[] 2021-08-17 11:58:06,131 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.496469 ms - MDC[] 2021-08-17 11:58:06,131 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:06,132 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:06,132 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:06,135 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 3.119247 ms - MDC[] 2021-08-17 11:58:06,135 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:06,136 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:06,136 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:06,137 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.225621 ms - MDC[] 2021-08-17 11:58:06,137 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:06,138 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:06,138 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:06,138 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.244443 ms - MDC[] 2021-08-17 11:58:06,138 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:06,139 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:06,139 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:06,364 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #1 initialized: null - MDC[] 2021-08-17 11:58:06,405 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:06,547 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom1, ID:centos-7-g3prd-37541-1629201486420-0:1) is starting - MDC[] 2021-08-17 11:58:06,551 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom1, ID:centos-7-g3prd-37541-1629201486420-0:1) started - MDC[] 2021-08-17 11:58:06,552 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:06,573 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom1 started - MDC[] 2021-08-17 11:58:06,587 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-4:1,clientId=Scout JUnit MOM #1 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:10,723 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5f571d96, org.eclipse.scout.rt.mom.jms.JmsSubscription@797bbeae] - MDC[] 2021-08-17 11:58:10,724 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@79499fa[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:10,725 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.044602 ms - MDC[] 2021-08-17 11:58:10,726 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:10,726 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:10,728 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom1 stopped - MDC[] 2021-08-17 11:58:10,729 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom1, ID:centos-7-g3prd-37541-1629201486420-0:1) is shutting down - MDC[] 2021-08-17 11:58:10,740 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom1, ID:centos-7-g3prd-37541-1629201486420-0:1) uptime 4.339 seconds - MDC[] 2021-08-17 11:58:10,740 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom1, ID:centos-7-g3prd-37541-1629201486420-0:1) is shutdown - MDC[] 2021-08-17 11:58:10,740 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:10,740 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 4600.878417 ms - MDC[] 2021-08-17 11:58:10,741 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:10,742 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:10,742 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:10,745 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] 2021-08-17 11:58:10,747 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:10,748 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom2, ID:centos-7-g3prd-37541-1629201486420-0:2) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:10,748 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom2, ID:centos-7-g3prd-37541-1629201486420-0:2) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:10,748 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] 2021-08-17 11:58:10,749 INFO [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom2 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:10,752 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-7:1,clientId=Scout JUnit MOM #2 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:10,778 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@6591a9ac, org.eclipse.scout.rt.mom.jms.JmsSubscription@ded216d] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:10,805 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@57abeaf1, org.eclipse.scout.rt.mom.jms.JmsSubscription@220e520e] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:10,819 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@6c703f79, org.eclipse.scout.rt.mom.jms.JmsSubscription@1b16d253] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:10,830 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@17450abb, org.eclipse.scout.rt.mom.jms.JmsSubscription@6ab48711] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:10,843 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@7f50bde7, org.eclipse.scout.rt.mom.jms.JmsSubscription@33f43ab4] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:10,852 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@203569a5, org.eclipse.scout.rt.mom.jms.JmsSubscription@4c079b37] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:10,862 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@27e2edd3, org.eclipse.scout.rt.mom.jms.JmsSubscription@30ec78e2] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:10,911 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@511f83d, org.eclipse.scout.rt.mom.jms.JmsSubscription@449326d4] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:10,913 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4a13d9f8[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:10,913 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.012867 ms - MDC[] 2021-08-17 11:58:10,913 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:10,914 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:10,915 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom2 stopped - MDC[] 2021-08-17 11:58:10,916 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom2, ID:centos-7-g3prd-37541-1629201486420-0:2) is shutting down - MDC[] 2021-08-17 11:58:10,917 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom2, ID:centos-7-g3prd-37541-1629201486420-0:2) uptime 0.170 seconds - MDC[] 2021-08-17 11:58:10,917 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom2, ID:centos-7-g3prd-37541-1629201486420-0:2) is shutdown - MDC[] 2021-08-17 11:58:10,917 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:10,918 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 175.245414 ms - MDC[] 2021-08-17 11:58:10,918 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:10,919 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:10,919 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:10,920 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #3 initialized: null - MDC[] 2021-08-17 11:58:10,920 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:10,921 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom3, ID:centos-7-g3prd-37541-1629201486420-0:3) is starting - MDC[] 2021-08-17 11:58:10,921 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom3, ID:centos-7-g3prd-37541-1629201486420-0:3) started - MDC[] 2021-08-17 11:58:10,921 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:10,922 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom3 started - MDC[] 2021-08-17 11:58:10,925 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-10:1,clientId=Scout JUnit MOM #3 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:10,932 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4796ae58] - MDC[] 2021-08-17 11:58:10,932 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:10,932 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:10,934 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom3 stopped - MDC[] 2021-08-17 11:58:10,934 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom3, ID:centos-7-g3prd-37541-1629201486420-0:3) is shutting down - MDC[] 2021-08-17 11:58:10,935 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom3, ID:centos-7-g3prd-37541-1629201486420-0:3) uptime 0.015 seconds - MDC[] 2021-08-17 11:58:10,935 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom3, ID:centos-7-g3prd-37541-1629201486420-0:3) is shutdown - MDC[] 2021-08-17 11:58:10,935 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:10,936 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.513832 ms - MDC[] 2021-08-17 11:58:10,936 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:10,936 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:10,937 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:10,937 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #4 initialized: null - MDC[] 2021-08-17 11:58:10,938 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:10,938 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom4, ID:centos-7-g3prd-37541-1629201486420-0:4) is starting - MDC[] 2021-08-17 11:58:10,939 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom4, ID:centos-7-g3prd-37541-1629201486420-0:4) started - MDC[] 2021-08-17 11:58:10,939 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:10,939 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom4 started - MDC[] 2021-08-17 11:58:10,941 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-13:1,clientId=Scout JUnit MOM #4 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:10,947 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3662dc9b] - MDC[] 2021-08-17 11:58:10,947 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:10,947 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:10,948 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom4 stopped - MDC[] 2021-08-17 11:58:10,949 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom4, ID:centos-7-g3prd-37541-1629201486420-0:4) is shutting down - MDC[] 2021-08-17 11:58:10,950 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom4, ID:centos-7-g3prd-37541-1629201486420-0:4) uptime 0.011 seconds - MDC[] 2021-08-17 11:58:10,950 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom4, ID:centos-7-g3prd-37541-1629201486420-0:4) is shutdown - MDC[] 2021-08-17 11:58:10,950 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:10,950 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.469148 ms - MDC[] 2021-08-17 11:58:10,950 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:10,951 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:10,951 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:10,952 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #5 initialized: null - MDC[] 2021-08-17 11:58:10,952 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:10,953 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom5, ID:centos-7-g3prd-37541-1629201486420-0:5) is starting - MDC[] 2021-08-17 11:58:10,953 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom5, ID:centos-7-g3prd-37541-1629201486420-0:5) started - MDC[] 2021-08-17 11:58:10,953 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:10,954 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom5 started - MDC[] 2021-08-17 11:58:10,956 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-16:1,clientId=Scout JUnit MOM #5 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:10,962 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@79ae2d13] - MDC[] 2021-08-17 11:58:10,963 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:10,963 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:10,964 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom5 stopped - MDC[] 2021-08-17 11:58:10,964 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom5, ID:centos-7-g3prd-37541-1629201486420-0:5) is shutting down - MDC[] 2021-08-17 11:58:11,004 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom5, ID:centos-7-g3prd-37541-1629201486420-0:5) uptime 0.013 seconds - MDC[] 2021-08-17 11:58:11,004 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom5, ID:centos-7-g3prd-37541-1629201486420-0:5) is shutdown - MDC[] 2021-08-17 11:58:11,005 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:11,005 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 54.029143 ms - MDC[] 2021-08-17 11:58:11,005 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:11,006 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:11,006 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:11,007 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #6 initialized: null - MDC[] 2021-08-17 11:58:11,007 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:11,008 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom6, ID:centos-7-g3prd-37541-1629201486420-0:6) is starting - MDC[] 2021-08-17 11:58:11,008 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom6, ID:centos-7-g3prd-37541-1629201486420-0:6) started - MDC[] 2021-08-17 11:58:11,008 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:11,009 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom6 started - MDC[] 2021-08-17 11:58:11,011 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-19:1,clientId=Scout JUnit MOM #6 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:11,016 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@49fb77d0] - MDC[] 2021-08-17 11:58:11,017 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:11,017 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:11,018 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom6 stopped - MDC[] 2021-08-17 11:58:11,019 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom6, ID:centos-7-g3prd-37541-1629201486420-0:6) is shutting down - MDC[] 2021-08-17 11:58:11,020 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom6, ID:centos-7-g3prd-37541-1629201486420-0:6) uptime 0.012 seconds - MDC[] 2021-08-17 11:58:11,020 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom6, ID:centos-7-g3prd-37541-1629201486420-0:6) is shutdown - MDC[] 2021-08-17 11:58:11,020 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:11,020 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 14.173736 ms - MDC[] 2021-08-17 11:58:11,020 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:11,021 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:11,021 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:11,022 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #7 initialized: null - MDC[] 2021-08-17 11:58:11,023 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:11,024 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom7, ID:centos-7-g3prd-37541-1629201486420-0:7) is starting - MDC[] 2021-08-17 11:58:11,024 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom7, ID:centos-7-g3prd-37541-1629201486420-0:7) started - MDC[] 2021-08-17 11:58:11,024 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:11,025 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom7 started - MDC[] 2021-08-17 11:58:11,027 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-22:1,clientId=Scout JUnit MOM #7 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:11,033 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@81cba04] - MDC[] 2021-08-17 11:58:11,034 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:11,034 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:11,035 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom7 stopped - MDC[] 2021-08-17 11:58:11,036 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom7, ID:centos-7-g3prd-37541-1629201486420-0:7) is shutting down - MDC[] 2021-08-17 11:58:11,036 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom7, ID:centos-7-g3prd-37541-1629201486420-0:7) uptime 0.013 seconds - MDC[] 2021-08-17 11:58:11,036 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom7, ID:centos-7-g3prd-37541-1629201486420-0:7) is shutdown - MDC[] 2021-08-17 11:58:11,037 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:11,037 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.202391 ms - MDC[] 2021-08-17 11:58:11,037 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:11,037 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:11,038 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:11,039 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #8 initialized: null - MDC[] 2021-08-17 11:58:11,039 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:11,040 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom8, ID:centos-7-g3prd-37541-1629201486420-0:8) is starting - MDC[] 2021-08-17 11:58:11,040 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom8, ID:centos-7-g3prd-37541-1629201486420-0:8) started - MDC[] 2021-08-17 11:58:11,040 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:11,041 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom8 started - MDC[] 2021-08-17 11:58:11,043 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-25:1,clientId=Scout JUnit MOM #8 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:11,049 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@54c3b0dd] - MDC[] 2021-08-17 11:58:11,049 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:11,050 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:11,051 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom8 stopped - MDC[] 2021-08-17 11:58:11,051 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom8, ID:centos-7-g3prd-37541-1629201486420-0:8) is shutting down - MDC[] 2021-08-17 11:58:11,052 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom8, ID:centos-7-g3prd-37541-1629201486420-0:8) uptime 0.012 seconds - MDC[] 2021-08-17 11:58:11,052 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom8, ID:centos-7-g3prd-37541-1629201486420-0:8) is shutdown - MDC[] 2021-08-17 11:58:11,052 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:11,052 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 14.221085 ms - MDC[] 2021-08-17 11:58:11,052 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:11,053 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:11,053 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:11,054 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #9 initialized: null - MDC[] 2021-08-17 11:58:11,054 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:11,054 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom9, ID:centos-7-g3prd-37541-1629201486420-0:9) is starting - MDC[] 2021-08-17 11:58:11,055 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom9, ID:centos-7-g3prd-37541-1629201486420-0:9) started - MDC[] 2021-08-17 11:58:11,055 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:11,055 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom9 started - MDC[] 2021-08-17 11:58:11,057 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-28:1,clientId=Scout JUnit MOM #9 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:11,062 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@51bab787] - MDC[] 2021-08-17 11:58:11,063 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:11,063 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:11,064 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom9 stopped - MDC[] 2021-08-17 11:58:11,064 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom9, ID:centos-7-g3prd-37541-1629201486420-0:9) is shutting down - MDC[] 2021-08-17 11:58:11,065 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom9, ID:centos-7-g3prd-37541-1629201486420-0:9) uptime 0.011 seconds - MDC[] 2021-08-17 11:58:11,065 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom9, ID:centos-7-g3prd-37541-1629201486420-0:9) is shutdown - MDC[] 2021-08-17 11:58:11,065 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:11,065 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 12.320187 ms - MDC[] 2021-08-17 11:58:11,065 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:11,066 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:11,066 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:11,105 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #10 initialized: null - MDC[] 2021-08-17 11:58:11,105 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:11,106 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom10, ID:centos-7-g3prd-37541-1629201486420-0:10) is starting - MDC[] 2021-08-17 11:58:11,106 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom10, ID:centos-7-g3prd-37541-1629201486420-0:10) started - MDC[] 2021-08-17 11:58:11,107 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:11,107 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom10 started - MDC[] 2021-08-17 11:58:11,109 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-31:1,clientId=Scout JUnit MOM #10 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:11,114 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@654e793f] - MDC[] 2021-08-17 11:58:11,115 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:11,115 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:11,116 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom10 stopped - MDC[] 2021-08-17 11:58:11,116 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom10, ID:centos-7-g3prd-37541-1629201486420-0:10) is shutting down - MDC[] 2021-08-17 11:58:11,117 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom10, ID:centos-7-g3prd-37541-1629201486420-0:10) uptime 0.012 seconds - MDC[] 2021-08-17 11:58:11,117 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom10, ID:centos-7-g3prd-37541-1629201486420-0:10) is shutdown - MDC[] 2021-08-17 11:58:11,117 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:11,118 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 51.573576 ms - MDC[] 2021-08-17 11:58:11,118 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:11,119 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:11,119 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:11,120 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #11 initialized: null - MDC[] 2021-08-17 11:58:11,121 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:11,121 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom11, ID:centos-7-g3prd-37541-1629201486420-0:11) is starting - MDC[] 2021-08-17 11:58:11,121 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom11, ID:centos-7-g3prd-37541-1629201486420-0:11) started - MDC[] 2021-08-17 11:58:11,121 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:11,122 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom11 started - MDC[] 2021-08-17 11:58:11,124 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-34:1,clientId=Scout JUnit MOM #11 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:11,130 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@171a6fd1] - MDC[] 2021-08-17 11:58:11,130 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:11,131 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:11,131 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom11 stopped - MDC[] 2021-08-17 11:58:11,132 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom11, ID:centos-7-g3prd-37541-1629201486420-0:11) is shutting down - MDC[] 2021-08-17 11:58:11,132 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom11, ID:centos-7-g3prd-37541-1629201486420-0:11) uptime 0.011 seconds - MDC[] 2021-08-17 11:58:11,132 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom11, ID:centos-7-g3prd-37541-1629201486420-0:11) is shutdown - MDC[] 2021-08-17 11:58:11,133 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:11,133 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.468995 ms - MDC[] 2021-08-17 11:58:11,133 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:11,133 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:11,134 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:11,134 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #12 initialized: null - MDC[] 2021-08-17 11:58:11,135 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:11,135 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom12, ID:centos-7-g3prd-37541-1629201486420-0:12) is starting - MDC[] 2021-08-17 11:58:11,136 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom12, ID:centos-7-g3prd-37541-1629201486420-0:12) started - MDC[] 2021-08-17 11:58:11,136 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:11,136 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom12 started - MDC[] 2021-08-17 11:58:11,138 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-37:1,clientId=Scout JUnit MOM #12 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:11,143 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@108ed58d] - MDC[] 2021-08-17 11:58:11,143 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:11,143 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:11,144 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom12 stopped - MDC[] 2021-08-17 11:58:11,144 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom12, ID:centos-7-g3prd-37541-1629201486420-0:12) is shutting down - MDC[] 2021-08-17 11:58:11,145 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom12, ID:centos-7-g3prd-37541-1629201486420-0:12) uptime 0.010 seconds - MDC[] 2021-08-17 11:58:11,145 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom12, ID:centos-7-g3prd-37541-1629201486420-0:12) is shutdown - MDC[] 2021-08-17 11:58:11,145 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:11,145 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.602817 ms - MDC[] 2021-08-17 11:58:11,145 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:11,146 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:11,146 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:11,148 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] 2021-08-17 11:58:11,149 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:11,149 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom13, ID:centos-7-g3prd-37541-1629201486420-0:13) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:11,149 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom13, ID:centos-7-g3prd-37541-1629201486420-0:13) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:11,149 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] 2021-08-17 11:58:11,150 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom13 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:11,152 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-40:1,clientId=Scout JUnit MOM #13 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] Reply: TheReply 2021-08-17 11:58:11,205 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4d8af13c] - MDC[] 2021-08-17 11:58:11,206 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@673fe4cc[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:11,207 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.011378 ms - MDC[] 2021-08-17 11:58:11,207 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:11,207 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:11,208 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom13 stopped - MDC[] 2021-08-17 11:58:11,208 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom13, ID:centos-7-g3prd-37541-1629201486420-0:13) is shutting down - MDC[] 2021-08-17 11:58:11,209 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom13, ID:centos-7-g3prd-37541-1629201486420-0:13) uptime 0.060 seconds - MDC[] 2021-08-17 11:58:11,209 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom13, ID:centos-7-g3prd-37541-1629201486420-0:13) is shutdown - MDC[] 2021-08-17 11:58:11,209 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:11,210 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 63.277512 ms - MDC[] 2021-08-17 11:58:11,210 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:11,211 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:11,211 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:11,214 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #14 initialized: null - MDC[] 2021-08-17 11:58:11,215 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:11,215 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom14, ID:centos-7-g3prd-37541-1629201486420-0:14) is starting - MDC[] 2021-08-17 11:58:11,215 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom14, ID:centos-7-g3prd-37541-1629201486420-0:14) started - MDC[] 2021-08-17 11:58:11,215 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:11,216 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom14 started - MDC[] 2021-08-17 11:58:11,219 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-43:1,clientId=junit_mom_client,started=true} - MDC[] 2021-08-17 11:58:11,229 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3a4ddaed, org.eclipse.scout.rt.mom.jms.JmsSubscription@993bc47, org.eclipse.scout.rt.mom.jms.JmsSubscription@632cfbc5] - MDC[] 2021-08-17 11:58:11,230 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:11,230 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:11,231 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom14 stopped - MDC[] 2021-08-17 11:58:11,231 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom14, ID:centos-7-g3prd-37541-1629201486420-0:14) is shutting down - MDC[] 2021-08-17 11:58:11,232 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom14, ID:centos-7-g3prd-37541-1629201486420-0:14) uptime 0.017 seconds - MDC[] 2021-08-17 11:58:11,232 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom14, ID:centos-7-g3prd-37541-1629201486420-0:14) is shutdown - MDC[] 2021-08-17 11:58:11,232 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:11,233 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 21.514361 ms - MDC[] 2021-08-17 11:58:11,233 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:11,233 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:11,233 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:11,235 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] 2021-08-17 11:58:11,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] 2021-08-17 11:58:11,237 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom15, ID:centos-7-g3prd-37541-1629201486420-0:15) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:11,237 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom15, ID:centos-7-g3prd-37541-1629201486420-0:15) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:11,238 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] 2021-08-17 11:58:11,238 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom15 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:11,240 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-46:1,clientId=Scout JUnit MOM #15 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:11,251 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=85840af7-5a89-4174-84b9-5a908488f107] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_StringMarshaller_Exception(JmsMomImplementorTest.java:1356) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:58:11,258 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1a9ce44] - MDC[] 2021-08-17 11:58:11,259 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@60602a13[job=JMS subscriber, state=DONE], JobFutureTask@d49a2cd[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:11,259 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.015829 ms - MDC[] 2021-08-17 11:58:11,260 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:11,260 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:11,261 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom15 stopped - MDC[] 2021-08-17 11:58:11,261 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom15, ID:centos-7-g3prd-37541-1629201486420-0:15) is shutting down - MDC[] 2021-08-17 11:58:11,262 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom15, ID:centos-7-g3prd-37541-1629201486420-0:15) uptime 0.026 seconds - MDC[] 2021-08-17 11:58:11,262 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom15, ID:centos-7-g3prd-37541-1629201486420-0:15) is shutdown - MDC[] 2021-08-17 11:58:11,262 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:11,262 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 28.812925 ms - MDC[] 2021-08-17 11:58:11,262 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:11,263 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:11,263 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:11,267 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #16 initialized: null - MDC[] 2021-08-17 11:58:11,306 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2021-08-17 11:58:11,306 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-g3prd-37541-1629201486420-0:16) is starting - MDC[jobName=JMS subscriber] 2021-08-17 11:58:11,307 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-g3prd-37541-1629201486420-0:16) started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:11,307 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] 2021-08-17 11:58:11,308 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom16 started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:11,309 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-49:1,clientId=Scout JUnit MOM #16 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS subscriber] simulateConnectionDown 2021-08-17 11:58:11,314 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[] 2021-08-17 11:58:11,314 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:180) - invalidating session 1 of 1 - MDC[] 2021-08-17 11:58:11,315 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsSessionProviderWrapper.invalidate(JmsSessionProviderWrapper.java:101) - Invalidate sessionProvider org.eclipse.scout.rt.mom.jms.JmsSessionProvider@243c4ffe - MDC[] 2021-08-17 11:58:11,315 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:188) - invalidating connection - MDC[] 2021-08-17 11:58:11,316 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom16 stopped - MDC[] 2021-08-17 11:58:11,317 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-g3prd-37541-1629201486420-0:16) is shutting down - MDC[] 2021-08-17 11:58:11,317 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-g3prd-37541-1629201486420-0:16) uptime 0.011 seconds - MDC[] 2021-08-17 11:58:11,318 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-g3prd-37541-1629201486420-0:16) is shutdown - MDC[] 2021-08-17 11:58:11,318 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:190) - connection invalidated - MDC[] 2021-08-17 11:58:11,318 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] 2021-08-17 11:58:12,318 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] 2021-08-17 11:58:13,319 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] 2021-08-17 11:58:14,319 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] 2021-08-17 11:58:15,320 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] 2021-08-17 11:58:16,321 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] 2021-08-17 11:58:16,321 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] simulateConnectionUp 2021-08-17 11:58:18,322 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2021-08-17 11:58:18,323 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-g3prd-37541-1629201486420-0:17) is starting - MDC[jobName=JMS subscriber] 2021-08-17 11:58:18,323 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-g3prd-37541-1629201486420-0:17) started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:18,323 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] 2021-08-17 11:58:18,324 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom16 started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:18,326 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-49:2,clientId=Scout JUnit MOM #16 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS subscriber] 2021-08-17 11:58:18,329 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@66a5f996, org.eclipse.scout.rt.mom.jms.JmsSubscription@6cddb04c] - MDC[] 2021-08-17 11:58:18,330 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:18,330 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:18,331 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom16 stopped - MDC[] 2021-08-17 11:58:18,331 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-g3prd-37541-1629201486420-0:17) is shutting down - MDC[] 2021-08-17 11:58:18,332 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-g3prd-37541-1629201486420-0:17) uptime 0.010 seconds - MDC[] 2021-08-17 11:58:18,332 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-g3prd-37541-1629201486420-0:17) is shutdown - MDC[] 2021-08-17 11:58:18,332 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:18,332 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7068.781462 ms - MDC[] 2021-08-17 11:58:18,332 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:18,333 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:18,333 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:18,334 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #17 initialized: null - MDC[] 2021-08-17 11:58:18,334 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:18,335 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom17, ID:centos-7-g3prd-37541-1629201486420-0:18) is starting - MDC[] 2021-08-17 11:58:18,335 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom17, ID:centos-7-g3prd-37541-1629201486420-0:18) started - MDC[] 2021-08-17 11:58:18,335 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:18,335 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom17 started - MDC[] 2021-08-17 11:58:18,337 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-53:1,clientId=Scout JUnit MOM #17 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:18,540 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@65b51977] - MDC[] 2021-08-17 11:58:18,541 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:18,541 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:18,543 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom17 stopped - MDC[] 2021-08-17 11:58:18,543 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom17, ID:centos-7-g3prd-37541-1629201486420-0:18) is shutting down - MDC[] 2021-08-17 11:58:18,544 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom17, ID:centos-7-g3prd-37541-1629201486420-0:18) uptime 0.209 seconds - MDC[] 2021-08-17 11:58:18,544 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom17, ID:centos-7-g3prd-37541-1629201486420-0:18) is shutdown - MDC[] 2021-08-17 11:58:18,544 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:18,544 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 210.928615 ms - MDC[] 2021-08-17 11:58:18,544 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:18,545 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:18,545 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:18,546 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #18 initialized: null - MDC[] 2021-08-17 11:58:18,547 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:18,547 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom18, ID:centos-7-g3prd-37541-1629201486420-0:19) is starting - MDC[] 2021-08-17 11:58:18,548 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom18, ID:centos-7-g3prd-37541-1629201486420-0:19) started - MDC[] 2021-08-17 11:58:18,548 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:18,549 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom18 started - MDC[] 2021-08-17 11:58:18,550 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-56:1,clientId=Scout JUnit MOM #18 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:18,753 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3eb814dd] - MDC[] 2021-08-17 11:58:18,754 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@e0865e7[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:18,754 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010206 ms - MDC[] 2021-08-17 11:58:18,754 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:18,754 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:18,755 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom18 stopped - MDC[] 2021-08-17 11:58:18,755 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom18, ID:centos-7-g3prd-37541-1629201486420-0:19) is shutting down - MDC[] 2021-08-17 11:58:18,756 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom18, ID:centos-7-g3prd-37541-1629201486420-0:19) uptime 0.209 seconds - MDC[] 2021-08-17 11:58:18,756 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom18, ID:centos-7-g3prd-37541-1629201486420-0:19) is shutdown - MDC[] 2021-08-17 11:58:18,757 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:18,757 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 211.419944 ms - MDC[] 2021-08-17 11:58:18,757 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:18,758 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:18,758 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:18,759 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #19 initialized: null - MDC[] 2021-08-17 11:58:18,759 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:18,760 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom19, ID:centos-7-g3prd-37541-1629201486420-0:20) is starting - MDC[] 2021-08-17 11:58:18,760 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom19, ID:centos-7-g3prd-37541-1629201486420-0:20) started - MDC[] 2021-08-17 11:58:18,760 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:18,761 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom19 started - MDC[] 2021-08-17 11:58:18,763 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-59:1,clientId=Scout JUnit MOM #19 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:18,966 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6d26b068] - MDC[] 2021-08-17 11:58:18,967 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1e7edfb2[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:18,967 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.026858 ms - MDC[] 2021-08-17 11:58:18,968 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:18,968 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:18,969 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom19 stopped - MDC[] 2021-08-17 11:58:18,969 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom19, ID:centos-7-g3prd-37541-1629201486420-0:20) is shutting down - MDC[] 2021-08-17 11:58:18,970 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom19, ID:centos-7-g3prd-37541-1629201486420-0:20) uptime 0.211 seconds - MDC[] 2021-08-17 11:58:18,970 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom19, ID:centos-7-g3prd-37541-1629201486420-0:20) is shutdown - MDC[] 2021-08-17 11:58:18,970 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:18,970 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 212.246226 ms - MDC[] 2021-08-17 11:58:18,970 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:18,971 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:18,971 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:18,972 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #20 initialized: null - MDC[] 2021-08-17 11:58:18,973 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:18,973 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom20, ID:centos-7-g3prd-37541-1629201486420-0:21) is starting - MDC[] 2021-08-17 11:58:18,974 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom20, ID:centos-7-g3prd-37541-1629201486420-0:21) started - MDC[] 2021-08-17 11:58:18,974 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:18,975 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom20 started - MDC[] 2021-08-17 11:58:18,976 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-62:1,clientId=Scout JUnit MOM #20 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:19,180 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@41e5038a] - MDC[] 2021-08-17 11:58:19,181 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:19,181 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:19,183 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom20 stopped - MDC[] 2021-08-17 11:58:19,183 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom20, ID:centos-7-g3prd-37541-1629201486420-0:21) is shutting down - MDC[] 2021-08-17 11:58:19,184 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom20, ID:centos-7-g3prd-37541-1629201486420-0:21) uptime 0.210 seconds - MDC[] 2021-08-17 11:58:19,184 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom20, ID:centos-7-g3prd-37541-1629201486420-0:21) is shutdown - MDC[] 2021-08-17 11:58:19,184 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:19,184 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 212.853606 ms - MDC[] 2021-08-17 11:58:19,184 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:19,185 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:19,185 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:19,186 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #21 initialized: null - MDC[] 2021-08-17 11:58:19,186 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:19,187 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom21, ID:centos-7-g3prd-37541-1629201486420-0:22) is starting - MDC[] 2021-08-17 11:58:19,187 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom21, ID:centos-7-g3prd-37541-1629201486420-0:22) started - MDC[] 2021-08-17 11:58:19,187 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:19,188 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom21 started - MDC[] 2021-08-17 11:58:19,190 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-65:1,clientId=Scout JUnit MOM #21 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:19,393 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@597050fa] - MDC[] 2021-08-17 11:58:19,394 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7a696a6b[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:19,394 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.048447 ms - MDC[] 2021-08-17 11:58:19,395 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:19,395 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:19,395 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom21 stopped - MDC[] 2021-08-17 11:58:19,396 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom21, ID:centos-7-g3prd-37541-1629201486420-0:22) is shutting down - MDC[] 2021-08-17 11:58:19,396 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom21, ID:centos-7-g3prd-37541-1629201486420-0:22) uptime 0.210 seconds - MDC[] 2021-08-17 11:58:19,396 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom21, ID:centos-7-g3prd-37541-1629201486420-0:22) is shutdown - MDC[] 2021-08-17 11:58:19,397 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:19,397 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 211.617718 ms - MDC[] 2021-08-17 11:58:19,397 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:19,397 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:19,397 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:19,398 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #22 initialized: null - MDC[] 2021-08-17 11:58:19,398 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:19,399 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom22, ID:centos-7-g3prd-37541-1629201486420-0:23) is starting - MDC[] 2021-08-17 11:58:19,399 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom22, ID:centos-7-g3prd-37541-1629201486420-0:23) started - MDC[] 2021-08-17 11:58:19,399 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:19,400 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom22 started - MDC[] 2021-08-17 11:58:19,401 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-68:1,clientId=Scout JUnit MOM #22 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:19,604 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5c65d5c3] - MDC[] 2021-08-17 11:58:19,605 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:19,605 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:19,606 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom22 stopped - MDC[] 2021-08-17 11:58:19,606 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom22, ID:centos-7-g3prd-37541-1629201486420-0:23) is shutting down - MDC[] 2021-08-17 11:58:19,607 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom22, ID:centos-7-g3prd-37541-1629201486420-0:23) uptime 0.209 seconds - MDC[] 2021-08-17 11:58:19,607 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom22, ID:centos-7-g3prd-37541-1629201486420-0:23) is shutdown - MDC[] 2021-08-17 11:58:19,607 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:19,608 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 209.979144 ms - MDC[] 2021-08-17 11:58:19,608 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:19,608 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:19,608 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:19,609 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #23 initialized: null - MDC[] 2021-08-17 11:58:19,610 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:19,610 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom23, ID:centos-7-g3prd-37541-1629201486420-0:24) is starting - MDC[] 2021-08-17 11:58:19,611 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom23, ID:centos-7-g3prd-37541-1629201486420-0:24) started - MDC[] 2021-08-17 11:58:19,611 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:19,611 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom23 started - MDC[] 2021-08-17 11:58:19,613 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-71:1,clientId=Scout JUnit MOM #23 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:19,816 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@34ef9879] - MDC[] 2021-08-17 11:58:19,817 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2c8c897e[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:19,817 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013460 ms - MDC[] 2021-08-17 11:58:19,817 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:19,817 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:19,818 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom23 stopped - MDC[] 2021-08-17 11:58:19,818 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom23, ID:centos-7-g3prd-37541-1629201486420-0:24) is shutting down - MDC[] 2021-08-17 11:58:19,819 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom23, ID:centos-7-g3prd-37541-1629201486420-0:24) uptime 0.209 seconds - MDC[] 2021-08-17 11:58:19,819 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom23, ID:centos-7-g3prd-37541-1629201486420-0:24) is shutdown - MDC[] 2021-08-17 11:58:19,819 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:19,819 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 210.800078 ms - MDC[] 2021-08-17 11:58:19,819 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:19,820 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:19,820 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:19,821 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #24 initialized: null - MDC[] 2021-08-17 11:58:19,821 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:19,821 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom24, ID:centos-7-g3prd-37541-1629201486420-0:25) is starting - MDC[] 2021-08-17 11:58:19,822 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom24, ID:centos-7-g3prd-37541-1629201486420-0:25) started - MDC[] 2021-08-17 11:58:19,822 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:19,822 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom24 started - MDC[] 2021-08-17 11:58:19,824 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-74:1,clientId=Scout JUnit MOM #24 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:20,027 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@438f205c] - MDC[] 2021-08-17 11:58:20,027 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:20,028 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:20,029 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom24 stopped - MDC[] 2021-08-17 11:58:20,029 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom24, ID:centos-7-g3prd-37541-1629201486420-0:25) is shutting down - MDC[] 2021-08-17 11:58:20,029 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom24, ID:centos-7-g3prd-37541-1629201486420-0:25) uptime 0.208 seconds - MDC[] 2021-08-17 11:58:20,029 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom24, ID:centos-7-g3prd-37541-1629201486420-0:25) is shutdown - MDC[] 2021-08-17 11:58:20,030 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:20,030 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 209.760415 ms - MDC[] 2021-08-17 11:58:20,030 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:20,030 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:20,030 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:20,031 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #25 initialized: null - MDC[] 2021-08-17 11:58:20,032 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:20,032 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom25, ID:centos-7-g3prd-37541-1629201486420-0:26) is starting - MDC[] 2021-08-17 11:58:20,032 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom25, ID:centos-7-g3prd-37541-1629201486420-0:26) started - MDC[] 2021-08-17 11:58:20,033 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:20,033 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom25 started - MDC[] 2021-08-17 11:58:20,034 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-77:1,clientId=Scout JUnit MOM #25 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:20,237 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1c461b90] - MDC[] 2021-08-17 11:58:20,238 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@87affb5[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:20,238 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009411 ms - MDC[] 2021-08-17 11:58:20,239 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:20,239 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:20,240 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom25 stopped - MDC[] 2021-08-17 11:58:20,240 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom25, ID:centos-7-g3prd-37541-1629201486420-0:26) is shutting down - MDC[] 2021-08-17 11:58:20,240 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom25, ID:centos-7-g3prd-37541-1629201486420-0:26) uptime 0.209 seconds - MDC[] 2021-08-17 11:58:20,240 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom25, ID:centos-7-g3prd-37541-1629201486420-0:26) is shutdown - MDC[] 2021-08-17 11:58:20,241 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:20,241 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 210.363805 ms - MDC[] 2021-08-17 11:58:20,241 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:20,241 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:20,242 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:20,242 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #26 initialized: null - MDC[] 2021-08-17 11:58:20,243 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:20,243 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom26, ID:centos-7-g3prd-37541-1629201486420-0:27) is starting - MDC[] 2021-08-17 11:58:20,243 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom26, ID:centos-7-g3prd-37541-1629201486420-0:27) started - MDC[] 2021-08-17 11:58:20,244 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:20,244 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom26 started - MDC[] 2021-08-17 11:58:20,245 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-80:1,clientId=Scout JUnit MOM #26 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:20,449 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@33b3e47] - MDC[] 2021-08-17 11:58:20,449 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:20,450 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:20,451 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom26 stopped - MDC[] 2021-08-17 11:58:20,451 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom26, ID:centos-7-g3prd-37541-1629201486420-0:27) is shutting down - MDC[] 2021-08-17 11:58:20,451 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom26, ID:centos-7-g3prd-37541-1629201486420-0:27) uptime 0.208 seconds - MDC[] 2021-08-17 11:58:20,451 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom26, ID:centos-7-g3prd-37541-1629201486420-0:27) is shutdown - MDC[] 2021-08-17 11:58:20,452 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:20,452 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 210.105494 ms - MDC[] 2021-08-17 11:58:20,452 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:20,453 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:20,453 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:20,454 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #27 initialized: null - MDC[] 2021-08-17 11:58:20,455 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2021-08-17 11:58:20,456 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom27, ID:centos-7-g3prd-37541-1629201486420-0:28) is starting - MDC[jobName=JMS subscriber] 2021-08-17 11:58:20,456 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom27, ID:centos-7-g3prd-37541-1629201486420-0:28) started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:20,456 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] 2021-08-17 11:58:20,457 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom27 started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:20,459 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-83:1,clientId=Scout JUnit MOM #27 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS subscriber] 2021-08-17 11:58:20,463 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@19f3c1f7] - MDC[] 2021-08-17 11:58:20,463 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:20,464 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:20,464 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom27 stopped - MDC[] 2021-08-17 11:58:20,464 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom27, ID:centos-7-g3prd-37541-1629201486420-0:28) is shutting down - MDC[] 2021-08-17 11:58:20,465 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom27, ID:centos-7-g3prd-37541-1629201486420-0:28) uptime 0.010 seconds - MDC[] 2021-08-17 11:58:20,465 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom27, ID:centos-7-g3prd-37541-1629201486420-0:28) is shutdown - MDC[] 2021-08-17 11:58:20,465 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:20,465 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 12.135592 ms - MDC[] 2021-08-17 11:58:20,465 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:20,466 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:20,466 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:20,467 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] 2021-08-17 11:58:20,468 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,468 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom28, ID:centos-7-g3prd-37541-1629201486420-0:29) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,468 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom28, ID:centos-7-g3prd-37541-1629201486420-0:29) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,469 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] 2021-08-17 11:58:20,469 INFO [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom28 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,470 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-86:1,clientId=Scout JUnit MOM #28 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,479 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@741c374a, org.eclipse.scout.rt.mom.jms.JmsSubscription@7f34301b] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:20,486 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@73f94f23, org.eclipse.scout.rt.mom.jms.JmsSubscription@5eea3343] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:20,493 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@6bc91638, org.eclipse.scout.rt.mom.jms.JmsSubscription@2488ff3a] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:20,502 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@150d3cd, org.eclipse.scout.rt.mom.jms.JmsSubscription@8bfab32] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:20,508 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@7cc6f2cb, org.eclipse.scout.rt.mom.jms.JmsSubscription@2307c978] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:20,515 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@2b31efad, org.eclipse.scout.rt.mom.jms.JmsSubscription@6cd6f723] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:20,522 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@542ed6a, org.eclipse.scout.rt.mom.jms.JmsSubscription@fcd0f73] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:20,529 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@1865d6aa, org.eclipse.scout.rt.mom.jms.JmsSubscription@78dd167d] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:20,529 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3041ae6a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:20,529 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010371 ms - MDC[] 2021-08-17 11:58:20,530 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:20,530 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:20,531 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom28 stopped - MDC[] 2021-08-17 11:58:20,531 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom28, ID:centos-7-g3prd-37541-1629201486420-0:29) is shutting down - MDC[] 2021-08-17 11:58:20,531 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom28, ID:centos-7-g3prd-37541-1629201486420-0:29) uptime 0.063 seconds - MDC[] 2021-08-17 11:58:20,531 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom28, ID:centos-7-g3prd-37541-1629201486420-0:29) is shutdown - MDC[] 2021-08-17 11:58:20,531 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:20,531 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 65.366326 ms - MDC[] 2021-08-17 11:58:20,532 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:20,533 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:20,533 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:20,534 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] 2021-08-17 11:58:20,535 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,536 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom29, ID:centos-7-g3prd-37541-1629201486420-0:30) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,536 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom29, ID:centos-7-g3prd-37541-1629201486420-0:30) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,536 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] 2021-08-17 11:58:20,537 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom29 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,539 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-89:1,clientId=Scout JUnit MOM #29 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,598 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4f90b4c9, org.eclipse.scout.rt.mom.jms.JmsSubscription@16fc3be9] - MDC[] 2021-08-17 11:58:20,599 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@52138aa7[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:20,599 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.015492 ms - MDC[] 2021-08-17 11:58:20,600 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:20,600 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:20,601 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom29 stopped - MDC[] 2021-08-17 11:58:20,601 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom29, ID:centos-7-g3prd-37541-1629201486420-0:30) is shutting down - MDC[] 2021-08-17 11:58:20,604 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom29, ID:centos-7-g3prd-37541-1629201486420-0:30) uptime 0.066 seconds - MDC[] 2021-08-17 11:58:20,604 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom29, ID:centos-7-g3prd-37541-1629201486420-0:30) is shutdown - MDC[] 2021-08-17 11:58:20,604 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:20,604 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 71.458161 ms - MDC[] 2021-08-17 11:58:20,605 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:20,605 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:20,605 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:20,606 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] 2021-08-17 11:58:20,608 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,608 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom30, ID:centos-7-g3prd-37541-1629201486420-0:31) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,608 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom30, ID:centos-7-g3prd-37541-1629201486420-0:31) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,609 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] 2021-08-17 11:58:20,609 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom30 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,610 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-92:1,clientId=Scout JUnit MOM #30 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,671 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6162d87c, org.eclipse.scout.rt.mom.jms.JmsSubscription@1cf5236d] - MDC[] 2021-08-17 11:58:20,672 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@703ea1c0[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:20,673 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.012410 ms - MDC[] 2021-08-17 11:58:20,673 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:20,673 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:20,674 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom30 stopped - MDC[] 2021-08-17 11:58:20,674 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom30, ID:centos-7-g3prd-37541-1629201486420-0:31) is shutting down - MDC[] 2021-08-17 11:58:20,674 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom30, ID:centos-7-g3prd-37541-1629201486420-0:31) uptime 0.066 seconds - MDC[] 2021-08-17 11:58:20,675 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom30, ID:centos-7-g3prd-37541-1629201486420-0:31) is shutdown - MDC[] 2021-08-17 11:58:20,675 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:20,675 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 69.525223 ms - MDC[] 2021-08-17 11:58:20,675 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:20,676 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:20,676 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:20,677 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] 2021-08-17 11:58:20,678 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,678 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom31, ID:centos-7-g3prd-37541-1629201486420-0:32) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,678 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom31, ID:centos-7-g3prd-37541-1629201486420-0:32) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,679 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] 2021-08-17 11:58:20,679 INFO [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom31 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,680 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-95:1,clientId=Scout JUnit MOM #31 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,740 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7d5238b4, org.eclipse.scout.rt.mom.jms.JmsSubscription@55a430b2] - MDC[] 2021-08-17 11:58:20,740 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3b1f6da0[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:20,741 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.012300 ms - MDC[] 2021-08-17 11:58:20,741 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:20,742 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:20,742 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom31 stopped - MDC[] 2021-08-17 11:58:20,743 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom31, ID:centos-7-g3prd-37541-1629201486420-0:32) is shutting down - MDC[] 2021-08-17 11:58:20,743 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom31, ID:centos-7-g3prd-37541-1629201486420-0:32) uptime 0.065 seconds - MDC[] 2021-08-17 11:58:20,743 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom31, ID:centos-7-g3prd-37541-1629201486420-0:32) is shutdown - MDC[] 2021-08-17 11:58:20,743 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:20,743 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 67.679138 ms - MDC[] 2021-08-17 11:58:20,743 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:20,744 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:20,744 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:20,745 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] 2021-08-17 11:58:20,746 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,746 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom32, ID:centos-7-g3prd-37541-1629201486420-0:33) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,746 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom32, ID:centos-7-g3prd-37541-1629201486420-0:33) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,746 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] 2021-08-17 11:58:20,747 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom32 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,748 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-98:1,clientId=Scout JUnit MOM #32 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,808 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3919e2d7, org.eclipse.scout.rt.mom.jms.JmsSubscription@61cf810c] - MDC[] 2021-08-17 11:58:20,809 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@65e42df0[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:20,809 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.026143 ms - MDC[] 2021-08-17 11:58:20,810 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:20,810 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:20,810 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom32 stopped - MDC[] 2021-08-17 11:58:20,810 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom32, ID:centos-7-g3prd-37541-1629201486420-0:33) is shutting down - MDC[] 2021-08-17 11:58:20,811 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom32, ID:centos-7-g3prd-37541-1629201486420-0:33) uptime 0.065 seconds - MDC[] 2021-08-17 11:58:20,811 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom32, ID:centos-7-g3prd-37541-1629201486420-0:33) is shutdown - MDC[] 2021-08-17 11:58:20,811 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:20,811 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 67.119823 ms - MDC[] 2021-08-17 11:58:20,811 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:20,812 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:20,812 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:20,813 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] 2021-08-17 11:58:20,814 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,814 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom33, ID:centos-7-g3prd-37541-1629201486420-0:34) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,814 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom33, ID:centos-7-g3prd-37541-1629201486420-0:34) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,814 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] 2021-08-17 11:58:20,815 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom33 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,816 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-101:1,clientId=Scout JUnit MOM #33 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,876 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1a5df070, org.eclipse.scout.rt.mom.jms.JmsSubscription@1070308e] - MDC[] 2021-08-17 11:58:20,876 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 3 subscriber jobs: [JobFutureTask@72ab42ed[job=JMS subscriber, state=DONE], JobFutureTask@1f001c0a[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@66a8d8a2[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:20,877 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.016447 ms - MDC[] 2021-08-17 11:58:20,878 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:20,878 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:20,878 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom33 stopped - MDC[] 2021-08-17 11:58:20,878 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom33, ID:centos-7-g3prd-37541-1629201486420-0:34) is shutting down - MDC[] 2021-08-17 11:58:20,879 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom33, ID:centos-7-g3prd-37541-1629201486420-0:34) uptime 0.065 seconds - MDC[] 2021-08-17 11:58:20,879 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom33, ID:centos-7-g3prd-37541-1629201486420-0:34) is shutdown - MDC[] 2021-08-17 11:58:20,879 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:20,879 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 67.423840 ms - MDC[] 2021-08-17 11:58:20,879 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:20,880 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:20,880 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:20,881 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] 2021-08-17 11:58:20,882 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,882 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom34, ID:centos-7-g3prd-37541-1629201486420-0:35) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,883 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom34, ID:centos-7-g3prd-37541-1629201486420-0:35) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,883 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] 2021-08-17 11:58:20,883 INFO [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom34 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,884 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-104:1,clientId=Scout JUnit MOM #34 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,943 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@24c8b86, org.eclipse.scout.rt.mom.jms.JmsSubscription@c21c296] - MDC[] 2021-08-17 11:58:20,944 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@546491f0[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@3d64042b[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:20,945 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009529 ms - MDC[] 2021-08-17 11:58:20,945 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:20,945 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:20,946 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom34 stopped - MDC[] 2021-08-17 11:58:20,946 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom34, ID:centos-7-g3prd-37541-1629201486420-0:35) is shutting down - MDC[] 2021-08-17 11:58:20,946 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom34, ID:centos-7-g3prd-37541-1629201486420-0:35) uptime 0.064 seconds - MDC[] 2021-08-17 11:58:20,947 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom34, ID:centos-7-g3prd-37541-1629201486420-0:35) is shutdown - MDC[] 2021-08-17 11:58:20,947 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:20,947 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 66.619440 ms - MDC[] 2021-08-17 11:58:20,947 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:20,947 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:20,947 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:20,948 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] 2021-08-17 11:58:20,949 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,950 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom35, ID:centos-7-g3prd-37541-1629201486420-0:36) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,950 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom35, ID:centos-7-g3prd-37541-1629201486420-0:36) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,950 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] 2021-08-17 11:58:20,950 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom35 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:20,951 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-107:1,clientId=Scout JUnit MOM #35 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:21,009 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5513745d, org.eclipse.scout.rt.mom.jms.JmsSubscription@2dda28a3] - MDC[] 2021-08-17 11:58:21,010 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 3 subscriber jobs: [JobFutureTask@9ec243c[job=JMS subscriber, state=DONE], JobFutureTask@3bd433b6[job=JMS subscriber, state=DONE], JobFutureTask@5285bd5d[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:21,011 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009967 ms - MDC[] 2021-08-17 11:58:21,011 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:21,011 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:21,012 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom35 stopped - MDC[] 2021-08-17 11:58:21,012 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom35, ID:centos-7-g3prd-37541-1629201486420-0:36) is shutting down - MDC[] 2021-08-17 11:58:21,012 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom35, ID:centos-7-g3prd-37541-1629201486420-0:36) uptime 0.063 seconds - MDC[] 2021-08-17 11:58:21,012 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom35, ID:centos-7-g3prd-37541-1629201486420-0:36) is shutdown - MDC[] 2021-08-17 11:58:21,012 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:21,012 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 64.960466 ms - MDC[] 2021-08-17 11:58:21,013 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:21,013 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:21,013 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:21,014 INFO [scout-thread-24] 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] 2021-08-17 11:58:21,015 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:21,015 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom36, ID:centos-7-g3prd-37541-1629201486420-0:37) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:21,016 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom36, ID:centos-7-g3prd-37541-1629201486420-0:37) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:21,016 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] 2021-08-17 11:58:21,016 INFO [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom36 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:21,017 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-110:1,clientId=Scout JUnit MOM #36 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:21,076 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@56c72fff, org.eclipse.scout.rt.mom.jms.JmsSubscription@689afbb0] - MDC[] 2021-08-17 11:58:21,076 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4002ecdb[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:21,077 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013792 ms - MDC[] 2021-08-17 11:58:21,080 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:21,081 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:21,081 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom36 stopped - MDC[] 2021-08-17 11:58:21,082 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom36, ID:centos-7-g3prd-37541-1629201486420-0:37) is shutting down - MDC[] 2021-08-17 11:58:21,082 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom36, ID:centos-7-g3prd-37541-1629201486420-0:37) uptime 0.067 seconds - MDC[] 2021-08-17 11:58:21,082 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom36, ID:centos-7-g3prd-37541-1629201486420-0:37) is shutdown - MDC[] 2021-08-17 11:58:21,082 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:21,082 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 69.259323 ms - MDC[] 2021-08-17 11:58:21,083 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:21,083 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:21,083 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:21,084 INFO [scout-thread-23] 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] 2021-08-17 11:58:21,085 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:21,086 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom37, ID:centos-7-g3prd-37541-1629201486420-0:38) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:21,086 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom37, ID:centos-7-g3prd-37541-1629201486420-0:38) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:21,086 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] 2021-08-17 11:58:21,087 INFO [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom37 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:21,088 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-113:1,clientId=Scout JUnit MOM #37 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:21,148 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2338eeef, org.eclipse.scout.rt.mom.jms.JmsSubscription@41fc5625] - MDC[] 2021-08-17 11:58:21,149 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@67bb4557[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:21,150 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010611 ms - MDC[] 2021-08-17 11:58:21,150 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:21,150 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:21,151 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom37 stopped - MDC[] 2021-08-17 11:58:21,151 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom37, ID:centos-7-g3prd-37541-1629201486420-0:38) is shutting down - MDC[] 2021-08-17 11:58:21,151 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom37, ID:centos-7-g3prd-37541-1629201486420-0:38) uptime 0.066 seconds - MDC[] 2021-08-17 11:58:21,151 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom37, ID:centos-7-g3prd-37541-1629201486420-0:38) is shutdown - MDC[] 2021-08-17 11:58:21,151 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:21,151 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 68.274555 ms - MDC[] 2021-08-17 11:58:21,152 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:21,152 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:21,152 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:21,153 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] 2021-08-17 11:58:21,154 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:21,154 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom38, ID:centos-7-g3prd-37541-1629201486420-0:39) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:21,154 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom38, ID:centos-7-g3prd-37541-1629201486420-0:39) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:21,154 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] 2021-08-17 11:58:21,155 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom38 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:21,156 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-116:1,clientId=Scout JUnit MOM #38 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:21,214 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4e2bed0f, org.eclipse.scout.rt.mom.jms.JmsSubscription@507c33cc] - MDC[] 2021-08-17 11:58:21,215 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 3 subscriber jobs: [JobFutureTask@7af20092[job=JMS subscriber, state=DONE], JobFutureTask@18fdc237[job=JMS subscriber, state=DONE], JobFutureTask@36043b6a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:21,216 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010647 ms - MDC[] 2021-08-17 11:58:21,216 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:21,217 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:21,217 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom38 stopped - MDC[] 2021-08-17 11:58:21,217 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom38, ID:centos-7-g3prd-37541-1629201486420-0:39) is shutting down - MDC[] 2021-08-17 11:58:21,218 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom38, ID:centos-7-g3prd-37541-1629201486420-0:39) uptime 0.064 seconds - MDC[] 2021-08-17 11:58:21,218 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom38, ID:centos-7-g3prd-37541-1629201486420-0:39) is shutdown - MDC[] 2021-08-17 11:58:21,218 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:21,218 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 66.129541 ms - MDC[] 2021-08-17 11:58:21,218 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:21,219 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:21,219 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:21,220 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #39 initialized: null - MDC[] 2021-08-17 11:58:21,221 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:21,221 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom39, ID:centos-7-g3prd-37541-1629201486420-0:40) is starting - MDC[] 2021-08-17 11:58:21,221 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom39, ID:centos-7-g3prd-37541-1629201486420-0:40) started - MDC[] 2021-08-17 11:58:21,221 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:21,222 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom39 started - MDC[] 2021-08-17 11:58:21,223 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-119:1,clientId=Scout JUnit MOM #39 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:21,266 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@26e437dd, org.eclipse.scout.rt.mom.jms.JmsSubscription@763b279] - MDC[] 2021-08-17 11:58:21,266 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:21,266 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:21,267 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom39 stopped - MDC[] 2021-08-17 11:58:21,267 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom39, ID:centos-7-g3prd-37541-1629201486420-0:40) is shutting down - MDC[] 2021-08-17 11:58:21,268 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom39, ID:centos-7-g3prd-37541-1629201486420-0:40) uptime 0.048 seconds - MDC[] 2021-08-17 11:58:21,268 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom39, ID:centos-7-g3prd-37541-1629201486420-0:40) is shutdown - MDC[] 2021-08-17 11:58:21,268 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:21,268 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 48.499651 ms - MDC[] 2021-08-17 11:58:21,268 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:21,269 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:21,269 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:21,270 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #40 initialized: null - MDC[jobName=requester (Q)] 2021-08-17 11:58:21,271 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:21,272 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom40, ID:centos-7-g3prd-37541-1629201486420-0:41) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:21,272 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom40, ID:centos-7-g3prd-37541-1629201486420-0:41) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:21,272 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=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:21,273 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom40 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:21,274 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-122:1,clientId=Scout JUnit MOM #40 (centos-7-g3prd:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:21,577 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@661fe6c4] - MDC[] 2021-08-17 11:58:21,578 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@78ef449f[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:21,578 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013704 ms - MDC[] 2021-08-17 11:58:21,579 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:21,579 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:21,580 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom40 stopped - MDC[] 2021-08-17 11:58:21,580 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom40, ID:centos-7-g3prd-37541-1629201486420-0:41) is shutting down - MDC[] 2021-08-17 11:58:21,580 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom40, ID:centos-7-g3prd-37541-1629201486420-0:41) uptime 0.309 seconds - MDC[] 2021-08-17 11:58:21,580 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom40, ID:centos-7-g3prd-37541-1629201486420-0:41) is shutdown - MDC[] 2021-08-17 11:58:21,581 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:21,581 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 311.826500 ms - MDC[] 2021-08-17 11:58:21,581 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:21,581 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:21,581 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:21,583 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)] 2021-08-17 11:58:21,583 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:21,584 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom41, ID:centos-7-g3prd-37541-1629201486420-0:42) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:21,584 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom41, ID:centos-7-g3prd-37541-1629201486420-0:42) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:21,584 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] 2021-08-17 11:58:21,585 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom41 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:21,585 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-125:1,clientId=Scout JUnit MOM #41 (centos-7-g3prd:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:21,889 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4db65fac] - MDC[] 2021-08-17 11:58:21,889 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@17c5c819[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:21,890 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009294 ms - MDC[] 2021-08-17 11:58:21,890 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:21,890 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:21,891 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom41 stopped - MDC[] 2021-08-17 11:58:21,891 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom41, ID:centos-7-g3prd-37541-1629201486420-0:42) is shutting down - MDC[] 2021-08-17 11:58:21,891 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom41, ID:centos-7-g3prd-37541-1629201486420-0:42) uptime 0.308 seconds - MDC[] 2021-08-17 11:58:21,891 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom41, ID:centos-7-g3prd-37541-1629201486420-0:42) is shutdown - MDC[] 2021-08-17 11:58:21,891 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:21,891 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.024115 ms - MDC[] 2021-08-17 11:58:21,891 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:21,892 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:21,892 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:21,893 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)] 2021-08-17 11:58:21,894 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:21,894 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom42, ID:centos-7-g3prd-37541-1629201486420-0:43) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:21,895 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom42, ID:centos-7-g3prd-37541-1629201486420-0:43) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:21,895 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] 2021-08-17 11:58:21,895 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom42 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:21,896 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-128:1,clientId=Scout JUnit MOM #42 (centos-7-g3prd:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:22,199 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3be94b12] - MDC[] 2021-08-17 11:58:22,200 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3b870d8b[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:22,200 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.011951 ms - MDC[] 2021-08-17 11:58:22,200 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:22,200 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:22,201 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom42 stopped - MDC[] 2021-08-17 11:58:22,201 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom42, ID:centos-7-g3prd-37541-1629201486420-0:43) is shutting down - MDC[] 2021-08-17 11:58:22,202 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom42, ID:centos-7-g3prd-37541-1629201486420-0:43) uptime 0.307 seconds - MDC[] 2021-08-17 11:58:22,202 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom42, ID:centos-7-g3prd-37541-1629201486420-0:43) is shutdown - MDC[] 2021-08-17 11:58:22,202 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:22,202 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.877793 ms - MDC[] 2021-08-17 11:58:22,202 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:22,202 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:22,202 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:22,203 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #43 initialized: null - MDC[jobName=requester (Q)] 2021-08-17 11:58:22,205 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:22,205 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom43, ID:centos-7-g3prd-37541-1629201486420-0:44) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:22,205 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom43, ID:centos-7-g3prd-37541-1629201486420-0:44) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:22,206 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=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:22,206 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom43 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:22,207 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-131:1,clientId=Scout JUnit MOM #43 (centos-7-g3prd:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:22,510 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@56595dcb] - MDC[] 2021-08-17 11:58:22,510 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3ceac27e[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:22,511 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008761 ms - MDC[] 2021-08-17 11:58:22,511 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:22,511 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:22,511 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom43 stopped - MDC[] 2021-08-17 11:58:22,512 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom43, ID:centos-7-g3prd-37541-1629201486420-0:44) is shutting down - MDC[] 2021-08-17 11:58:22,512 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom43, ID:centos-7-g3prd-37541-1629201486420-0:44) uptime 0.307 seconds - MDC[] 2021-08-17 11:58:22,512 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom43, ID:centos-7-g3prd-37541-1629201486420-0:44) is shutdown - MDC[] 2021-08-17 11:58:22,512 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:22,512 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.946571 ms - MDC[] 2021-08-17 11:58:22,513 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:22,513 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:22,513 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:22,514 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)] 2021-08-17 11:58:22,515 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:22,516 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom44, ID:centos-7-g3prd-37541-1629201486420-0:45) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:22,516 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom44, ID:centos-7-g3prd-37541-1629201486420-0:45) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:22,516 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] 2021-08-17 11:58:22,516 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom44 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:22,517 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-134:1,clientId=Scout JUnit MOM #44 (centos-7-g3prd:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:22,821 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@154f5d37] - MDC[] 2021-08-17 11:58:22,821 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@544a4d2e[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@34a152f4[job=JMS subscriber, state=RUNNING]] - MDC[] 2021-08-17 11:58:22,821 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.026582 ms - MDC[] 2021-08-17 11:58:22,822 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:22,822 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:22,822 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom44 stopped - MDC[] 2021-08-17 11:58:22,822 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom44, ID:centos-7-g3prd-37541-1629201486420-0:45) is shutting down - MDC[] 2021-08-17 11:58:22,823 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom44, ID:centos-7-g3prd-37541-1629201486420-0:45) uptime 0.308 seconds - MDC[] 2021-08-17 11:58:22,823 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom44, ID:centos-7-g3prd-37541-1629201486420-0:45) is shutdown - MDC[] 2021-08-17 11:58:22,823 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:22,823 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.054923 ms - MDC[] 2021-08-17 11:58:22,823 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:22,824 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:22,824 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:22,825 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)] 2021-08-17 11:58:22,826 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:22,826 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom45, ID:centos-7-g3prd-37541-1629201486420-0:46) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:22,826 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom45, ID:centos-7-g3prd-37541-1629201486420-0:46) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:22,826 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] 2021-08-17 11:58:22,827 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom45 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:22,828 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-137:1,clientId=Scout JUnit MOM #45 (centos-7-g3prd:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:23,131 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@8cc7489] - MDC[] 2021-08-17 11:58:23,131 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4b44cb86[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:23,132 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.011159 ms - MDC[] 2021-08-17 11:58:23,132 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:23,132 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:23,133 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom45 stopped - MDC[] 2021-08-17 11:58:23,133 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom45, ID:centos-7-g3prd-37541-1629201486420-0:46) is shutting down - MDC[] 2021-08-17 11:58:23,133 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom45, ID:centos-7-g3prd-37541-1629201486420-0:46) uptime 0.307 seconds - MDC[] 2021-08-17 11:58:23,133 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom45, ID:centos-7-g3prd-37541-1629201486420-0:46) is shutdown - MDC[] 2021-08-17 11:58:23,134 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:23,134 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.985438 ms - MDC[] 2021-08-17 11:58:23,134 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:23,134 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:23,134 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:23,136 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #46 initialized: null - MDC[jobName=requester (Q)] 2021-08-17 11:58:23,137 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:23,137 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom46, ID:centos-7-g3prd-37541-1629201486420-0:47) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:23,137 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom46, ID:centos-7-g3prd-37541-1629201486420-0:47) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:23,137 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=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:23,138 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom46 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:23,147 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-140:1,clientId=Scout JUnit MOM #46 (centos-7-g3prd:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:23,442 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@33093469] - MDC[] 2021-08-17 11:58:23,442 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@170f31af[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:23,442 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009536 ms - MDC[] 2021-08-17 11:58:23,443 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:23,443 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:23,443 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom46 stopped - MDC[] 2021-08-17 11:58:23,443 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom46, ID:centos-7-g3prd-37541-1629201486420-0:47) is shutting down - MDC[] 2021-08-17 11:58:23,444 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom46, ID:centos-7-g3prd-37541-1629201486420-0:47) uptime 0.307 seconds - MDC[] 2021-08-17 11:58:23,444 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom46, ID:centos-7-g3prd-37541-1629201486420-0:47) is shutdown - MDC[] 2021-08-17 11:58:23,444 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:23,444 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.679753 ms - MDC[] 2021-08-17 11:58:23,444 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:23,445 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:23,445 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:23,446 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)] 2021-08-17 11:58:23,447 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:23,447 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom47, ID:centos-7-g3prd-37541-1629201486420-0:48) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:23,448 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom47, ID:centos-7-g3prd-37541-1629201486420-0:48) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:23,448 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] 2021-08-17 11:58:23,448 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom47 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:23,449 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-143:1,clientId=Scout JUnit MOM #47 (centos-7-g3prd:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:23,753 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3d118651] - MDC[] 2021-08-17 11:58:23,754 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@8142d54[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:23,754 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.012773 ms - MDC[] 2021-08-17 11:58:23,755 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:23,755 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:23,755 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom47 stopped - MDC[] 2021-08-17 11:58:23,755 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom47, ID:centos-7-g3prd-37541-1629201486420-0:48) is shutting down - MDC[] 2021-08-17 11:58:23,756 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom47, ID:centos-7-g3prd-37541-1629201486420-0:48) uptime 0.309 seconds - MDC[] 2021-08-17 11:58:23,756 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom47, ID:centos-7-g3prd-37541-1629201486420-0:48) is shutdown - MDC[] 2021-08-17 11:58:23,756 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:23,756 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 311.491908 ms - MDC[] 2021-08-17 11:58:23,756 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:23,757 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:23,757 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:23,758 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)] 2021-08-17 11:58:23,759 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:23,759 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom48, ID:centos-7-g3prd-37541-1629201486420-0:49) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:23,759 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom48, ID:centos-7-g3prd-37541-1629201486420-0:49) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:23,760 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] 2021-08-17 11:58:23,760 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom48 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:23,761 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-146:1,clientId=Scout JUnit MOM #48 (centos-7-g3prd:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:24,065 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@52cb399d] - MDC[] 2021-08-17 11:58:24,065 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6bd3871f[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:24,066 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.025282 ms - MDC[] 2021-08-17 11:58:24,066 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:24,066 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:24,067 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom48 stopped - MDC[] 2021-08-17 11:58:24,067 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom48, ID:centos-7-g3prd-37541-1629201486420-0:49) is shutting down - MDC[] 2021-08-17 11:58:24,067 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom48, ID:centos-7-g3prd-37541-1629201486420-0:49) uptime 0.308 seconds - MDC[] 2021-08-17 11:58:24,068 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom48, ID:centos-7-g3prd-37541-1629201486420-0:49) is shutdown - MDC[] 2021-08-17 11:58:24,068 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:24,068 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 311.142789 ms - MDC[] 2021-08-17 11:58:24,068 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:24,069 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:24,069 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:24,070 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #49 initialized: null - MDC[jobName=requester (Q)] 2021-08-17 11:58:24,071 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:24,071 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom49, ID:centos-7-g3prd-37541-1629201486420-0:50) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:24,071 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom49, ID:centos-7-g3prd-37541-1629201486420-0:50) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:24,072 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=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:24,072 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom49 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:24,073 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-149:1,clientId=Scout JUnit MOM #49 (centos-7-g3prd:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:24,377 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1752ab9b] - MDC[] 2021-08-17 11:58:24,377 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3f4888c7[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:24,377 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.012092 ms - MDC[] 2021-08-17 11:58:24,378 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:24,378 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:24,378 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom49 stopped - MDC[] 2021-08-17 11:58:24,378 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom49, ID:centos-7-g3prd-37541-1629201486420-0:50) is shutting down - MDC[] 2021-08-17 11:58:24,379 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom49, ID:centos-7-g3prd-37541-1629201486420-0:50) uptime 0.307 seconds - MDC[] 2021-08-17 11:58:24,379 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom49, ID:centos-7-g3prd-37541-1629201486420-0:50) is shutdown - MDC[] 2021-08-17 11:58:24,379 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:24,379 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.914139 ms - MDC[] 2021-08-17 11:58:24,379 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:24,380 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:24,380 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:24,381 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #50 initialized: null - MDC[] 2021-08-17 11:58:24,382 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2021-08-17 11:58:24,382 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom50, ID:centos-7-g3prd-37541-1629201486420-0:51) is starting - MDC[jobName=JMS subscriber] 2021-08-17 11:58:24,382 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom50, ID:centos-7-g3prd-37541-1629201486420-0:51) started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:24,382 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] 2021-08-17 11:58:24,382 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom50 started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:24,383 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-152:1,clientId=Scout JUnit MOM #50 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,400 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 4 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4299b47d, org.eclipse.scout.rt.mom.jms.JmsSubscription@4f72e38c, org.eclipse.scout.rt.mom.jms.JmsSubscription@7d6c4c43, org.eclipse.scout.rt.mom.jms.JmsSubscription@5cb9ef8a] - MDC[] 2021-08-17 11:58:28,400 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@c35b83c[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:28,400 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007317 ms - MDC[] 2021-08-17 11:58:28,400 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:28,400 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:28,401 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom50 stopped - MDC[] 2021-08-17 11:58:28,401 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom50, ID:centos-7-g3prd-37541-1629201486420-0:51) is shutting down - MDC[] 2021-08-17 11:58:28,401 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom50, ID:centos-7-g3prd-37541-1629201486420-0:51) uptime 4.020 seconds - MDC[] 2021-08-17 11:58:28,401 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom50, ID:centos-7-g3prd-37541-1629201486420-0:51) is shutdown - MDC[] 2021-08-17 11:58:28,401 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:28,402 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 4021.544871 ms - MDC[] 2021-08-17 11:58:28,402 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:28,402 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:28,402 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:28,403 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.initRequestReply(JmsMomImplementor.java:207) - Scout JUnit MOM #51: 'request-reply' messaging is disabled - MDC[] 2021-08-17 11:58:28,403 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #51 initialized: null - MDC[] 2021-08-17 11:58:28,404 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:28,404 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1.404284 ms - MDC[] 2021-08-17 11:58:28,404 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:28,404 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:28,405 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:28,405 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #52 initialized: null - MDC[] 2021-08-17 11:58:28,406 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:28,407 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom52, ID:centos-7-g3prd-37541-1629201486420-0:52) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:28,407 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom52, ID:centos-7-g3prd-37541-1629201486420-0:52) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:28,407 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] 2021-08-17 11:58:28,408 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom52 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:28,409 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-155:1,clientId=Scout JUnit MOM #52 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:28,418 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6b8f0b64, org.eclipse.scout.rt.mom.jms.JmsSubscription@331d651b] - MDC[] 2021-08-17 11:58:28,418 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@679864e0[job=JMS subscriber, state=DONE], JobFutureTask@1ed43328[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:28,419 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.027729 ms - MDC[] 2021-08-17 11:58:28,419 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:28,419 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:28,419 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom52 stopped - MDC[] 2021-08-17 11:58:28,420 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom52, ID:centos-7-g3prd-37541-1629201486420-0:52) is shutting down - MDC[] 2021-08-17 11:58:28,420 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom52, ID:centos-7-g3prd-37541-1629201486420-0:52) uptime 0.014 seconds - MDC[] 2021-08-17 11:58:28,420 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom52, ID:centos-7-g3prd-37541-1629201486420-0:52) is shutdown - MDC[] 2021-08-17 11:58:28,420 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:28,420 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.681232 ms - MDC[] 2021-08-17 11:58:28,421 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:28,421 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:28,421 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:28,422 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #53 initialized: null - MDC[] 2021-08-17 11:58:28,422 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:28,422 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom53, ID:centos-7-g3prd-37541-1629201486420-0:53) is starting - MDC[] 2021-08-17 11:58:28,423 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom53, ID:centos-7-g3prd-37541-1629201486420-0:53) started - MDC[] 2021-08-17 11:58:28,423 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:28,423 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom53 started - MDC[] 2021-08-17 11:58:28,424 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-158:1,clientId=Scout JUnit MOM #53 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:28,427 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2703fabd, org.eclipse.scout.rt.mom.jms.JmsSubscription@34672fb] - MDC[] 2021-08-17 11:58:28,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@7474bc14, org.eclipse.scout.rt.mom.jms.JmsSubscription@77070012] - MDC[] 2021-08-17 11:58:28,433 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@41a56594, org.eclipse.scout.rt.mom.jms.JmsSubscription@4b1a7b39] - MDC[] 2021-08-17 11:58:28,436 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@351623d, org.eclipse.scout.rt.mom.jms.JmsSubscription@54610a47] - MDC[] 2021-08-17 11:58:28,438 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2919976e, org.eclipse.scout.rt.mom.jms.JmsSubscription@55cbbf15] - MDC[] 2021-08-17 11:58:28,441 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1c7094eb, org.eclipse.scout.rt.mom.jms.JmsSubscription@70fdecff] - MDC[] 2021-08-17 11:58:28,444 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5a96081a, org.eclipse.scout.rt.mom.jms.JmsSubscription@29f0e941] - MDC[] 2021-08-17 11:58:28,446 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3a6732bc, org.eclipse.scout.rt.mom.jms.JmsSubscription@35b799c0] - MDC[] 2021-08-17 11:58:28,447 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:28,447 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:28,447 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom53 stopped - MDC[] 2021-08-17 11:58:28,447 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom53, ID:centos-7-g3prd-37541-1629201486420-0:53) is shutting down - MDC[] 2021-08-17 11:58:28,448 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom53, ID:centos-7-g3prd-37541-1629201486420-0:53) uptime 0.026 seconds - MDC[] 2021-08-17 11:58:28,448 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom53, ID:centos-7-g3prd-37541-1629201486420-0:53) is shutdown - MDC[] 2021-08-17 11:58:28,448 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:28,448 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 26.779645 ms - MDC[] 2021-08-17 11:58:28,448 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:28,449 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:28,449 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:28,449 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #54 initialized: null - MDC[] 2021-08-17 11:58:28,450 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:28,450 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom54, ID:centos-7-g3prd-37541-1629201486420-0:54) is starting - MDC[] 2021-08-17 11:58:28,450 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom54, ID:centos-7-g3prd-37541-1629201486420-0:54) started - MDC[] 2021-08-17 11:58:28,450 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:28,451 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom54 started - MDC[] 2021-08-17 11:58:28,451 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-161:1,clientId=Scout JUnit MOM #54 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:28,455 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@13258770, org.eclipse.scout.rt.mom.jms.JmsSubscription@7d8fcde8] - MDC[] 2021-08-17 11:58:28,455 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7414167a[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:28,455 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008760 ms - MDC[] 2021-08-17 11:58:28,455 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:28,456 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:28,456 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom54 stopped - MDC[] 2021-08-17 11:58:28,456 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom54, ID:centos-7-g3prd-37541-1629201486420-0:54) is shutting down - MDC[] 2021-08-17 11:58:28,456 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom54, ID:centos-7-g3prd-37541-1629201486420-0:54) uptime 0.006 seconds - MDC[] 2021-08-17 11:58:28,457 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom54, ID:centos-7-g3prd-37541-1629201486420-0:54) is shutdown - MDC[] 2021-08-17 11:58:28,457 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:28,457 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.024141 ms - MDC[] 2021-08-17 11:58:28,457 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:28,458 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:28,458 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:28,459 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #55 initialized: null - MDC[] 2021-08-17 11:58:28,460 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,461 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom55, ID:centos-7-g3prd-37541-1629201486420-0:55) is starting - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,461 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom55, ID:centos-7-g3prd-37541-1629201486420-0:55) started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,461 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] 2021-08-17 11:58:28,462 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom55 started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,463 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-164:1,clientId=Scout JUnit MOM #55 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,466 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@15f4f652] - MDC[] 2021-08-17 11:58:28,466 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@73c337e9[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:28,467 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006615 ms - MDC[] 2021-08-17 11:58:28,467 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:28,467 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:28,467 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom55 stopped - MDC[] 2021-08-17 11:58:28,467 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom55, ID:centos-7-g3prd-37541-1629201486420-0:55) is shutting down - MDC[] 2021-08-17 11:58:28,468 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom55, ID:centos-7-g3prd-37541-1629201486420-0:55) uptime 0.008 seconds - MDC[] 2021-08-17 11:58:28,468 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom55, ID:centos-7-g3prd-37541-1629201486420-0:55) is shutdown - MDC[] 2021-08-17 11:58:28,468 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:28,468 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.331441 ms - MDC[] 2021-08-17 11:58:28,468 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:28,469 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:28,469 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:28,470 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #56 initialized: null - MDC[] 2021-08-17 11:58:28,471 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,471 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom56, ID:centos-7-g3prd-37541-1629201486420-0:56) is starting - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,471 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom56, ID:centos-7-g3prd-37541-1629201486420-0:56) started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,471 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] 2021-08-17 11:58:28,472 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom56 started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,505 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-167:1,clientId=Scout JUnit MOM #56 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,508 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3669d7ac] - MDC[] 2021-08-17 11:58:28,508 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:28,508 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:28,509 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom56 stopped - MDC[] 2021-08-17 11:58:28,509 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom56, ID:centos-7-g3prd-37541-1629201486420-0:56) is shutting down - MDC[] 2021-08-17 11:58:28,509 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom56, ID:centos-7-g3prd-37541-1629201486420-0:56) uptime 0.038 seconds - MDC[] 2021-08-17 11:58:28,509 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom56, ID:centos-7-g3prd-37541-1629201486420-0:56) is shutdown - MDC[] 2021-08-17 11:58:28,509 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:28,510 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 40.648363 ms - MDC[] 2021-08-17 11:58:28,510 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:28,510 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:28,510 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:28,511 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #57 initialized: null - MDC[] 2021-08-17 11:58:28,511 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:28,512 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom57, ID:centos-7-g3prd-37541-1629201486420-0:57) is starting - MDC[] 2021-08-17 11:58:28,512 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom57, ID:centos-7-g3prd-37541-1629201486420-0:57) started - MDC[] 2021-08-17 11:58:28,512 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:28,512 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom57 started - MDC[] 2021-08-17 11:58:28,513 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-170:1,clientId=Scout JUnit MOM #57 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:28,517 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@78835956, org.eclipse.scout.rt.mom.jms.JmsSubscription@38794a3] - MDC[] 2021-08-17 11:58:28,517 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3e7e4aea[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:28,517 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006792 ms - MDC[] 2021-08-17 11:58:28,517 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:28,517 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:28,518 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom57 stopped - MDC[] 2021-08-17 11:58:28,518 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom57, ID:centos-7-g3prd-37541-1629201486420-0:57) is shutting down - MDC[] 2021-08-17 11:58:28,518 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom57, ID:centos-7-g3prd-37541-1629201486420-0:57) uptime 0.007 seconds - MDC[] 2021-08-17 11:58:28,518 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom57, ID:centos-7-g3prd-37541-1629201486420-0:57) is shutdown - MDC[] 2021-08-17 11:58:28,518 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:28,519 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.244696 ms - MDC[] 2021-08-17 11:58:28,519 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:28,519 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:28,519 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:28,520 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #58 initialized: null - MDC[] 2021-08-17 11:58:28,520 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:28,521 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom58, ID:centos-7-g3prd-37541-1629201486420-0:58) is starting - MDC[] 2021-08-17 11:58:28,521 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom58, ID:centos-7-g3prd-37541-1629201486420-0:58) started - MDC[] 2021-08-17 11:58:28,521 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:28,521 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom58 started - MDC[] 2021-08-17 11:58:28,522 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-173:1,clientId=Scout JUnit MOM #58 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:28,525 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3dabf112, org.eclipse.scout.rt.mom.jms.JmsSubscription@6e3f38c1] - MDC[] 2021-08-17 11:58:28,528 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1569f8a6, org.eclipse.scout.rt.mom.jms.JmsSubscription@70bc684b] - MDC[] 2021-08-17 11:58:28,531 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@276af32d, org.eclipse.scout.rt.mom.jms.JmsSubscription@155ab4b] - MDC[] 2021-08-17 11:58:28,534 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@46030cfd, org.eclipse.scout.rt.mom.jms.JmsSubscription@41019971] - MDC[] 2021-08-17 11:58:28,536 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2db618e3, org.eclipse.scout.rt.mom.jms.JmsSubscription@3b8adbda] - MDC[] 2021-08-17 11:58:28,538 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4982b310, org.eclipse.scout.rt.mom.jms.JmsSubscription@21ec723c] - MDC[] 2021-08-17 11:58:28,541 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2407f1a8, org.eclipse.scout.rt.mom.jms.JmsSubscription@2fc94125] - MDC[] 2021-08-17 11:58:28,543 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7569efdd, org.eclipse.scout.rt.mom.jms.JmsSubscription@68076f57] - MDC[] 2021-08-17 11:58:28,544 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:28,544 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:28,544 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom58 stopped - MDC[] 2021-08-17 11:58:28,544 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom58, ID:centos-7-g3prd-37541-1629201486420-0:58) is shutting down - MDC[] 2021-08-17 11:58:28,544 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom58, ID:centos-7-g3prd-37541-1629201486420-0:58) uptime 0.024 seconds - MDC[] 2021-08-17 11:58:28,545 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom58, ID:centos-7-g3prd-37541-1629201486420-0:58) is shutdown - MDC[] 2021-08-17 11:58:28,545 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:28,545 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 25.464250 ms - MDC[] 2021-08-17 11:58:28,545 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:28,545 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:28,546 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:28,547 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #59 initialized: null - MDC[] 2021-08-17 11:58:28,547 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:28,548 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom59, ID:centos-7-g3prd-37541-1629201486420-0:59) is starting - MDC[] 2021-08-17 11:58:28,548 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom59, ID:centos-7-g3prd-37541-1629201486420-0:59) started - MDC[] 2021-08-17 11:58:28,548 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:28,548 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom59 started - MDC[] 2021-08-17 11:58:28,549 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-176:1,clientId=Scout JUnit MOM #59 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:28,552 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@26d68ea4] - MDC[] 2021-08-17 11:58:28,553 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:28,553 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:28,553 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom59 stopped - MDC[] 2021-08-17 11:58:28,553 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom59, ID:centos-7-g3prd-37541-1629201486420-0:59) is shutting down - MDC[] 2021-08-17 11:58:28,554 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom59, ID:centos-7-g3prd-37541-1629201486420-0:59) uptime 0.006 seconds - MDC[] 2021-08-17 11:58:28,554 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom59, ID:centos-7-g3prd-37541-1629201486420-0:59) is shutdown - MDC[] 2021-08-17 11:58:28,554 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:28,554 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.122685 ms - MDC[] 2021-08-17 11:58:28,554 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:28,555 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:28,555 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:28,556 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #60 initialized: null - MDC[] 2021-08-17 11:58:28,557 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,557 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom60, ID:centos-7-g3prd-37541-1629201486420-0:60) is starting - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,557 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom60, ID:centos-7-g3prd-37541-1629201486420-0:60) started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,557 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] 2021-08-17 11:58:28,558 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom60 started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,558 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-179:1,clientId=Scout JUnit MOM #60 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,612 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@ac51234, org.eclipse.scout.rt.mom.jms.JmsSubscription@1886e8b9] - MDC[] 2021-08-17 11:58:28,613 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@1ed28f57[job=JMS subscriber, state=DONE], JobFutureTask@20c642ef[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:28,613 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.012647 ms - MDC[] 2021-08-17 11:58:28,613 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:28,614 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:28,614 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom60 stopped - MDC[] 2021-08-17 11:58:28,614 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom60, ID:centos-7-g3prd-37541-1629201486420-0:60) is shutting down - MDC[] 2021-08-17 11:58:28,615 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom60, ID:centos-7-g3prd-37541-1629201486420-0:60) uptime 0.059 seconds - MDC[] 2021-08-17 11:58:28,615 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom60, ID:centos-7-g3prd-37541-1629201486420-0:60) is shutdown - MDC[] 2021-08-17 11:58:28,615 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:28,615 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 60.568805 ms - MDC[] 2021-08-17 11:58:28,615 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:28,616 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:28,616 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:28,617 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #61 initialized: null - MDC[] 2021-08-17 11:58:28,618 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,618 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom61, ID:centos-7-g3prd-37541-1629201486420-0:61) is starting - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,618 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom61, ID:centos-7-g3prd-37541-1629201486420-0:61) started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,618 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] 2021-08-17 11:58:28,619 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom61 started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,619 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-182:1,clientId=Scout JUnit MOM #61 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,673 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@18ca65ea, org.eclipse.scout.rt.mom.jms.JmsSubscription@140a2add] - MDC[] 2021-08-17 11:58:28,673 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:28,673 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:28,674 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom61 stopped - MDC[] 2021-08-17 11:58:28,674 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom61, ID:centos-7-g3prd-37541-1629201486420-0:61) is shutting down - MDC[] 2021-08-17 11:58:28,675 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom61, ID:centos-7-g3prd-37541-1629201486420-0:61) uptime 0.057 seconds - MDC[] 2021-08-17 11:58:28,675 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom61, ID:centos-7-g3prd-37541-1629201486420-0:61) is shutdown - MDC[] 2021-08-17 11:58:28,675 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:28,675 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.914984 ms - MDC[] 2021-08-17 11:58:28,675 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:28,676 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:28,676 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:28,676 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #62 initialized: null - MDC[] 2021-08-17 11:58:28,677 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,678 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom62, ID:centos-7-g3prd-37541-1629201486420-0:62) is starting - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,678 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom62, ID:centos-7-g3prd-37541-1629201486420-0:62) started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,678 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] 2021-08-17 11:58:28,678 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom62 started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,679 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-185:1,clientId=Scout JUnit MOM #62 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,732 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1de7c0ad, org.eclipse.scout.rt.mom.jms.JmsSubscription@37445c57] - MDC[] 2021-08-17 11:58:28,733 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@72bb0640[job=JMS subscriber, state=DONE], JobFutureTask@240e8240[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:28,733 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.016077 ms - MDC[] 2021-08-17 11:58:28,733 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:28,734 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:28,734 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom62 stopped - MDC[] 2021-08-17 11:58:28,734 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom62, ID:centos-7-g3prd-37541-1629201486420-0:62) is shutting down - MDC[] 2021-08-17 11:58:28,735 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom62, ID:centos-7-g3prd-37541-1629201486420-0:62) uptime 0.058 seconds - MDC[] 2021-08-17 11:58:28,735 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom62, ID:centos-7-g3prd-37541-1629201486420-0:62) is shutdown - MDC[] 2021-08-17 11:58:28,735 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:28,735 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 59.177004 ms - MDC[] 2021-08-17 11:58:28,735 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:28,736 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:28,736 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:28,736 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #63 initialized: null - MDC[] 2021-08-17 11:58:28,737 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,738 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom63, ID:centos-7-g3prd-37541-1629201486420-0:63) is starting - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,738 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom63, ID:centos-7-g3prd-37541-1629201486420-0:63) started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,738 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] 2021-08-17 11:58:28,738 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom63 started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,739 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-188:1,clientId=Scout JUnit MOM #63 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,792 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@d8a5846, org.eclipse.scout.rt.mom.jms.JmsSubscription@7ccf6785] - MDC[] 2021-08-17 11:58:28,793 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:28,793 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:28,794 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom63 stopped - MDC[] 2021-08-17 11:58:28,794 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom63, ID:centos-7-g3prd-37541-1629201486420-0:63) is shutting down - MDC[] 2021-08-17 11:58:28,794 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom63, ID:centos-7-g3prd-37541-1629201486420-0:63) uptime 0.057 seconds - MDC[] 2021-08-17 11:58:28,794 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom63, ID:centos-7-g3prd-37541-1629201486420-0:63) is shutdown - MDC[] 2021-08-17 11:58:28,794 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:28,795 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.847205 ms - MDC[] 2021-08-17 11:58:28,795 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:28,795 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:28,795 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:28,796 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #64 initialized: null - MDC[] 2021-08-17 11:58:28,797 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,797 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom64, ID:centos-7-g3prd-37541-1629201486420-0:64) is starting - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,797 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom64, ID:centos-7-g3prd-37541-1629201486420-0:64) started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,798 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] 2021-08-17 11:58:28,798 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom64 started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,799 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-191:1,clientId=Scout JUnit MOM #64 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,852 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6831286e, org.eclipse.scout.rt.mom.jms.JmsSubscription@1a4fa5df] - MDC[] 2021-08-17 11:58:28,853 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:28,853 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:28,854 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom64 stopped - MDC[] 2021-08-17 11:58:28,854 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom64, ID:centos-7-g3prd-37541-1629201486420-0:64) is shutting down - MDC[] 2021-08-17 11:58:28,854 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom64, ID:centos-7-g3prd-37541-1629201486420-0:64) uptime 0.057 seconds - MDC[] 2021-08-17 11:58:28,855 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom64, ID:centos-7-g3prd-37541-1629201486420-0:64) is shutdown - MDC[] 2021-08-17 11:58:28,855 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:28,855 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 59.606276 ms - MDC[] 2021-08-17 11:58:28,855 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:28,855 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:28,855 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:28,856 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #65 initialized: null - MDC[] 2021-08-17 11:58:28,857 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,857 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom65, ID:centos-7-g3prd-37541-1629201486420-0:65) is starting - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,857 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom65, ID:centos-7-g3prd-37541-1629201486420-0:65) started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,857 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] 2021-08-17 11:58:28,858 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom65 started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,858 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-194:1,clientId=Scout JUnit MOM #65 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,912 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@378d38cd, org.eclipse.scout.rt.mom.jms.JmsSubscription@7054b8a1] - MDC[] 2021-08-17 11:58:28,912 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@f06a39e[job=JMS subscriber, state=DONE], JobFutureTask@161a3085[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:28,912 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.021954 ms - MDC[] 2021-08-17 11:58:28,912 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:28,913 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:28,913 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom65 stopped - MDC[] 2021-08-17 11:58:28,913 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom65, ID:centos-7-g3prd-37541-1629201486420-0:65) is shutting down - MDC[] 2021-08-17 11:58:28,913 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom65, ID:centos-7-g3prd-37541-1629201486420-0:65) uptime 0.056 seconds - MDC[] 2021-08-17 11:58:28,914 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom65, ID:centos-7-g3prd-37541-1629201486420-0:65) is shutdown - MDC[] 2021-08-17 11:58:28,914 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:28,914 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.334894 ms - MDC[] 2021-08-17 11:58:28,914 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:28,914 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:28,914 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:28,915 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #66 initialized: null - MDC[] 2021-08-17 11:58:28,916 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,917 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom66, ID:centos-7-g3prd-37541-1629201486420-0:66) is starting - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,917 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom66, ID:centos-7-g3prd-37541-1629201486420-0:66) started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,917 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] 2021-08-17 11:58:28,917 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom66 started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,918 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-197:1,clientId=Scout JUnit MOM #66 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,971 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4515dfae, org.eclipse.scout.rt.mom.jms.JmsSubscription@fca54c5] - MDC[] 2021-08-17 11:58:28,972 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:28,972 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:28,972 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom66 stopped - MDC[] 2021-08-17 11:58:28,973 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom66, ID:centos-7-g3prd-37541-1629201486420-0:66) is shutting down - MDC[] 2021-08-17 11:58:28,973 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom66, ID:centos-7-g3prd-37541-1629201486420-0:66) uptime 0.057 seconds - MDC[] 2021-08-17 11:58:28,973 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom66, ID:centos-7-g3prd-37541-1629201486420-0:66) is shutdown - MDC[] 2021-08-17 11:58:28,973 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:28,974 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.931785 ms - MDC[] 2021-08-17 11:58:28,974 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:28,974 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:28,974 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:28,975 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #67 initialized: null - MDC[] 2021-08-17 11:58:28,976 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,976 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom67, ID:centos-7-g3prd-37541-1629201486420-0:67) is starting - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,976 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom67, ID:centos-7-g3prd-37541-1629201486420-0:67) started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,977 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] 2021-08-17 11:58:28,977 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom67 started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:28,978 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-200:1,clientId=Scout JUnit MOM #67 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS subscriber] 2021-08-17 11:58:29,031 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@bfd7235, org.eclipse.scout.rt.mom.jms.JmsSubscription@7b74883] - MDC[] 2021-08-17 11:58:29,032 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:29,032 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:29,032 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom67 stopped - MDC[] 2021-08-17 11:58:29,033 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom67, ID:centos-7-g3prd-37541-1629201486420-0:67) is shutting down - MDC[] 2021-08-17 11:58:29,033 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom67, ID:centos-7-g3prd-37541-1629201486420-0:67) uptime 0.057 seconds - MDC[] 2021-08-17 11:58:29,033 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom67, ID:centos-7-g3prd-37541-1629201486420-0:67) is shutdown - MDC[] 2021-08-17 11:58:29,033 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:29,033 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.812157 ms - MDC[] 2021-08-17 11:58:29,033 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:29,034 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:29,034 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:29,034 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #68 initialized: null - MDC[] 2021-08-17 11:58:29,035 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2021-08-17 11:58:29,036 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom68, ID:centos-7-g3prd-37541-1629201486420-0:68) is starting - MDC[jobName=JMS subscriber] 2021-08-17 11:58:29,036 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom68, ID:centos-7-g3prd-37541-1629201486420-0:68) started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:29,036 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] 2021-08-17 11:58:29,036 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom68 started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:29,037 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-203:1,clientId=Scout JUnit MOM #68 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS subscriber] 2021-08-17 11:58:29,091 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@569b57c4, org.eclipse.scout.rt.mom.jms.JmsSubscription@43ca45af] - MDC[] 2021-08-17 11:58:29,092 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:29,092 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:29,092 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom68 stopped - MDC[] 2021-08-17 11:58:29,093 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom68, ID:centos-7-g3prd-37541-1629201486420-0:68) is shutting down - MDC[] 2021-08-17 11:58:29,093 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom68, ID:centos-7-g3prd-37541-1629201486420-0:68) uptime 0.058 seconds - MDC[] 2021-08-17 11:58:29,093 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom68, ID:centos-7-g3prd-37541-1629201486420-0:68) is shutdown - MDC[] 2021-08-17 11:58:29,093 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:29,093 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 59.563318 ms - MDC[] 2021-08-17 11:58:29,093 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:29,094 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:29,094 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:29,094 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #69 initialized: null - MDC[] 2021-08-17 11:58:29,095 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2021-08-17 11:58:29,096 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom69, ID:centos-7-g3prd-37541-1629201486420-0:69) is starting - MDC[jobName=JMS subscriber] 2021-08-17 11:58:29,096 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom69, ID:centos-7-g3prd-37541-1629201486420-0:69) started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:29,096 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] 2021-08-17 11:58:29,096 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom69 started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:29,097 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-206:1,clientId=Scout JUnit MOM #69 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS subscriber] 2021-08-17 11:58:29,150 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2f087301, org.eclipse.scout.rt.mom.jms.JmsSubscription@7af22a6] - MDC[] 2021-08-17 11:58:29,151 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3593a38d[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:29,151 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.017212 ms - MDC[] 2021-08-17 11:58:29,152 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:29,152 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:29,152 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom69 stopped - MDC[] 2021-08-17 11:58:29,152 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom69, ID:centos-7-g3prd-37541-1629201486420-0:69) is shutting down - MDC[] 2021-08-17 11:58:29,153 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom69, ID:centos-7-g3prd-37541-1629201486420-0:69) uptime 0.058 seconds - MDC[] 2021-08-17 11:58:29,153 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom69, ID:centos-7-g3prd-37541-1629201486420-0:69) is shutdown - MDC[] 2021-08-17 11:58:29,153 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:29,153 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 59.297396 ms - MDC[] 2021-08-17 11:58:29,153 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:29,154 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:29,154 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:29,155 INFO [scout-thread-20] 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] 2021-08-17 11:58:29,156 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:29,156 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom70, ID:centos-7-g3prd-37541-1629201486420-0:70) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:29,156 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom70, ID:centos-7-g3prd-37541-1629201486420-0:70) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:29,157 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 reply cancel message listener] 2021-08-17 11:58:29,157 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom70 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:29,157 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-209:1,clientId=Scout JUnit MOM #70 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:34,162 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/testTopicRequestReplyTimeout] 2021-08-17 11:58:34,162 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6e41c74d] - MDC[] 2021-08-17 11:58:34,162 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@23f9e2e[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@76833d60[job=Receiving JMS message [dest=Destination@8be4aec9[name=test/mom/testTopicRequestReplyTimeout, type=TOPIC, resolveMethod=DEFINE, properties={}]], state=DONE]] - MDC[] 2021-08-17 11:58:34,162 ERROR [scout-thread-22] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:48) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@597effcc] - MDC[jobName=Receiving JMS message [dest=Destination@8be4aec9[name=test/mom/testTopicRequestReplyTimeout, type=TOPIC, resolveMethod=DEFINE, properties={}]], cid=e736d05e-6956-4929-bb6e-0925238418a5] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:77) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.mom.jms.ReplyMessageConsumerJob.handleMessageInRunContext(ReplyMessageConsumerJob.java:72) at org.eclipse.scout.rt.mom.jms.ReplyMessageConsumerJob$1.run(ReplyMessageConsumerJob.java:47) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:58:34,163 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.012013 ms - MDC[] 2021-08-17 11:58:34,163 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:34,163 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:34,164 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom70 stopped - MDC[] 2021-08-17 11:58:34,164 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom70, ID:centos-7-g3prd-37541-1629201486420-0:70) is shutting down - MDC[] 2021-08-17 11:58:34,165 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom70, ID:centos-7-g3prd-37541-1629201486420-0:70) uptime 5.009 seconds - MDC[] 2021-08-17 11:58:34,165 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom70, ID:centos-7-g3prd-37541-1629201486420-0:70) is shutdown - MDC[] 2021-08-17 11:58:34,165 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:34,165 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5011.263711 ms - MDC[] 2021-08-17 11:58:34,165 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:34,166 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:34,166 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:34,167 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #71 initialized: null - MDC[] 2021-08-17 11:58:34,167 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:34,168 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom71, ID:centos-7-g3prd-37541-1629201486420-0:71) is starting - MDC[] 2021-08-17 11:58:34,168 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom71, ID:centos-7-g3prd-37541-1629201486420-0:71) started - MDC[] 2021-08-17 11:58:34,168 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:34,168 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom71 started - MDC[] 2021-08-17 11:58:34,169 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-212:1,clientId=Scout JUnit MOM #71 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:34,173 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@29b23bc4, org.eclipse.scout.rt.mom.jms.JmsSubscription@6333ac03] - MDC[] 2021-08-17 11:58:34,173 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:34,173 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:34,174 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom71 stopped - MDC[] 2021-08-17 11:58:34,174 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom71, ID:centos-7-g3prd-37541-1629201486420-0:71) is shutting down - MDC[] 2021-08-17 11:58:34,174 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom71, ID:centos-7-g3prd-37541-1629201486420-0:71) uptime 0.007 seconds - MDC[] 2021-08-17 11:58:34,174 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom71, ID:centos-7-g3prd-37541-1629201486420-0:71) is shutdown - MDC[] 2021-08-17 11:58:34,174 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:34,175 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.314341 ms - MDC[] 2021-08-17 11:58:34,175 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:34,175 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:34,175 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:34,176 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:34,177 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1.166851 ms - MDC[] 2021-08-17 11:58:34,177 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:34,177 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:34,177 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:34,178 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #73 initialized: null - MDC[] 2021-08-17 11:58:34,178 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:34,179 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom73, ID:centos-7-g3prd-37541-1629201486420-0:72) is starting - MDC[] 2021-08-17 11:58:34,179 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom73, ID:centos-7-g3prd-37541-1629201486420-0:72) started - MDC[] 2021-08-17 11:58:34,179 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:34,179 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom73 started - MDC[] 2021-08-17 11:58:34,180 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-215:1,clientId=Scout JUnit MOM #73 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:34,188 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1b7bab7e] - MDC[] 2021-08-17 11:58:34,189 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 6 subscriber jobs: [JobFutureTask@2bda559d[job=Receiving JMS message [dest=Destination@509d9add[name=test/mom/testConcurrentMessageConsumption, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING], JobFutureTask@25a66cf1[job=Receiving JMS message [dest=Destination@509d9add[name=test/mom/testConcurrentMessageConsumption, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING], JobFutureTask@ad906d4[job=Receiving JMS message [dest=Destination@509d9add[name=test/mom/testConcurrentMessageConsumption, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING], JobFutureTask@1573e46e[job=Receiving JMS message [dest=Destination@509d9add[name=test/mom/testConcurrentMessageConsumption, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING], JobFutureTask@5c29ac54[job=Receiving JMS message [dest=Destination@509d9add[name=test/mom/testConcurrentMessageConsumption, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING], JobFutureTask@655f5d41[job=Receiving JMS message [dest=Destination@509d9add[name=test/mom/testConcurrentMessageConsumption, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING]] - MDC[] 2021-08-17 11:58:34,189 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013289 ms - MDC[] 2021-08-17 11:58:34,189 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:34,190 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:34,190 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom73 stopped - MDC[] 2021-08-17 11:58:34,190 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom73, ID:centos-7-g3prd-37541-1629201486420-0:72) is shutting down - MDC[] 2021-08-17 11:58:34,190 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom73, ID:centos-7-g3prd-37541-1629201486420-0:72) uptime 0.012 seconds - MDC[] 2021-08-17 11:58:34,190 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom73, ID:centos-7-g3prd-37541-1629201486420-0:72) is shutdown - MDC[] 2021-08-17 11:58:34,191 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:34,191 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.177046 ms - MDC[] 2021-08-17 11:58:34,191 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:34,191 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:34,192 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:34,193 INFO [scout-thread-15] 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] 2021-08-17 11:58:34,194 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:34,194 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom74, ID:centos-7-g3prd-37541-1629201486420-0:73) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:34,195 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom74, ID:centos-7-g3prd-37541-1629201486420-0:73) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:34,195 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] 2021-08-17 11:58:34,195 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom74 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:34,196 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-218:1,clientId=Scout JUnit MOM #74 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:34,201 INFO [ActiveMQ VMTransport: vm://mom74#145-1] org.apache.activemq.broker.region.TempQueue.dispose(TempQueue.java:87) - temp-queue://ID:centos-7-g3prd-37541-1629201486420-218:1:1 on dispose, purge of 1 pending messages: org.apache.activemq.broker.region.cursors.VMPendingMessageCursor@dff006f - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:34,202 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4631a6a9, org.eclipse.scout.rt.mom.jms.JmsSubscription@2afce1ae] - MDC[] 2021-08-17 11:58:34,203 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@543f7612[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:34,203 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013678 ms - MDC[] 2021-08-17 11:58:34,204 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:34,204 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:34,204 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom74 stopped - MDC[] 2021-08-17 11:58:34,204 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom74, ID:centos-7-g3prd-37541-1629201486420-0:73) is shutting down - MDC[] 2021-08-17 11:58:34,205 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom74, ID:centos-7-g3prd-37541-1629201486420-0:73) uptime 0.011 seconds - MDC[] 2021-08-17 11:58:34,205 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom74, ID:centos-7-g3prd-37541-1629201486420-0:73) is shutdown - MDC[] 2021-08-17 11:58:34,205 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:34,205 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.512892 ms - MDC[] 2021-08-17 11:58:34,205 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:34,206 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:34,206 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:34,207 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #75 initialized: null - MDC[] 2021-08-17 11:58:34,207 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:34,208 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom75, ID:centos-7-g3prd-37541-1629201486420-0:74) is starting - MDC[] 2021-08-17 11:58:34,208 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom75, ID:centos-7-g3prd-37541-1629201486420-0:74) started - MDC[] 2021-08-17 11:58:34,208 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:34,209 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom75 started - MDC[] 2021-08-17 11:58:34,209 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-221:1,clientId=Scout JUnit MOM #75 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:34,362 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7f6cf9b2] - MDC[] 2021-08-17 11:58:34,362 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@73e6d475[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:34,363 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008942 ms - MDC[] 2021-08-17 11:58:34,363 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:34,363 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:34,364 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom75 stopped - MDC[] 2021-08-17 11:58:34,364 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom75, ID:centos-7-g3prd-37541-1629201486420-0:74) is shutting down - MDC[] 2021-08-17 11:58:34,364 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom75, ID:centos-7-g3prd-37541-1629201486420-0:74) uptime 0.157 seconds - MDC[] 2021-08-17 11:58:34,365 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom75, ID:centos-7-g3prd-37541-1629201486420-0:74) is shutdown - MDC[] 2021-08-17 11:58:34,365 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:34,365 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.619165 ms - MDC[] 2021-08-17 11:58:34,365 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:34,365 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:34,365 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:34,366 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #76 initialized: null - MDC[] 2021-08-17 11:58:34,367 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:34,367 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom76, ID:centos-7-g3prd-37541-1629201486420-0:75) is starting - MDC[] 2021-08-17 11:58:34,367 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom76, ID:centos-7-g3prd-37541-1629201486420-0:75) started - MDC[] 2021-08-17 11:58:34,367 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:34,368 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom76 started - MDC[] 2021-08-17 11:58:34,368 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-224:1,clientId=Scout JUnit MOM #76 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:34,521 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@17fac5b2] - MDC[] 2021-08-17 11:58:34,522 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@17765082[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:34,522 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.011193 ms - MDC[] 2021-08-17 11:58:34,522 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:34,522 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:34,523 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom76 stopped - MDC[] 2021-08-17 11:58:34,523 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom76, ID:centos-7-g3prd-37541-1629201486420-0:75) is shutting down - MDC[] 2021-08-17 11:58:34,524 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom76, ID:centos-7-g3prd-37541-1629201486420-0:75) uptime 0.157 seconds - MDC[] 2021-08-17 11:58:34,524 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom76, ID:centos-7-g3prd-37541-1629201486420-0:75) is shutdown - MDC[] 2021-08-17 11:58:34,524 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:34,524 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.446113 ms - MDC[] 2021-08-17 11:58:34,524 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:34,524 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:34,525 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:34,525 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #77 initialized: null - MDC[] 2021-08-17 11:58:34,525 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:34,526 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom77, ID:centos-7-g3prd-37541-1629201486420-0:76) is starting - MDC[] 2021-08-17 11:58:34,526 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom77, ID:centos-7-g3prd-37541-1629201486420-0:76) started - MDC[] 2021-08-17 11:58:34,526 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:34,526 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom77 started - MDC[] 2021-08-17 11:58:34,527 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-227:1,clientId=Scout JUnit MOM #77 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:34,680 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@d9e61f2] - MDC[] 2021-08-17 11:58:34,680 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@411acaed[job=JMS subscriber, state=RUNNING]] - MDC[] 2021-08-17 11:58:34,680 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010357 ms - MDC[] 2021-08-17 11:58:34,681 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:34,681 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:34,682 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom77 stopped - MDC[] 2021-08-17 11:58:34,682 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom77, ID:centos-7-g3prd-37541-1629201486420-0:76) is shutting down - MDC[] 2021-08-17 11:58:34,682 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom77, ID:centos-7-g3prd-37541-1629201486420-0:76) uptime 0.157 seconds - MDC[] 2021-08-17 11:58:34,682 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom77, ID:centos-7-g3prd-37541-1629201486420-0:76) is shutdown - MDC[] 2021-08-17 11:58:34,683 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:34,683 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.153012 ms - MDC[] 2021-08-17 11:58:34,683 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:34,683 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:34,683 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:34,684 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #78 initialized: null - MDC[] 2021-08-17 11:58:34,684 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:34,684 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom78, ID:centos-7-g3prd-37541-1629201486420-0:77) is starting - MDC[] 2021-08-17 11:58:34,685 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom78, ID:centos-7-g3prd-37541-1629201486420-0:77) started - MDC[] 2021-08-17 11:58:34,685 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:34,685 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom78 started - MDC[] 2021-08-17 11:58:34,686 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-230:1,clientId=Scout JUnit MOM #78 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:34,838 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@8922006] - MDC[] 2021-08-17 11:58:34,839 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@302b6367[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:34,839 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006377 ms - MDC[] 2021-08-17 11:58:34,839 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:34,839 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:34,840 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom78 stopped - MDC[] 2021-08-17 11:58:34,840 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom78, ID:centos-7-g3prd-37541-1629201486420-0:77) is shutting down - MDC[] 2021-08-17 11:58:34,840 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom78, ID:centos-7-g3prd-37541-1629201486420-0:77) uptime 0.156 seconds - MDC[] 2021-08-17 11:58:34,840 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom78, ID:centos-7-g3prd-37541-1629201486420-0:77) is shutdown - MDC[] 2021-08-17 11:58:34,840 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:34,841 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.326084 ms - MDC[] 2021-08-17 11:58:34,841 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:34,841 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:34,841 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:34,842 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #79 initialized: null - MDC[] 2021-08-17 11:58:34,842 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:34,842 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom79, ID:centos-7-g3prd-37541-1629201486420-0:78) is starting - MDC[] 2021-08-17 11:58:34,843 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom79, ID:centos-7-g3prd-37541-1629201486420-0:78) started - MDC[] 2021-08-17 11:58:34,843 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:34,843 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom79 started - MDC[] 2021-08-17 11:58:34,844 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-233:1,clientId=Scout JUnit MOM #79 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:34,996 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3d5a6c07] - MDC[] 2021-08-17 11:58:34,997 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@28d61fc[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:34,997 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013243 ms - MDC[] 2021-08-17 11:58:34,997 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:34,997 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:34,998 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom79 stopped - MDC[] 2021-08-17 11:58:34,998 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom79, ID:centos-7-g3prd-37541-1629201486420-0:78) is shutting down - MDC[] 2021-08-17 11:58:34,999 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom79, ID:centos-7-g3prd-37541-1629201486420-0:78) uptime 0.157 seconds - MDC[] 2021-08-17 11:58:34,999 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom79, ID:centos-7-g3prd-37541-1629201486420-0:78) is shutdown - MDC[] 2021-08-17 11:58:34,999 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:34,999 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.760730 ms - MDC[] 2021-08-17 11:58:34,999 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:35,000 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:35,000 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:35,000 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #80 initialized: null - MDC[] 2021-08-17 11:58:35,000 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:35,001 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom80, ID:centos-7-g3prd-37541-1629201486420-0:79) is starting - MDC[] 2021-08-17 11:58:35,001 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom80, ID:centos-7-g3prd-37541-1629201486420-0:79) started - MDC[] 2021-08-17 11:58:35,001 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:35,001 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom80 started - MDC[] 2021-08-17 11:58:35,002 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-236:1,clientId=Scout JUnit MOM #80 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:35,154 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@102e9731] - MDC[] 2021-08-17 11:58:35,155 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@b8812fb[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:35,155 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.027798 ms - MDC[] 2021-08-17 11:58:35,156 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:35,156 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:35,156 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom80 stopped - MDC[] 2021-08-17 11:58:35,156 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom80, ID:centos-7-g3prd-37541-1629201486420-0:79) is shutting down - MDC[] 2021-08-17 11:58:35,157 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom80, ID:centos-7-g3prd-37541-1629201486420-0:79) uptime 0.157 seconds - MDC[] 2021-08-17 11:58:35,157 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom80, ID:centos-7-g3prd-37541-1629201486420-0:79) is shutdown - MDC[] 2021-08-17 11:58:35,157 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:35,157 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.464667 ms - MDC[] 2021-08-17 11:58:35,157 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:35,158 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:35,158 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:35,159 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #81 initialized: null - MDC[] 2021-08-17 11:58:35,159 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:35,160 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom81, ID:centos-7-g3prd-37541-1629201486420-0:80) is starting - MDC[] 2021-08-17 11:58:35,160 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom81, ID:centos-7-g3prd-37541-1629201486420-0:80) started - MDC[] 2021-08-17 11:58:35,160 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:35,160 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom81 started - MDC[] 2021-08-17 11:58:35,161 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-239:1,clientId=Scout JUnit MOM #81 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:35,314 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@222e5e72] - MDC[] 2021-08-17 11:58:35,314 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6224872f[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:35,315 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.012876 ms - MDC[] 2021-08-17 11:58:35,315 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:35,315 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:35,316 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom81 stopped - MDC[] 2021-08-17 11:58:35,316 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom81, ID:centos-7-g3prd-37541-1629201486420-0:80) is shutting down - MDC[] 2021-08-17 11:58:35,316 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom81, ID:centos-7-g3prd-37541-1629201486420-0:80) uptime 0.157 seconds - MDC[] 2021-08-17 11:58:35,316 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom81, ID:centos-7-g3prd-37541-1629201486420-0:80) is shutdown - MDC[] 2021-08-17 11:58:35,317 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:35,317 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.658882 ms - MDC[] 2021-08-17 11:58:35,317 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:35,317 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:35,317 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:35,318 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #82 initialized: null - MDC[] 2021-08-17 11:58:35,318 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:35,318 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom82, ID:centos-7-g3prd-37541-1629201486420-0:81) is starting - MDC[] 2021-08-17 11:58:35,318 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom82, ID:centos-7-g3prd-37541-1629201486420-0:81) started - MDC[] 2021-08-17 11:58:35,319 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:35,319 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom82 started - MDC[] 2021-08-17 11:58:35,320 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-242:1,clientId=Scout JUnit MOM #82 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:35,473 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2e5affb3] - MDC[] 2021-08-17 11:58:35,473 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2c476b8f[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:35,473 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.027039 ms - MDC[] 2021-08-17 11:58:35,474 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:35,474 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:35,474 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom82 stopped - MDC[] 2021-08-17 11:58:35,475 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom82, ID:centos-7-g3prd-37541-1629201486420-0:81) is shutting down - MDC[] 2021-08-17 11:58:35,475 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom82, ID:centos-7-g3prd-37541-1629201486420-0:81) uptime 0.157 seconds - MDC[] 2021-08-17 11:58:35,475 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom82, ID:centos-7-g3prd-37541-1629201486420-0:81) is shutdown - MDC[] 2021-08-17 11:58:35,475 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:35,476 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.295592 ms - MDC[] 2021-08-17 11:58:35,476 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:35,476 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:35,476 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:35,477 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #83 initialized: null - MDC[] 2021-08-17 11:58:35,477 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:35,477 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom83, ID:centos-7-g3prd-37541-1629201486420-0:82) is starting - MDC[] 2021-08-17 11:58:35,478 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom83, ID:centos-7-g3prd-37541-1629201486420-0:82) started - MDC[] 2021-08-17 11:58:35,478 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:35,478 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom83 started - MDC[] 2021-08-17 11:58:35,479 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-245:1,clientId=Scout JUnit MOM #83 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:35,631 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@68812b74] - MDC[] 2021-08-17 11:58:35,632 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@36d9efa6[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:35,632 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.044971 ms - MDC[] 2021-08-17 11:58:35,632 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:35,632 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:35,632 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom83 stopped - MDC[] 2021-08-17 11:58:35,633 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom83, ID:centos-7-g3prd-37541-1629201486420-0:82) is shutting down - MDC[] 2021-08-17 11:58:35,633 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom83, ID:centos-7-g3prd-37541-1629201486420-0:82) uptime 0.156 seconds - MDC[] 2021-08-17 11:58:35,633 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom83, ID:centos-7-g3prd-37541-1629201486420-0:82) is shutdown - MDC[] 2021-08-17 11:58:35,633 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:35,633 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.029010 ms - MDC[] 2021-08-17 11:58:35,633 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:35,634 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:35,634 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:35,634 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #84 initialized: null - MDC[] 2021-08-17 11:58:35,635 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:35,635 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom84, ID:centos-7-g3prd-37541-1629201486420-0:83) is starting - MDC[] 2021-08-17 11:58:35,635 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom84, ID:centos-7-g3prd-37541-1629201486420-0:83) started - MDC[] 2021-08-17 11:58:35,635 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:35,636 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom84 started - MDC[] 2021-08-17 11:58:35,636 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-248:1,clientId=Scout JUnit MOM #84 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:35,788 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@533053b4] - MDC[] 2021-08-17 11:58:35,789 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@763ff91[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:35,789 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010196 ms - MDC[] 2021-08-17 11:58:35,789 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:35,790 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:35,790 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom84 stopped - MDC[] 2021-08-17 11:58:35,790 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom84, ID:centos-7-g3prd-37541-1629201486420-0:83) is shutting down - MDC[] 2021-08-17 11:58:35,791 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom84, ID:centos-7-g3prd-37541-1629201486420-0:83) uptime 0.156 seconds - MDC[] 2021-08-17 11:58:35,791 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom84, ID:centos-7-g3prd-37541-1629201486420-0:83) is shutdown - MDC[] 2021-08-17 11:58:35,791 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:35,791 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.298363 ms - MDC[] 2021-08-17 11:58:35,791 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:35,792 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:35,792 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:35,792 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #85 initialized: null - MDC[] 2021-08-17 11:58:35,793 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:35,793 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom85, ID:centos-7-g3prd-37541-1629201486420-0:84) is starting - MDC[] 2021-08-17 11:58:35,793 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom85, ID:centos-7-g3prd-37541-1629201486420-0:84) started - MDC[] 2021-08-17 11:58:35,794 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:35,794 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom85 started - MDC[] 2021-08-17 11:58:35,795 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-251:1,clientId=Scout JUnit MOM #85 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:36,803 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@72722a6b, org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2c6ee031] - MDC[] 2021-08-17 11:58:36,803 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:36,803 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:36,803 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom85 stopped - MDC[] 2021-08-17 11:58:36,804 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom85, ID:centos-7-g3prd-37541-1629201486420-0:84) is shutting down - MDC[] 2021-08-17 11:58:36,804 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom85, ID:centos-7-g3prd-37541-1629201486420-0:84) uptime 1.011 seconds - MDC[] 2021-08-17 11:58:36,804 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom85, ID:centos-7-g3prd-37541-1629201486420-0:84) is shutdown - MDC[] 2021-08-17 11:58:36,804 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:36,804 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1012.176077 ms - MDC[] 2021-08-17 11:58:36,804 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:36,805 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:36,805 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:36,806 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] 2021-08-17 11:58:36,807 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:36,807 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom86, ID:centos-7-g3prd-37541-1629201486420-0:85) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:36,807 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom86, ID:centos-7-g3prd-37541-1629201486420-0:85) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:36,807 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] 2021-08-17 11:58:36,808 INFO [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom86 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:36,808 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-254:1,clientId=Scout JUnit MOM #86 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:36,813 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=a245c8d8-3594-4f26-95cb-0a29335cef7b] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_ObjectMarshaller_Exception(JmsMomImplementorTest.java:1269) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:58:36,831 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3473e1bb] - MDC[] 2021-08-17 11:58:36,831 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4cccaeaf[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:36,831 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.021944 ms - MDC[] 2021-08-17 11:58:36,832 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:36,832 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:36,832 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom86 stopped - MDC[] 2021-08-17 11:58:36,833 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom86, ID:centos-7-g3prd-37541-1629201486420-0:85) is shutting down - MDC[] 2021-08-17 11:58:36,833 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom86, ID:centos-7-g3prd-37541-1629201486420-0:85) uptime 0.026 seconds - MDC[] 2021-08-17 11:58:36,833 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom86, ID:centos-7-g3prd-37541-1629201486420-0:85) is shutdown - MDC[] 2021-08-17 11:58:36,833 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:36,833 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 28.517704 ms - MDC[] 2021-08-17 11:58:36,833 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:36,834 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:36,834 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:36,835 INFO [scout-thread-14] 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] 2021-08-17 11:58:36,836 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:36,837 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom87, ID:centos-7-g3prd-37541-1629201486420-0:86) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:36,837 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom87, ID:centos-7-g3prd-37541-1629201486420-0:86) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:36,837 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=JMS reply cancel message listener] 2021-08-17 11:58:36,837 INFO [scout-thread-16] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom87 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:36,838 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-257:1,clientId=Scout JUnit MOM #87 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:36,845 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@c083cec] - MDC[] 2021-08-17 11:58:36,845 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1b04986a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:36,845 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009164 ms - MDC[] 2021-08-17 11:58:36,846 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:36,846 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:36,846 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom87 stopped - MDC[] 2021-08-17 11:58:36,847 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom87, ID:centos-7-g3prd-37541-1629201486420-0:86) is shutting down - MDC[] 2021-08-17 11:58:36,847 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom87, ID:centos-7-g3prd-37541-1629201486420-0:86) uptime 0.011 seconds - MDC[] 2021-08-17 11:58:36,847 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom87, ID:centos-7-g3prd-37541-1629201486420-0:86) is shutdown - MDC[] 2021-08-17 11:58:36,847 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:36,847 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.302729 ms - MDC[] 2021-08-17 11:58:36,848 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:36,848 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:36,848 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:36,850 INFO [scout-thread-16] 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] 2021-08-17 11:58:36,851 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:36,851 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom88, ID:centos-7-g3prd-37541-1629201486420-0:87) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:36,851 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom88, ID:centos-7-g3prd-37541-1629201486420-0:87) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:36,851 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] 2021-08-17 11:58:36,852 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom88 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:36,853 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-260:1,clientId=Scout JUnit MOM #88 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:36,858 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] 2021-08-17 11:58:36,859 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4f7db06c] - MDC[] 2021-08-17 11:58:36,859 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3a3873eb[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:36,860 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.025596 ms - MDC[] 2021-08-17 11:58:36,860 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:36,860 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:36,861 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom88 stopped - MDC[] 2021-08-17 11:58:36,861 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom88, ID:centos-7-g3prd-37541-1629201486420-0:87) is shutting down - MDC[] 2021-08-17 11:58:36,861 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom88, ID:centos-7-g3prd-37541-1629201486420-0:87) uptime 0.011 seconds - MDC[] 2021-08-17 11:58:36,861 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom88, ID:centos-7-g3prd-37541-1629201486420-0:87) is shutdown - MDC[] 2021-08-17 11:58:36,862 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:36,862 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.055137 ms - MDC[] 2021-08-17 11:58:36,862 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:36,862 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:36,862 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:36,863 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #89 initialized: null - MDC[] 2021-08-17 11:58:36,864 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2021-08-17 11:58:36,865 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom89, ID:centos-7-g3prd-37541-1629201486420-0:88) is starting - MDC[jobName=JMS subscriber] 2021-08-17 11:58:36,865 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom89, ID:centos-7-g3prd-37541-1629201486420-0:88) started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:36,865 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] 2021-08-17 11:58:36,865 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom89 started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:36,866 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-263:1,clientId=Scout JUnit MOM #89 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS subscriber] 2021-08-17 11:58:36,869 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@69c70b62, org.eclipse.scout.rt.mom.jms.JmsSubscription@664c0019] - MDC[] 2021-08-17 11:58:36,869 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@3bd69a51[job=JMS subscriber, state=RUNNING], JobFutureTask@5dca1c50[job=JMS subscriber, state=RUNNING]] - MDC[] 2021-08-17 11:58:36,904 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.026414 ms - MDC[] 2021-08-17 11:58:36,904 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:36,905 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:36,905 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom89 stopped - MDC[] 2021-08-17 11:58:36,906 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom89, ID:centos-7-g3prd-37541-1629201486420-0:88) is shutting down - MDC[] 2021-08-17 11:58:36,906 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom89, ID:centos-7-g3prd-37541-1629201486420-0:88) uptime 0.042 seconds - MDC[] 2021-08-17 11:58:36,906 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom89, ID:centos-7-g3prd-37541-1629201486420-0:88) is shutdown - MDC[] 2021-08-17 11:58:36,906 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:36,906 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 43.735702 ms - MDC[] 2021-08-17 11:58:36,906 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:36,907 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:36,907 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:36,908 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #90 initialized: null - MDC[] 2021-08-17 11:58:36,909 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:36,909 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom90, ID:centos-7-g3prd-37541-1629201486420-0:89) is starting - MDC[] 2021-08-17 11:58:36,910 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom90, ID:centos-7-g3prd-37541-1629201486420-0:89) started - MDC[] 2021-08-17 11:58:36,910 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:36,910 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom90 started - MDC[] 2021-08-17 11:58:36,911 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-266:1,clientId=Scout JUnit MOM #90 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:38,916 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2f29400e, org.eclipse.scout.rt.mom.jms.JmsSubscription@66161fee] - MDC[] 2021-08-17 11:58:38,916 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@56d3e4a9[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:38,916 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008252 ms - MDC[] 2021-08-17 11:58:38,916 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:38,917 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:38,917 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom90 stopped - MDC[] 2021-08-17 11:58:38,917 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom90, ID:centos-7-g3prd-37541-1629201486420-0:89) is shutting down - MDC[] 2021-08-17 11:58:38,918 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom90, ID:centos-7-g3prd-37541-1629201486420-0:89) uptime 2.008 seconds - MDC[] 2021-08-17 11:58:38,918 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom90, ID:centos-7-g3prd-37541-1629201486420-0:89) is shutdown - MDC[] 2021-08-17 11:58:38,918 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:38,918 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2010.543738 ms - MDC[] 2021-08-17 11:58:38,918 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:38,918 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:38,919 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:38,919 INFO [scout-thread-17] 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] 2021-08-17 11:58:38,920 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:38,920 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom91, ID:centos-7-g3prd-37541-1629201486420-0:90) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:38,921 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom91, ID:centos-7-g3prd-37541-1629201486420-0:90) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:38,921 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] 2021-08-17 11:58:38,921 INFO [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom91 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:38,922 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-269:1,clientId=Scout JUnit MOM #91 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:43,924 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:434) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyTimeout] 2021-08-17 11:58:43,926 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@206d4413] - MDC[] 2021-08-17 11:58:43,926 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@5b09001e[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@614bc7e7[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:43,927 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009283 ms - MDC[] 2021-08-17 11:58:43,927 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:43,927 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:43,928 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom91 stopped - MDC[] 2021-08-17 11:58:43,928 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom91, ID:centos-7-g3prd-37541-1629201486420-0:90) is shutting down - MDC[] 2021-08-17 11:58:43,928 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom91, ID:centos-7-g3prd-37541-1629201486420-0:90) uptime 5.008 seconds - MDC[] 2021-08-17 11:58:43,929 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom91, ID:centos-7-g3prd-37541-1629201486420-0:90) is shutdown - MDC[] 2021-08-17 11:58:43,929 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:43,929 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5009.998049 ms - MDC[] 2021-08-17 11:58:43,929 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:43,929 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:43,929 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:43,930 INFO [scout-thread-14] 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] 2021-08-17 11:58:43,932 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:43,932 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom92, ID:centos-7-g3prd-37541-1629201486420-0:91) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:43,932 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom92, ID:centos-7-g3prd-37541-1629201486420-0:91) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:43,932 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=JMS reply cancel message listener] 2021-08-17 11:58:43,933 INFO [scout-thread-16] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom92 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:43,933 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-272:1,clientId=Scout JUnit MOM #92 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:43,937 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=cdfed323-a988-4f62-a7a2-4e77ca9aefea] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_JsonMarshaller_Exception1(JmsMomImplementorTest.java:1298) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:58:43,943 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5c1348c6] - MDC[] 2021-08-17 11:58:43,943 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@788d6b52[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:43,944 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009721 ms - MDC[] 2021-08-17 11:58:43,944 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:43,944 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:43,945 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom92 stopped - MDC[] 2021-08-17 11:58:43,945 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom92, ID:centos-7-g3prd-37541-1629201486420-0:91) is shutting down - MDC[] 2021-08-17 11:58:43,945 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom92, ID:centos-7-g3prd-37541-1629201486420-0:91) uptime 0.014 seconds - MDC[] 2021-08-17 11:58:43,945 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom92, ID:centos-7-g3prd-37541-1629201486420-0:91) is shutdown - MDC[] 2021-08-17 11:58:43,946 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:43,946 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.285502 ms - MDC[] 2021-08-17 11:58:43,946 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:43,947 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:43,947 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:43,948 INFO [scout-thread-16] 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] 2021-08-17 11:58:43,949 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:43,949 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom93, ID:centos-7-g3prd-37541-1629201486420-0:92) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:43,950 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom93, ID:centos-7-g3prd-37541-1629201486420-0:92) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:43,950 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] 2021-08-17 11:58:43,950 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom93 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:43,951 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-275:1,clientId=Scout JUnit MOM #93 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:43,955 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=e1a7aa7d-a32d-4113-b644-27ca7e61193c] 2021-08-17 11:58:43,959 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6e04275e] - MDC[] 2021-08-17 11:58:43,959 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@cdaf881[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:43,960 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010886 ms - MDC[] 2021-08-17 11:58:43,960 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:43,960 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:43,961 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom93 stopped - MDC[] 2021-08-17 11:58:43,961 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom93, ID:centos-7-g3prd-37541-1629201486420-0:92) is shutting down - MDC[] 2021-08-17 11:58:43,961 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom93, ID:centos-7-g3prd-37541-1629201486420-0:92) uptime 0.012 seconds - MDC[] 2021-08-17 11:58:43,961 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom93, ID:centos-7-g3prd-37541-1629201486420-0:92) is shutdown - MDC[] 2021-08-17 11:58:43,961 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:43,961 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 14.607944 ms - MDC[] 2021-08-17 11:58:43,961 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:43,962 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:43,962 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:43,963 INFO [scout-thread-17] 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] 2021-08-17 11:58:43,964 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:43,965 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom94, ID:centos-7-g3prd-37541-1629201486420-0:93) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:43,965 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom94, ID:centos-7-g3prd-37541-1629201486420-0:93) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:43,965 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] 2021-08-17 11:58:43,965 INFO [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom94 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:43,966 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-278:1,clientId=Scout JUnit MOM #94 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:43,973 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5ab780ce, org.eclipse.scout.rt.mom.jms.JmsSubscription@17d90f81] - MDC[] 2021-08-17 11:58:43,974 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5e089a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:43,974 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008358 ms - MDC[] 2021-08-17 11:58:43,974 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:43,974 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:43,975 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom94 stopped - MDC[] 2021-08-17 11:58:43,975 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom94, ID:centos-7-g3prd-37541-1629201486420-0:93) is shutting down - MDC[] 2021-08-17 11:58:43,975 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom94, ID:centos-7-g3prd-37541-1629201486420-0:93) uptime 0.011 seconds - MDC[] 2021-08-17 11:58:43,975 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom94, ID:centos-7-g3prd-37541-1629201486420-0:93) is shutdown - MDC[] 2021-08-17 11:58:43,975 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:43,975 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.202557 ms - MDC[] 2021-08-17 11:58:43,976 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:43,976 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:43,976 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:43,977 INFO [scout-thread-14] 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] 2021-08-17 11:58:43,978 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:43,979 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom95, ID:centos-7-g3prd-37541-1629201486420-0:94) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:43,979 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom95, ID:centos-7-g3prd-37541-1629201486420-0:94) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:43,979 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=JMS reply cancel message listener] 2021-08-17 11:58:43,980 INFO [scout-thread-16] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom95 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:43,981 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-281:1,clientId=Scout JUnit MOM #95 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:43,987 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@136cd71b] - MDC[] 2021-08-17 11:58:43,987 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@149edada[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:43,987 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007936 ms - MDC[] 2021-08-17 11:58:44,004 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:44,004 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:44,005 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom95 stopped - MDC[] 2021-08-17 11:58:44,005 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom95, ID:centos-7-g3prd-37541-1629201486420-0:94) is shutting down - MDC[] 2021-08-17 11:58:44,005 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom95, ID:centos-7-g3prd-37541-1629201486420-0:94) uptime 0.027 seconds - MDC[] 2021-08-17 11:58:44,005 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom95, ID:centos-7-g3prd-37541-1629201486420-0:94) is shutdown - MDC[] 2021-08-17 11:58:44,005 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:44,006 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 29.405205 ms - MDC[] 2021-08-17 11:58:44,006 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:44,006 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:44,007 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:44,007 INFO [scout-thread-16] 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] 2021-08-17 11:58:44,008 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,009 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom96, ID:centos-7-g3prd-37541-1629201486420-0:95) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,009 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom96, ID:centos-7-g3prd-37541-1629201486420-0:95) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,009 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] 2021-08-17 11:58:44,010 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom96 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,010 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-284:1,clientId=Scout JUnit MOM #96 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,015 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/testTopicRequestReplyCancellation] 2021-08-17 11:58:44,016 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5626cb89] - MDC[] 2021-08-17 11:58:44,016 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@762d6bea[job=JMS subscriber, state=DONE], JobFutureTask@7a6b2f10[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:44,017 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010667 ms - MDC[] 2021-08-17 11:58:44,017 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:44,017 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:44,018 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom96 stopped - MDC[] 2021-08-17 11:58:44,018 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom96, ID:centos-7-g3prd-37541-1629201486420-0:95) is shutting down - MDC[] 2021-08-17 11:58:44,019 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom96, ID:centos-7-g3prd-37541-1629201486420-0:95) uptime 0.011 seconds - MDC[] 2021-08-17 11:58:44,019 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom96, ID:centos-7-g3prd-37541-1629201486420-0:95) is shutdown - MDC[] 2021-08-17 11:58:44,019 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:44,019 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 12.251581 ms - MDC[] 2021-08-17 11:58:44,019 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:44,020 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:44,020 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:44,021 INFO [scout-thread-17] 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] 2021-08-17 11:58:44,022 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,022 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom97, ID:centos-7-g3prd-37541-1629201486420-0:96) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,022 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom97, ID:centos-7-g3prd-37541-1629201486420-0:96) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,022 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] 2021-08-17 11:58:44,023 INFO [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom97 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,023 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-287:1,clientId=Scout JUnit MOM #97 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,029 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1f096a63, org.eclipse.scout.rt.mom.jms.JmsSubscription@661ca11f] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:44,035 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@422ac044, org.eclipse.scout.rt.mom.jms.JmsSubscription@304c450] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:44,040 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@56b350dd, org.eclipse.scout.rt.mom.jms.JmsSubscription@487f9a2d] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:44,045 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5d655713, org.eclipse.scout.rt.mom.jms.JmsSubscription@33ac5845] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:44,050 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6c9e8c4e, org.eclipse.scout.rt.mom.jms.JmsSubscription@5846ef04] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:44,056 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@28fa7a13, org.eclipse.scout.rt.mom.jms.JmsSubscription@74f0b002] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:44,061 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@64d890d0, org.eclipse.scout.rt.mom.jms.JmsSubscription@20cd60e9] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:44,106 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2a639e1c, org.eclipse.scout.rt.mom.jms.JmsSubscription@5ef50a7c] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:44,106 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@53908f91[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:44,107 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.022238 ms - MDC[] 2021-08-17 11:58:44,107 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:44,107 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:44,108 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom97 stopped - MDC[] 2021-08-17 11:58:44,108 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom97, ID:centos-7-g3prd-37541-1629201486420-0:96) is shutting down - MDC[] 2021-08-17 11:58:44,108 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom97, ID:centos-7-g3prd-37541-1629201486420-0:96) uptime 0.086 seconds - MDC[] 2021-08-17 11:58:44,108 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom97, ID:centos-7-g3prd-37541-1629201486420-0:96) is shutdown - MDC[] 2021-08-17 11:58:44,109 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:44,109 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 88.608456 ms - MDC[] 2021-08-17 11:58:44,109 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:44,109 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:44,110 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:44,110 INFO [scout-thread-14] 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] 2021-08-17 11:58:44,111 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,111 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom98, ID:centos-7-g3prd-37541-1629201486420-0:97) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,112 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom98, ID:centos-7-g3prd-37541-1629201486420-0:97) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,112 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] 2021-08-17 11:58:44,112 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom98 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,113 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-290:1,clientId=Scout JUnit MOM #98 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,119 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@65e503a7, org.eclipse.scout.rt.mom.jms.JmsSubscription@5cbb2b1d] - MDC[] 2021-08-17 11:58:44,120 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@e6797d2[job=JMS subscriber, state=DONE], JobFutureTask@5dc51f02[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:44,120 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007904 ms - MDC[] 2021-08-17 11:58:44,120 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:44,121 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:44,121 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom98 stopped - MDC[] 2021-08-17 11:58:44,121 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom98, ID:centos-7-g3prd-37541-1629201486420-0:97) is shutting down - MDC[] 2021-08-17 11:58:44,122 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom98, ID:centos-7-g3prd-37541-1629201486420-0:97) uptime 0.011 seconds - MDC[] 2021-08-17 11:58:44,122 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom98, ID:centos-7-g3prd-37541-1629201486420-0:97) is shutdown - MDC[] 2021-08-17 11:58:44,122 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:44,122 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 12.448113 ms - MDC[] 2021-08-17 11:58:44,122 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:44,123 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:44,123 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:44,124 INFO [scout-thread-17] 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] 2021-08-17 11:58:44,125 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,125 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom99, ID:centos-7-g3prd-37541-1629201486420-0:98) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,125 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom99, ID:centos-7-g3prd-37541-1629201486420-0:98) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,125 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] 2021-08-17 11:58:44,126 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom99 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,126 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-293:1,clientId=Scout JUnit MOM #99 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,133 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@39c78cf9] - MDC[] 2021-08-17 11:58:44,133 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4ac67bea[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:44,134 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010540 ms - MDC[] 2021-08-17 11:58:44,134 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:44,134 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:44,135 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom99 stopped - MDC[] 2021-08-17 11:58:44,135 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom99, ID:centos-7-g3prd-37541-1629201486420-0:98) is shutting down - MDC[] 2021-08-17 11:58:44,135 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom99, ID:centos-7-g3prd-37541-1629201486420-0:98) uptime 0.010 seconds - MDC[] 2021-08-17 11:58:44,135 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom99, ID:centos-7-g3prd-37541-1629201486420-0:98) is shutdown - MDC[] 2021-08-17 11:58:44,135 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:44,135 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 12.372188 ms - MDC[] 2021-08-17 11:58:44,135 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:44,136 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:44,136 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:44,137 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #100 initialized: null - MDC[] 2021-08-17 11:58:44,137 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2021-08-17 11:58:44,138 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom100, ID:centos-7-g3prd-37541-1629201486420-0:99) is starting - MDC[jobName=JMS subscriber] 2021-08-17 11:58:44,138 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom100, ID:centos-7-g3prd-37541-1629201486420-0:99) started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:44,139 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] 2021-08-17 11:58:44,139 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom100 started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:44,140 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-296:1,clientId=Scout JUnit MOM #100 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS subscriber] 2021-08-17 11:58:44,142 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@646ba7be] - MDC[] 2021-08-17 11:58:44,142 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:44,142 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:44,143 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom100 stopped - MDC[] 2021-08-17 11:58:44,143 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom100, ID:centos-7-g3prd-37541-1629201486420-0:99) is shutting down - MDC[] 2021-08-17 11:58:44,143 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom100, ID:centos-7-g3prd-37541-1629201486420-0:99) uptime 0.006 seconds - MDC[] 2021-08-17 11:58:44,143 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom100, ID:centos-7-g3prd-37541-1629201486420-0:99) is shutdown - MDC[] 2021-08-17 11:58:44,144 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:44,144 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.417627 ms - MDC[] 2021-08-17 11:58:44,144 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:44,144 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:44,144 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:44,146 INFO [scout-thread-20] 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] 2021-08-17 11:58:44,147 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2021-08-17 11:58:44,147 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom101, ID:centos-7-g3prd-37541-1629201486420-0:100) is starting - MDC[jobName=JMS subscriber] 2021-08-17 11:58:44,148 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom101, ID:centos-7-g3prd-37541-1629201486420-0:100) started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:44,148 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 subscriber] 2021-08-17 11:58:44,148 INFO [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom101 started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:44,149 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-299:1,clientId=Scout JUnit MOM #101 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS subscriber] 2021-08-17 11:58:44,155 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] 2021-08-17 11:58:44,157 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1858f93e, org.eclipse.scout.rt.mom.jms.JmsSubscription@2e61695b] - MDC[] 2021-08-17 11:58:44,157 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 3 subscriber jobs: [JobFutureTask@75f5b374[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@3806838d[job=JMS subscriber, state=DONE], JobFutureTask@32cf7214[job=JMS subscriber, state=RUNNING]] - MDC[] 2021-08-17 11:58:44,157 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007000 ms - MDC[] 2021-08-17 11:58:44,158 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:44,158 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:44,159 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom101 stopped - MDC[] 2021-08-17 11:58:44,159 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom101, ID:centos-7-g3prd-37541-1629201486420-0:100) is shutting down - MDC[] 2021-08-17 11:58:44,159 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom101, ID:centos-7-g3prd-37541-1629201486420-0:100) uptime 0.012 seconds - MDC[] 2021-08-17 11:58:44,159 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom101, ID:centos-7-g3prd-37541-1629201486420-0:100) is shutdown - MDC[] 2021-08-17 11:58:44,160 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:44,160 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.319663 ms - MDC[] 2021-08-17 11:58:44,160 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:44,160 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:44,161 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:44,162 INFO [scout-thread-17] 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] 2021-08-17 11:58:44,204 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,205 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom102, ID:centos-7-g3prd-37541-1629201486420-0:101) is starting - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,205 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom102, ID:centos-7-g3prd-37541-1629201486420-0:101) started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,205 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] 2021-08-17 11:58:44,206 INFO [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom102 started - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,206 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-302:1,clientId=Scout JUnit MOM #102 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:58:44,213 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@11bb0655] - MDC[] 2021-08-17 11:58:44,213 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@52bade55[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:44,213 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009754 ms - MDC[] 2021-08-17 11:58:44,214 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:44,214 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:44,214 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom102 stopped - MDC[] 2021-08-17 11:58:44,215 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom102, ID:centos-7-g3prd-37541-1629201486420-0:101) is shutting down - MDC[] 2021-08-17 11:58:44,215 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom102, ID:centos-7-g3prd-37541-1629201486420-0:101) uptime 0.011 seconds - MDC[] 2021-08-17 11:58:44,215 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom102, ID:centos-7-g3prd-37541-1629201486420-0:101) is shutdown - MDC[] 2021-08-17 11:58:44,216 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:44,216 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 55.022370 ms - MDC[] 2021-08-17 11:58:44,216 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:44,216 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:44,216 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:44,217 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #103 initialized: null - MDC[] 2021-08-17 11:58:44,218 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2021-08-17 11:58:44,219 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom103, ID:centos-7-g3prd-37541-1629201486420-0:102) is starting - MDC[jobName=JMS subscriber] 2021-08-17 11:58:44,219 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom103, ID:centos-7-g3prd-37541-1629201486420-0:102) started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:44,219 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 subscriber] 2021-08-17 11:58:44,219 INFO [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom103 started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:44,220 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-305:1,clientId=Scout JUnit MOM #103 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS subscriber] 2021-08-17 11:58:46,233 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1b6dab22, org.eclipse.scout.rt.mom.jms.JmsSubscription@57832650, org.eclipse.scout.rt.mom.jms.JmsSubscription@71b3c2a7] - MDC[] 2021-08-17 11:58:46,233 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7107a4a3[job=JMS subscriber, state=DONE]] - MDC[] 2021-08-17 11:58:46,234 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.038519 ms - MDC[] 2021-08-17 11:58:46,234 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:46,235 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:46,235 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom103 stopped - MDC[] 2021-08-17 11:58:46,235 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom103, ID:centos-7-g3prd-37541-1629201486420-0:102) is shutting down - MDC[] 2021-08-17 11:58:46,236 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom103, ID:centos-7-g3prd-37541-1629201486420-0:102) uptime 2.018 seconds - MDC[] 2021-08-17 11:58:46,236 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom103, ID:centos-7-g3prd-37541-1629201486420-0:102) is shutdown - MDC[] 2021-08-17 11:58:46,236 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:46,236 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2019.625681 ms - MDC[] 2021-08-17 11:58:46,236 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:46,237 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:46,237 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:46,238 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #104 initialized: null - MDC[] 2021-08-17 11:58:46,238 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:46,238 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom104, ID:centos-7-g3prd-37541-1629201486420-0:103) is starting - MDC[] 2021-08-17 11:58:46,239 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom104, ID:centos-7-g3prd-37541-1629201486420-0:103) started - MDC[] 2021-08-17 11:58:46,239 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:46,239 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom104 started - MDC[] 2021-08-17 11:58:46,240 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-308:1,clientId=Scout JUnit MOM #104 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:46,243 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1cd25514, org.eclipse.scout.rt.mom.jms.JmsSubscription@6bd01b0e] - MDC[] 2021-08-17 11:58:46,243 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:46,244 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:46,244 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom104 stopped - MDC[] 2021-08-17 11:58:46,244 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom104, ID:centos-7-g3prd-37541-1629201486420-0:103) is shutting down - MDC[] 2021-08-17 11:58:46,244 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom104, ID:centos-7-g3prd-37541-1629201486420-0:103) uptime 0.006 seconds - MDC[] 2021-08-17 11:58:46,244 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom104, ID:centos-7-g3prd-37541-1629201486420-0:103) is shutdown - MDC[] 2021-08-17 11:58:46,245 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:46,245 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.616772 ms - MDC[] 2021-08-17 11:58:46,245 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:46,245 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:46,246 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:46,247 INFO [scout-thread-17] 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] 2021-08-17 11:58:46,247 INFO [scout-thread-17] 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] 2021-08-17 11:58:46,248 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2021-08-17 11:58:46,248 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom105, ID:centos-7-g3prd-37541-1629201486420-0:104) is starting - MDC[jobName=JMS subscriber] 2021-08-17 11:58:46,249 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom105, ID:centos-7-g3prd-37541-1629201486420-0:104) started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:46,249 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=JMS subscriber] 2021-08-17 11:58:46,249 INFO [scout-thread-16] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom105 started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:46,249 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-311:1,clientId=Scout JUnit MOM #105 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS subscriber] 2021-08-17 11:58:46,255 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] 2021-08-17 11:58:47,256 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2f9bd5ac, org.eclipse.scout.rt.mom.jms.JmsSubscription@2659225a, org.eclipse.scout.rt.mom.jms.JmsSubscription@5f82dd9a] - MDC[] 2021-08-17 11:58:47,257 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@55024a2a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:47,257 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007812 ms - MDC[] 2021-08-17 11:58:47,257 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:47,258 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:47,258 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom105 stopped - MDC[] 2021-08-17 11:58:47,258 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom105, ID:centos-7-g3prd-37541-1629201486420-0:104) is shutting down - MDC[] 2021-08-17 11:58:47,259 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom105, ID:centos-7-g3prd-37541-1629201486420-0:104) uptime 1.011 seconds - MDC[] 2021-08-17 11:58:47,259 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom105, ID:centos-7-g3prd-37541-1629201486420-0:104) is shutdown - MDC[] 2021-08-17 11:58:47,259 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:47,260 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1013.854226 ms - MDC[] 2021-08-17 11:58:47,260 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:47,260 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:47,260 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:47,261 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #106 initialized: null - MDC[] 2021-08-17 11:58:47,262 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:47,262 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom106, ID:centos-7-g3prd-37541-1629201486420-0:105) is starting - MDC[] 2021-08-17 11:58:47,263 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom106, ID:centos-7-g3prd-37541-1629201486420-0:105) started - MDC[] 2021-08-17 11:58:47,263 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:47,263 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom106 started - MDC[] 2021-08-17 11:58:47,264 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-314:1,clientId=Scout JUnit MOM #106 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:50,270 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4dc24d88] - MDC[] 2021-08-17 11:58:50,270 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:50,271 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:50,271 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom106 stopped - MDC[] 2021-08-17 11:58:50,271 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom106, ID:centos-7-g3prd-37541-1629201486420-0:105) is shutting down - MDC[] 2021-08-17 11:58:50,272 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom106, ID:centos-7-g3prd-37541-1629201486420-0:105) uptime 3.010 seconds - MDC[] 2021-08-17 11:58:50,272 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom106, ID:centos-7-g3prd-37541-1629201486420-0:105) is shutdown - MDC[] 2021-08-17 11:58:50,272 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:50,272 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 3011.556065 ms - MDC[] 2021-08-17 11:58:50,272 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:50,273 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:50,273 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:50,273 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #107 initialized: null - MDC[] 2021-08-17 11:58:50,274 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:50,274 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom107, ID:centos-7-g3prd-37541-1629201486420-0:106) is starting - MDC[] 2021-08-17 11:58:50,274 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom107, ID:centos-7-g3prd-37541-1629201486420-0:106) started - MDC[] 2021-08-17 11:58:50,275 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:50,275 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom107 started - MDC[] 2021-08-17 11:58:50,276 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-317:1,clientId=Scout JUnit MOM #107 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:50,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@78d816e6, org.eclipse.scout.rt.mom.jms.JmsSubscription@5775485] - MDC[] 2021-08-17 11:58:50,295 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@49f8b57d, org.eclipse.scout.rt.mom.jms.JmsSubscription@4b6b9255] - MDC[] 2021-08-17 11:58:50,297 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@43139322, org.eclipse.scout.rt.mom.jms.JmsSubscription@39caf68a] - MDC[] 2021-08-17 11:58:50,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@3e8742de, org.eclipse.scout.rt.mom.jms.JmsSubscription@8862881] - MDC[] 2021-08-17 11:58:50,302 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2e3ec0e9, org.eclipse.scout.rt.mom.jms.JmsSubscription@30422a69] - MDC[] 2021-08-17 11:58:50,304 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@60389293, org.eclipse.scout.rt.mom.jms.JmsSubscription@12136fc6] - MDC[] 2021-08-17 11:58:50,306 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@286cd3ad, org.eclipse.scout.rt.mom.jms.JmsSubscription@7a0ebd12] - MDC[] 2021-08-17 11:58:50,308 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7d7be366, org.eclipse.scout.rt.mom.jms.JmsSubscription@2095e085] - MDC[] 2021-08-17 11:58:50,308 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:50,309 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:50,309 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom107 stopped - MDC[] 2021-08-17 11:58:50,309 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom107, ID:centos-7-g3prd-37541-1629201486420-0:106) is shutting down - MDC[] 2021-08-17 11:58:50,310 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom107, ID:centos-7-g3prd-37541-1629201486420-0:106) uptime 0.035 seconds - MDC[] 2021-08-17 11:58:50,310 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom107, ID:centos-7-g3prd-37541-1629201486420-0:106) is shutdown - MDC[] 2021-08-17 11:58:50,310 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:50,310 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 36.986463 ms - MDC[] 2021-08-17 11:58:50,310 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:50,311 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:50,311 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:50,311 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #108 initialized: null - MDC[] 2021-08-17 11:58:50,312 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber] 2021-08-17 11:58:50,312 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom108, ID:centos-7-g3prd-37541-1629201486420-0:107) is starting - MDC[jobName=JMS subscriber] 2021-08-17 11:58:50,312 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom108, ID:centos-7-g3prd-37541-1629201486420-0:107) started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:50,313 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] 2021-08-17 11:58:50,313 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom108 started - MDC[jobName=JMS subscriber] 2021-08-17 11:58:50,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-g3prd-37541-1629201486420-320:1,clientId=Scout JUnit MOM #108 (centos-7-g3prd:8080),started=true} - MDC[jobName=JMS subscriber] 2021-08-17 11:58:50,316 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@61c0a61] - MDC[] 2021-08-17 11:58:50,316 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:50,316 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:50,317 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom108 stopped - MDC[] 2021-08-17 11:58:50,317 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom108, ID:centos-7-g3prd-37541-1629201486420-0:107) is shutting down - MDC[] 2021-08-17 11:58:50,317 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom108, ID:centos-7-g3prd-37541-1629201486420-0:107) uptime 0.005 seconds - MDC[] 2021-08-17 11:58:50,317 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom108, ID:centos-7-g3prd-37541-1629201486420-0:107) is shutdown - MDC[] 2021-08-17 11:58:50,317 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:50,317 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.520148 ms - MDC[] 2021-08-17 11:58:50,317 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:50,318 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:50,318 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:50,318 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #109 initialized: null - MDC[] 2021-08-17 11:58:50,319 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:50,319 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom109, ID:centos-7-g3prd-37541-1629201486420-0:108) is starting - MDC[] 2021-08-17 11:58:50,319 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom109, ID:centos-7-g3prd-37541-1629201486420-0:108) started - MDC[] 2021-08-17 11:58:50,319 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:50,320 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom109 started - MDC[] 2021-08-17 11:58:50,320 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-323:1,clientId=Scout JUnit MOM #109 (centos-7-g3prd:8080),started=true} - MDC[] 2021-08-17 11:58:50,324 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@74aae322, org.eclipse.scout.rt.mom.jms.JmsSubscription@610576c8] - MDC[] 2021-08-17 11:58:50,324 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:50,324 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:50,325 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom109 stopped - MDC[] 2021-08-17 11:58:50,325 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom109, ID:centos-7-g3prd-37541-1629201486420-0:108) is shutting down - MDC[] 2021-08-17 11:58:50,325 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom109, ID:centos-7-g3prd-37541-1629201486420-0:108) uptime 0.006 seconds - MDC[] 2021-08-17 11:58:50,325 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom109, ID:centos-7-g3prd-37541-1629201486420-0:108) is shutdown - MDC[] 2021-08-17 11:58:50,325 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:50,325 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.398810 ms - MDC[] 2021-08-17 11:58:50,325 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:50,326 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:50,326 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:50,327 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #110 initialized: null - MDC[] 2021-08-17 11:58:50,327 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:50,327 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom110, ID:centos-7-g3prd-37541-1629201486420-0:109) is starting - MDC[] 2021-08-17 11:58:50,327 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom110, ID:centos-7-g3prd-37541-1629201486420-0:109) started - MDC[] 2021-08-17 11:58:50,327 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:50,328 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom110 started - MDC[] 2021-08-17 11:58:50,328 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-326:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:54,339 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@735beda7, org.eclipse.scout.rt.mom.jms.JmsSubscription@5cb2a1ea] - MDC[] 2021-08-17 11:58:54,340 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:54,341 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:54,341 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom110 stopped - MDC[] 2021-08-17 11:58:54,341 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom110, ID:centos-7-g3prd-37541-1629201486420-0:109) is shutting down - MDC[] 2021-08-17 11:58:54,342 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom110, ID:centos-7-g3prd-37541-1629201486420-0:109) uptime 4.015 seconds - MDC[] 2021-08-17 11:58:54,342 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom110, ID:centos-7-g3prd-37541-1629201486420-0:109) is shutdown - MDC[] 2021-08-17 11:58:54,342 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:54,342 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 4015.922615 ms - MDC[] 2021-08-17 11:58:54,342 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:54,343 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:54,343 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:54,344 INFO [scout-thread-20] 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] 2021-08-17 11:58:54,344 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] 2021-08-17 11:58:54,345 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom111, ID:centos-7-g3prd-37541-1629201486420-0:110) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:54,345 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom111, ID:centos-7-g3prd-37541-1629201486420-0:110) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:54,345 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] 2021-08-17 11:58:54,345 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom111 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:54,354 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@521bc5a9, org.eclipse.scout.rt.mom.jms.JmsSubscription@18800b5a] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:54,362 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3642c113, org.eclipse.scout.rt.mom.jms.JmsSubscription@504ce1aa] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:54,369 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1f9f7e54, org.eclipse.scout.rt.mom.jms.JmsSubscription@4cdfb173] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:54,376 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@71530cca, org.eclipse.scout.rt.mom.jms.JmsSubscription@70f5d31f] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:54,383 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3b70aa3e, org.eclipse.scout.rt.mom.jms.JmsSubscription@3f61bd3d] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:54,390 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@14aa15ca, org.eclipse.scout.rt.mom.jms.JmsSubscription@58dd1762] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:54,397 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4453d533, org.eclipse.scout.rt.mom.jms.JmsSubscription@40147e46] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:54,404 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4111408a, org.eclipse.scout.rt.mom.jms.JmsSubscription@5e7a62af] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:54,405 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@280df96b[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:54,405 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008699 ms - MDC[] 2021-08-17 11:58:54,406 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom111 stopped - MDC[] 2021-08-17 11:58:54,406 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom111, ID:centos-7-g3prd-37541-1629201486420-0:110) is shutting down - MDC[] 2021-08-17 11:58:54,406 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom111, ID:centos-7-g3prd-37541-1629201486420-0:110) uptime 0.062 seconds - MDC[] 2021-08-17 11:58:54,406 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom111, ID:centos-7-g3prd-37541-1629201486420-0:110) is shutdown - MDC[] 2021-08-17 11:58:54,406 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:54,406 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 63.509221 ms - MDC[] 2021-08-17 11:58:54,406 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:54,407 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:54,407 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:54,407 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #112 initialized: null - MDC[] 2021-08-17 11:58:54,408 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:54,408 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom112, ID:centos-7-g3prd-37541-1629201486420-0:111) is starting - MDC[] 2021-08-17 11:58:54,408 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom112, ID:centos-7-g3prd-37541-1629201486420-0:111) started - MDC[] 2021-08-17 11:58:54,408 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:54,409 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom112 started - MDC[] 2021-08-17 11:58:54,409 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-332:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:54,412 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@787239f5] - MDC[] 2021-08-17 11:58:54,413 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:54,413 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:54,413 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom112 stopped - MDC[] 2021-08-17 11:58:54,414 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom112, ID:centos-7-g3prd-37541-1629201486420-0:111) is shutting down - MDC[] 2021-08-17 11:58:54,414 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom112, ID:centos-7-g3prd-37541-1629201486420-0:111) uptime 0.006 seconds - MDC[] 2021-08-17 11:58:54,414 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom112, ID:centos-7-g3prd-37541-1629201486420-0:111) is shutdown - MDC[] 2021-08-17 11:58:54,414 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:54,414 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.415947 ms - MDC[] 2021-08-17 11:58:54,415 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:54,415 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:54,415 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:54,416 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #113 initialized: null - MDC[] 2021-08-17 11:58:54,416 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:54,417 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom113, ID:centos-7-g3prd-37541-1629201486420-0:112) is starting - MDC[] 2021-08-17 11:58:54,417 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom113, ID:centos-7-g3prd-37541-1629201486420-0:112) started - MDC[] 2021-08-17 11:58:54,417 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:54,417 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom113 started - MDC[] 2021-08-17 11:58:54,418 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-335:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:54,421 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3d63becf] - MDC[] 2021-08-17 11:58:54,422 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:54,422 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:54,422 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom113 stopped - MDC[] 2021-08-17 11:58:54,422 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom113, ID:centos-7-g3prd-37541-1629201486420-0:112) is shutting down - MDC[] 2021-08-17 11:58:54,423 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom113, ID:centos-7-g3prd-37541-1629201486420-0:112) uptime 0.007 seconds - MDC[] 2021-08-17 11:58:54,423 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom113, ID:centos-7-g3prd-37541-1629201486420-0:112) is shutdown - MDC[] 2021-08-17 11:58:54,423 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:54,423 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.792402 ms - MDC[] 2021-08-17 11:58:54,423 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:54,423 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:54,424 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:54,424 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #114 initialized: null - MDC[] 2021-08-17 11:58:54,424 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:54,425 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom114, ID:centos-7-g3prd-37541-1629201486420-0:113) is starting - MDC[] 2021-08-17 11:58:54,425 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom114, ID:centos-7-g3prd-37541-1629201486420-0:113) started - MDC[] 2021-08-17 11:58:54,425 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:54,425 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom114 started - MDC[] 2021-08-17 11:58:54,426 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-338:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:54,429 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3316aef6] - MDC[] 2021-08-17 11:58:54,430 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:54,430 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:54,430 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom114 stopped - MDC[] 2021-08-17 11:58:54,431 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom114, ID:centos-7-g3prd-37541-1629201486420-0:113) is shutting down - MDC[] 2021-08-17 11:58:54,431 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom114, ID:centos-7-g3prd-37541-1629201486420-0:113) uptime 0.007 seconds - MDC[] 2021-08-17 11:58:54,431 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom114, ID:centos-7-g3prd-37541-1629201486420-0:113) is shutdown - MDC[] 2021-08-17 11:58:54,431 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:54,431 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.442794 ms - MDC[] 2021-08-17 11:58:54,431 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:54,431 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:54,432 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:54,432 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #115 initialized: null - MDC[] 2021-08-17 11:58:54,432 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:54,433 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom115, ID:centos-7-g3prd-37541-1629201486420-0:114) is starting - MDC[] 2021-08-17 11:58:54,433 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom115, ID:centos-7-g3prd-37541-1629201486420-0:114) started - MDC[] 2021-08-17 11:58:54,433 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:54,434 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom115 started - MDC[] 2021-08-17 11:58:54,434 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-341:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:54,437 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4e2860d3] - MDC[] 2021-08-17 11:58:54,438 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:54,438 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:54,439 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom115 stopped - MDC[] 2021-08-17 11:58:54,439 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom115, ID:centos-7-g3prd-37541-1629201486420-0:114) is shutting down - MDC[] 2021-08-17 11:58:54,439 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom115, ID:centos-7-g3prd-37541-1629201486420-0:114) uptime 0.007 seconds - MDC[] 2021-08-17 11:58:54,439 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom115, ID:centos-7-g3prd-37541-1629201486420-0:114) is shutdown - MDC[] 2021-08-17 11:58:54,440 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:54,440 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.178807 ms - MDC[] 2021-08-17 11:58:54,440 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:54,440 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:54,440 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:54,441 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #116 initialized: null - MDC[] 2021-08-17 11:58:54,441 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:54,442 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom116, ID:centos-7-g3prd-37541-1629201486420-0:115) is starting - MDC[] 2021-08-17 11:58:54,442 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom116, ID:centos-7-g3prd-37541-1629201486420-0:115) started - MDC[] 2021-08-17 11:58:54,442 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:54,443 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom116 started - MDC[] 2021-08-17 11:58:54,443 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-344:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:54,446 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@ab118b8] - MDC[] 2021-08-17 11:58:54,447 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:54,447 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:54,447 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom116 stopped - MDC[] 2021-08-17 11:58:54,448 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom116, ID:centos-7-g3prd-37541-1629201486420-0:115) is shutting down - MDC[] 2021-08-17 11:58:54,448 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom116, ID:centos-7-g3prd-37541-1629201486420-0:115) uptime 0.007 seconds - MDC[] 2021-08-17 11:58:54,448 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom116, ID:centos-7-g3prd-37541-1629201486420-0:115) is shutdown - MDC[] 2021-08-17 11:58:54,448 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:54,448 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.724807 ms - MDC[] 2021-08-17 11:58:54,448 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:54,449 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:54,449 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:54,450 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #117 initialized: null - MDC[] 2021-08-17 11:58:54,450 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:54,450 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom117, ID:centos-7-g3prd-37541-1629201486420-0:116) is starting - MDC[] 2021-08-17 11:58:54,451 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom117, ID:centos-7-g3prd-37541-1629201486420-0:116) started - MDC[] 2021-08-17 11:58:54,451 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:54,451 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom117 started - MDC[] 2021-08-17 11:58:54,451 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-347:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:54,455 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@79205848] - MDC[] 2021-08-17 11:58:54,455 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:54,455 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:54,456 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom117 stopped - MDC[] 2021-08-17 11:58:54,456 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom117, ID:centos-7-g3prd-37541-1629201486420-0:116) is shutting down - MDC[] 2021-08-17 11:58:54,456 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom117, ID:centos-7-g3prd-37541-1629201486420-0:116) uptime 0.006 seconds - MDC[] 2021-08-17 11:58:54,456 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom117, ID:centos-7-g3prd-37541-1629201486420-0:116) is shutdown - MDC[] 2021-08-17 11:58:54,456 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:54,456 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.478909 ms - MDC[] 2021-08-17 11:58:54,457 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:54,457 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:54,457 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:54,457 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #118 initialized: null - MDC[] 2021-08-17 11:58:54,458 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:54,458 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom118, ID:centos-7-g3prd-37541-1629201486420-0:117) is starting - MDC[] 2021-08-17 11:58:54,458 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom118, ID:centos-7-g3prd-37541-1629201486420-0:117) started - MDC[] 2021-08-17 11:58:54,458 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:54,459 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom118 started - MDC[] 2021-08-17 11:58:54,459 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-350:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:54,462 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4353146f] - MDC[] 2021-08-17 11:58:54,463 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:54,463 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:54,464 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom118 stopped - MDC[] 2021-08-17 11:58:54,464 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom118, ID:centos-7-g3prd-37541-1629201486420-0:117) is shutting down - MDC[] 2021-08-17 11:58:54,464 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom118, ID:centos-7-g3prd-37541-1629201486420-0:117) uptime 0.006 seconds - MDC[] 2021-08-17 11:58:54,464 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom118, ID:centos-7-g3prd-37541-1629201486420-0:117) is shutdown - MDC[] 2021-08-17 11:58:54,464 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:54,464 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.293028 ms - MDC[] 2021-08-17 11:58:54,464 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:54,465 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:54,465 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:54,465 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #119 initialized: null - MDC[] 2021-08-17 11:58:54,465 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:54,466 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom119, ID:centos-7-g3prd-37541-1629201486420-0:118) is starting - MDC[] 2021-08-17 11:58:54,466 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom119, ID:centos-7-g3prd-37541-1629201486420-0:118) started - MDC[] 2021-08-17 11:58:54,466 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:54,466 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom119 started - MDC[] 2021-08-17 11:58:54,467 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-353:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:54,506 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@58507830] - MDC[] 2021-08-17 11:58:54,507 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:54,507 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:54,507 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom119 stopped - MDC[] 2021-08-17 11:58:54,507 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom119, ID:centos-7-g3prd-37541-1629201486420-0:118) is shutting down - MDC[] 2021-08-17 11:58:54,507 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom119, ID:centos-7-g3prd-37541-1629201486420-0:118) uptime 0.042 seconds - MDC[] 2021-08-17 11:58:54,508 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom119, ID:centos-7-g3prd-37541-1629201486420-0:118) is shutdown - MDC[] 2021-08-17 11:58:54,508 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:54,508 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 43.000038 ms - MDC[] 2021-08-17 11:58:54,508 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:54,508 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:54,508 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:54,509 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #120 initialized: null - MDC[] 2021-08-17 11:58:54,509 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:54,509 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom120, ID:centos-7-g3prd-37541-1629201486420-0:119) is starting - MDC[] 2021-08-17 11:58:54,510 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom120, ID:centos-7-g3prd-37541-1629201486420-0:119) started - MDC[] 2021-08-17 11:58:54,510 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:54,510 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom120 started - MDC[] 2021-08-17 11:58:54,510 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-356:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:54,513 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7d9a5edf] - MDC[] 2021-08-17 11:58:54,514 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:54,514 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:54,515 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom120 stopped - MDC[] 2021-08-17 11:58:54,515 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom120, ID:centos-7-g3prd-37541-1629201486420-0:119) is shutting down - MDC[] 2021-08-17 11:58:54,515 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom120, ID:centos-7-g3prd-37541-1629201486420-0:119) uptime 0.006 seconds - MDC[] 2021-08-17 11:58:54,515 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom120, ID:centos-7-g3prd-37541-1629201486420-0:119) is shutdown - MDC[] 2021-08-17 11:58:54,515 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:54,516 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.162635 ms - MDC[] 2021-08-17 11:58:54,516 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:54,516 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:54,516 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:54,516 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #121 initialized: null - MDC[] 2021-08-17 11:58:54,517 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:54,517 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom121, ID:centos-7-g3prd-37541-1629201486420-0:120) is starting - MDC[] 2021-08-17 11:58:54,517 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom121, ID:centos-7-g3prd-37541-1629201486420-0:120) started - MDC[] 2021-08-17 11:58:54,517 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:54,518 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom121 started - MDC[] 2021-08-17 11:58:54,518 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-359:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:54,521 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4f1502d7] - MDC[] 2021-08-17 11:58:54,522 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:54,522 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:54,522 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom121 stopped - MDC[] 2021-08-17 11:58:54,522 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom121, ID:centos-7-g3prd-37541-1629201486420-0:120) is shutting down - MDC[] 2021-08-17 11:58:54,523 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom121, ID:centos-7-g3prd-37541-1629201486420-0:120) uptime 0.006 seconds - MDC[] 2021-08-17 11:58:54,523 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom121, ID:centos-7-g3prd-37541-1629201486420-0:120) is shutdown - MDC[] 2021-08-17 11:58:54,523 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:54,523 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.759154 ms - MDC[] 2021-08-17 11:58:54,523 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:54,524 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:54,524 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:54,524 INFO [scout-thread-19] 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] 2021-08-17 11:58:54,525 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:54,525 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom122, ID:centos-7-g3prd-37541-1629201486420-0:121) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:54,525 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom122, ID:centos-7-g3prd-37541-1629201486420-0:121) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:54,525 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=Running test with support for JUnit timeout] 2021-08-17 11:58:54,526 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom122 started - MDC[jobName=Running test with support for JUnit timeout] Reply: TheReply 2021-08-17 11:58:54,534 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5fa49615] - MDC[] 2021-08-17 11:58:54,535 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@112f3ef8[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:54,535 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007614 ms - MDC[] 2021-08-17 11:58:54,536 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom122 stopped - MDC[] 2021-08-17 11:58:54,536 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom122, ID:centos-7-g3prd-37541-1629201486420-0:121) is shutting down - MDC[] 2021-08-17 11:58:54,537 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom122, ID:centos-7-g3prd-37541-1629201486420-0:121) uptime 0.011 seconds - MDC[] 2021-08-17 11:58:54,537 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom122, ID:centos-7-g3prd-37541-1629201486420-0:121) is shutdown - MDC[] 2021-08-17 11:58:54,537 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:54,537 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.196775 ms - MDC[] 2021-08-17 11:58:54,537 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:54,538 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:54,538 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:54,538 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #123 initialized: null - MDC[] 2021-08-17 11:58:54,539 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:54,539 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom123, ID:centos-7-g3prd-37541-1629201486420-0:122) is starting - MDC[] 2021-08-17 11:58:54,539 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom123, ID:centos-7-g3prd-37541-1629201486420-0:122) started - MDC[] 2021-08-17 11:58:54,540 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:54,540 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom123 started - MDC[] 2021-08-17 11:58:54,541 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-365:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:54,546 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@fbd9b1f, org.eclipse.scout.rt.mom.jms.JmsSubscription@7f85482c, org.eclipse.scout.rt.mom.jms.JmsSubscription@56e0e953] - MDC[] 2021-08-17 11:58:54,547 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:54,547 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:54,549 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom123 stopped - MDC[] 2021-08-17 11:58:54,549 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom123, ID:centos-7-g3prd-37541-1629201486420-0:122) is shutting down - MDC[] 2021-08-17 11:58:54,549 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom123, ID:centos-7-g3prd-37541-1629201486420-0:122) uptime 0.010 seconds - MDC[] 2021-08-17 11:58:54,549 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom123, ID:centos-7-g3prd-37541-1629201486420-0:122) is shutdown - MDC[] 2021-08-17 11:58:54,549 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:54,549 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.417488 ms - MDC[] 2021-08-17 11:58:54,550 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:54,550 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:54,550 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:54,551 INFO [scout-thread-19] 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] 2021-08-17 11:58:54,551 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:54,551 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom124, ID:centos-7-g3prd-37541-1629201486420-0:123) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:54,552 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom124, ID:centos-7-g3prd-37541-1629201486420-0:123) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:54,552 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=Running test with support for JUnit timeout] 2021-08-17 11:58:54,552 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom124 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:54,558 ERROR [scout-thread-17] 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=ffa710fd-138d-497f-be9b-83e0f2ff5180] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_StringMarshaller_Exception(JmsMomImplementorTest.java:1356) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:58:54,561 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3faadc24] - MDC[] 2021-08-17 11:58:54,561 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@40a5540a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:54,562 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006775 ms - MDC[] 2021-08-17 11:58:54,605 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom124 stopped - MDC[] 2021-08-17 11:58:54,605 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom124, ID:centos-7-g3prd-37541-1629201486420-0:123) is shutting down - MDC[] 2021-08-17 11:58:54,606 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom124, ID:centos-7-g3prd-37541-1629201486420-0:123) uptime 0.054 seconds - MDC[] 2021-08-17 11:58:54,606 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom124, ID:centos-7-g3prd-37541-1629201486420-0:123) is shutdown - MDC[] 2021-08-17 11:58:54,606 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:54,606 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 55.634659 ms - MDC[] 2021-08-17 11:58:54,606 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:54,606 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:54,607 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:54,607 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.265065 ms - MDC[] 2021-08-17 11:58:54,607 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:54,608 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:54,608 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:54,609 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #125 initialized: null - MDC[] 2021-08-17 11:58:54,609 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:54,610 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom125, ID:centos-7-g3prd-37541-1629201486420-0:124) is starting - MDC[] 2021-08-17 11:58:54,610 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom125, ID:centos-7-g3prd-37541-1629201486420-0:124) started - MDC[] 2021-08-17 11:58:54,610 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:54,610 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom125 started - MDC[] 2021-08-17 11:58:54,611 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-371:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:54,813 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@46b4819c] - MDC[] 2021-08-17 11:58:54,814 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:54,814 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:54,814 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom125 stopped - MDC[] 2021-08-17 11:58:54,815 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom125, ID:centos-7-g3prd-37541-1629201486420-0:124) is shutting down - MDC[] 2021-08-17 11:58:54,815 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom125, ID:centos-7-g3prd-37541-1629201486420-0:124) uptime 0.206 seconds - MDC[] 2021-08-17 11:58:54,815 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom125, ID:centos-7-g3prd-37541-1629201486420-0:124) is shutdown - MDC[] 2021-08-17 11:58:54,815 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:54,815 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 206.684590 ms - MDC[] 2021-08-17 11:58:54,815 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:54,815 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:54,816 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:54,816 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #126 initialized: null - MDC[] 2021-08-17 11:58:54,816 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:54,817 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom126, ID:centos-7-g3prd-37541-1629201486420-0:125) is starting - MDC[] 2021-08-17 11:58:54,817 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom126, ID:centos-7-g3prd-37541-1629201486420-0:125) started - MDC[] 2021-08-17 11:58:54,817 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:54,817 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom126 started - MDC[] 2021-08-17 11:58:54,818 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-374:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:55,020 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@48715ab] - MDC[] 2021-08-17 11:58:55,021 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:55,021 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:55,022 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom126 stopped - MDC[] 2021-08-17 11:58:55,022 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom126, ID:centos-7-g3prd-37541-1629201486420-0:125) is shutting down - MDC[] 2021-08-17 11:58:55,022 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom126, ID:centos-7-g3prd-37541-1629201486420-0:125) uptime 0.206 seconds - MDC[] 2021-08-17 11:58:55,022 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom126, ID:centos-7-g3prd-37541-1629201486420-0:125) is shutdown - MDC[] 2021-08-17 11:58:55,022 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:55,023 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 206.915943 ms - MDC[] 2021-08-17 11:58:55,023 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:55,023 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:55,023 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:55,023 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #127 initialized: null - MDC[] 2021-08-17 11:58:55,024 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:55,024 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom127, ID:centos-7-g3prd-37541-1629201486420-0:126) is starting - MDC[] 2021-08-17 11:58:55,024 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom127, ID:centos-7-g3prd-37541-1629201486420-0:126) started - MDC[] 2021-08-17 11:58:55,024 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:55,025 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom127 started - MDC[] 2021-08-17 11:58:55,025 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-377:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:55,227 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2ed4e0e9] - MDC[] 2021-08-17 11:58:55,228 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:55,229 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:55,229 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom127 stopped - MDC[] 2021-08-17 11:58:55,229 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom127, ID:centos-7-g3prd-37541-1629201486420-0:126) is shutting down - MDC[] 2021-08-17 11:58:55,229 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom127, ID:centos-7-g3prd-37541-1629201486420-0:126) uptime 0.205 seconds - MDC[] 2021-08-17 11:58:55,229 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom127, ID:centos-7-g3prd-37541-1629201486420-0:126) is shutdown - MDC[] 2021-08-17 11:58:55,230 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:55,230 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 206.588639 ms - MDC[] 2021-08-17 11:58:55,230 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:55,230 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:55,230 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:55,230 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #128 initialized: null - MDC[] 2021-08-17 11:58:55,231 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:55,231 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom128, ID:centos-7-g3prd-37541-1629201486420-0:127) is starting - MDC[] 2021-08-17 11:58:55,231 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom128, ID:centos-7-g3prd-37541-1629201486420-0:127) started - MDC[] 2021-08-17 11:58:55,231 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:55,232 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom128 started - MDC[] 2021-08-17 11:58:55,232 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-380:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:55,434 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4184bced] - MDC[] 2021-08-17 11:58:55,435 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:55,435 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:55,436 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom128 stopped - MDC[] 2021-08-17 11:58:55,436 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom128, ID:centos-7-g3prd-37541-1629201486420-0:127) is shutting down - MDC[] 2021-08-17 11:58:55,436 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom128, ID:centos-7-g3prd-37541-1629201486420-0:127) uptime 0.205 seconds - MDC[] 2021-08-17 11:58:55,436 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom128, ID:centos-7-g3prd-37541-1629201486420-0:127) is shutdown - MDC[] 2021-08-17 11:58:55,436 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:55,436 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 206.395263 ms - MDC[] 2021-08-17 11:58:55,437 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:55,437 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:55,437 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:55,437 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #129 initialized: null - MDC[] 2021-08-17 11:58:55,438 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:55,438 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom129, ID:centos-7-g3prd-37541-1629201486420-0:128) is starting - MDC[] 2021-08-17 11:58:55,438 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom129, ID:centos-7-g3prd-37541-1629201486420-0:128) started - MDC[] 2021-08-17 11:58:55,439 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:55,439 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom129 started - MDC[] 2021-08-17 11:58:55,439 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-383:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:55,641 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2086dfb8] - MDC[] 2021-08-17 11:58:55,642 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:55,642 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:55,643 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom129 stopped - MDC[] 2021-08-17 11:58:55,643 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom129, ID:centos-7-g3prd-37541-1629201486420-0:128) is shutting down - MDC[] 2021-08-17 11:58:55,643 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom129, ID:centos-7-g3prd-37541-1629201486420-0:128) uptime 0.205 seconds - MDC[] 2021-08-17 11:58:55,644 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom129, ID:centos-7-g3prd-37541-1629201486420-0:128) is shutdown - MDC[] 2021-08-17 11:58:55,644 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:55,644 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 206.809720 ms - MDC[] 2021-08-17 11:58:55,644 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:55,644 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:55,644 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:55,645 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #130 initialized: null - MDC[] 2021-08-17 11:58:55,645 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:55,646 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom130, ID:centos-7-g3prd-37541-1629201486420-0:129) is starting - MDC[] 2021-08-17 11:58:55,646 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom130, ID:centos-7-g3prd-37541-1629201486420-0:129) started - MDC[] 2021-08-17 11:58:55,646 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:55,646 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom130 started - MDC[] 2021-08-17 11:58:55,647 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-386:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:55,849 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1daf79ab] - MDC[] 2021-08-17 11:58:55,850 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:55,850 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:55,850 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom130 stopped - MDC[] 2021-08-17 11:58:55,850 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom130, ID:centos-7-g3prd-37541-1629201486420-0:129) is shutting down - MDC[] 2021-08-17 11:58:55,851 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom130, ID:centos-7-g3prd-37541-1629201486420-0:129) uptime 0.206 seconds - MDC[] 2021-08-17 11:58:55,851 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom130, ID:centos-7-g3prd-37541-1629201486420-0:129) is shutdown - MDC[] 2021-08-17 11:58:55,851 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:55,851 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 206.514684 ms - MDC[] 2021-08-17 11:58:55,851 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:55,851 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:55,851 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:55,852 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #131 initialized: null - MDC[] 2021-08-17 11:58:55,852 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:55,853 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom131, ID:centos-7-g3prd-37541-1629201486420-0:130) is starting - MDC[] 2021-08-17 11:58:55,853 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom131, ID:centos-7-g3prd-37541-1629201486420-0:130) started - MDC[] 2021-08-17 11:58:55,853 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:55,853 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom131 started - MDC[] 2021-08-17 11:58:55,853 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-389:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:56,056 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@95237fc] - MDC[] 2021-08-17 11:58:56,057 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:56,057 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:56,058 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom131 stopped - MDC[] 2021-08-17 11:58:56,058 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom131, ID:centos-7-g3prd-37541-1629201486420-0:130) is shutting down - MDC[] 2021-08-17 11:58:56,058 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom131, ID:centos-7-g3prd-37541-1629201486420-0:130) uptime 0.206 seconds - MDC[] 2021-08-17 11:58:56,058 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom131, ID:centos-7-g3prd-37541-1629201486420-0:130) is shutdown - MDC[] 2021-08-17 11:58:56,058 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:56,058 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 206.890350 ms - MDC[] 2021-08-17 11:58:56,058 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:56,059 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:56,059 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:56,059 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #132 initialized: null - MDC[] 2021-08-17 11:58:56,060 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:56,060 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom132, ID:centos-7-g3prd-37541-1629201486420-0:131) is starting - MDC[] 2021-08-17 11:58:56,060 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom132, ID:centos-7-g3prd-37541-1629201486420-0:131) started - MDC[] 2021-08-17 11:58:56,060 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:56,061 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom132 started - MDC[] 2021-08-17 11:58:56,061 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-392:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:56,263 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@22d522d4] - MDC[] 2021-08-17 11:58:56,264 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:56,264 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:56,264 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom132 stopped - MDC[] 2021-08-17 11:58:56,265 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom132, ID:centos-7-g3prd-37541-1629201486420-0:131) is shutting down - MDC[] 2021-08-17 11:58:56,265 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom132, ID:centos-7-g3prd-37541-1629201486420-0:131) uptime 0.205 seconds - MDC[] 2021-08-17 11:58:56,265 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom132, ID:centos-7-g3prd-37541-1629201486420-0:131) is shutdown - MDC[] 2021-08-17 11:58:56,265 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:56,265 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 206.257104 ms - MDC[] 2021-08-17 11:58:56,265 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:56,266 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:56,266 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:56,266 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #133 initialized: null - MDC[] 2021-08-17 11:58:56,266 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:56,267 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom133, ID:centos-7-g3prd-37541-1629201486420-0:132) is starting - MDC[] 2021-08-17 11:58:56,267 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom133, ID:centos-7-g3prd-37541-1629201486420-0:132) started - MDC[] 2021-08-17 11:58:56,267 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:56,268 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom133 started - MDC[] 2021-08-17 11:58:56,268 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-395:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:56,470 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3d48674] - MDC[] 2021-08-17 11:58:56,471 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:56,471 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:56,471 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom133 stopped - MDC[] 2021-08-17 11:58:56,471 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom133, ID:centos-7-g3prd-37541-1629201486420-0:132) is shutting down - MDC[] 2021-08-17 11:58:56,472 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom133, ID:centos-7-g3prd-37541-1629201486420-0:132) uptime 0.205 seconds - MDC[] 2021-08-17 11:58:56,472 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom133, ID:centos-7-g3prd-37541-1629201486420-0:132) is shutdown - MDC[] 2021-08-17 11:58:56,472 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:56,472 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 206.069884 ms - MDC[] 2021-08-17 11:58:56,472 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:56,472 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:56,472 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:56,473 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #134 initialized: null - MDC[] 2021-08-17 11:58:56,473 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:56,473 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom134, ID:centos-7-g3prd-37541-1629201486420-0:133) is starting - MDC[] 2021-08-17 11:58:56,474 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom134, ID:centos-7-g3prd-37541-1629201486420-0:133) started - MDC[] 2021-08-17 11:58:56,474 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:56,474 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom134 started - MDC[] 2021-08-17 11:58:56,474 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-398:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:56,676 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1e4d3c2e] - MDC[] 2021-08-17 11:58:56,677 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:56,677 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:56,678 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom134 stopped - MDC[] 2021-08-17 11:58:56,678 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom134, ID:centos-7-g3prd-37541-1629201486420-0:133) is shutting down - MDC[] 2021-08-17 11:58:56,678 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom134, ID:centos-7-g3prd-37541-1629201486420-0:133) uptime 0.205 seconds - MDC[] 2021-08-17 11:58:56,678 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom134, ID:centos-7-g3prd-37541-1629201486420-0:133) is shutdown - MDC[] 2021-08-17 11:58:56,679 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:56,679 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 206.270000 ms - MDC[] 2021-08-17 11:58:56,679 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:56,679 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:56,679 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:56,680 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #135 initialized: null - MDC[] 2021-08-17 11:58:56,680 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:56,680 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom135, ID:centos-7-g3prd-37541-1629201486420-0:134) is starting - MDC[] 2021-08-17 11:58:56,681 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom135, ID:centos-7-g3prd-37541-1629201486420-0:134) started - MDC[] 2021-08-17 11:58:56,681 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:56,681 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom135 started - MDC[] 2021-08-17 11:58:56,683 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-401:2,clientId=null,started=false} - MDC[] 2021-08-17 11:58:56,685 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@79715834] - MDC[] 2021-08-17 11:58:56,685 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:56,685 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:56,686 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom135 stopped - MDC[] 2021-08-17 11:58:56,686 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom135, ID:centos-7-g3prd-37541-1629201486420-0:134) is shutting down - MDC[] 2021-08-17 11:58:56,686 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom135, ID:centos-7-g3prd-37541-1629201486420-0:134) uptime 0.006 seconds - MDC[] 2021-08-17 11:58:56,686 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom135, ID:centos-7-g3prd-37541-1629201486420-0:134) is shutdown - MDC[] 2021-08-17 11:58:56,686 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:56,686 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.772999 ms - MDC[] 2021-08-17 11:58:56,686 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:56,687 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:56,687 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:56,688 INFO [scout-thread-20] 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] 2021-08-17 11:58:56,688 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] 2021-08-17 11:58:56,688 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom136, ID:centos-7-g3prd-37541-1629201486420-0:135) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,688 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom136, ID:centos-7-g3prd-37541-1629201486420-0:135) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,688 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] 2021-08-17 11:58:56,689 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom136 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,696 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3757ab60, org.eclipse.scout.rt.mom.jms.JmsSubscription@7f8dcf94] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,703 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5d87c23c, org.eclipse.scout.rt.mom.jms.JmsSubscription@668081ef] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,710 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@63beda2a, org.eclipse.scout.rt.mom.jms.JmsSubscription@54dd0bde] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,716 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@bb149d3, org.eclipse.scout.rt.mom.jms.JmsSubscription@217ed6a7] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,722 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1e8fdce9, org.eclipse.scout.rt.mom.jms.JmsSubscription@43fc25a1] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,729 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@43a56fbb, org.eclipse.scout.rt.mom.jms.JmsSubscription@353f55dd] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,735 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7f40f11, org.eclipse.scout.rt.mom.jms.JmsSubscription@3b49ceec] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,741 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4779e3e2, org.eclipse.scout.rt.mom.jms.JmsSubscription@571d94fe] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,741 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3870ad3d[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:56,742 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006215 ms - MDC[] 2021-08-17 11:58:56,742 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom136 stopped - MDC[] 2021-08-17 11:58:56,742 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom136, ID:centos-7-g3prd-37541-1629201486420-0:135) is shutting down - MDC[] 2021-08-17 11:58:56,743 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom136, ID:centos-7-g3prd-37541-1629201486420-0:135) uptime 0.055 seconds - MDC[] 2021-08-17 11:58:56,743 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom136, ID:centos-7-g3prd-37541-1629201486420-0:135) is shutdown - MDC[] 2021-08-17 11:58:56,743 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:56,743 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 55.962332 ms - MDC[] 2021-08-17 11:58:56,743 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:56,744 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:56,744 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:56,744 INFO [scout-thread-14] 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] 2021-08-17 11:58:56,745 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] 2021-08-17 11:58:56,745 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom137, ID:centos-7-g3prd-37541-1629201486420-0:136) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,745 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom137, ID:centos-7-g3prd-37541-1629201486420-0:136) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,745 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] 2021-08-17 11:58:56,745 INFO [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom137 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,806 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4d5bfb1a, org.eclipse.scout.rt.mom.jms.JmsSubscription@17fe4f0f] - MDC[] 2021-08-17 11:58:56,807 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6a036fe6[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:56,808 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.005962 ms - MDC[] 2021-08-17 11:58:56,808 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom137 stopped - MDC[] 2021-08-17 11:58:56,808 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom137, ID:centos-7-g3prd-37541-1629201486420-0:136) is shutting down - MDC[] 2021-08-17 11:58:56,809 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom137, ID:centos-7-g3prd-37541-1629201486420-0:136) uptime 0.064 seconds - MDC[] 2021-08-17 11:58:56,809 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom137, ID:centos-7-g3prd-37541-1629201486420-0:136) is shutdown - MDC[] 2021-08-17 11:58:56,809 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:56,809 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 65.332834 ms - MDC[] 2021-08-17 11:58:56,809 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:56,809 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:56,809 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:56,810 INFO [scout-thread-20] 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] 2021-08-17 11:58:56,810 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] 2021-08-17 11:58:56,811 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom138, ID:centos-7-g3prd-37541-1629201486420-0:137) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,811 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom138, ID:centos-7-g3prd-37541-1629201486420-0:137) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,811 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] 2021-08-17 11:58:56,811 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom138 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,870 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@773bfe56, org.eclipse.scout.rt.mom.jms.JmsSubscription@5bdde886] - MDC[] 2021-08-17 11:58:56,871 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@38a04310[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:56,872 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006103 ms - MDC[] 2021-08-17 11:58:56,872 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom138 stopped - MDC[] 2021-08-17 11:58:56,872 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom138, ID:centos-7-g3prd-37541-1629201486420-0:137) is shutting down - MDC[] 2021-08-17 11:58:56,873 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom138, ID:centos-7-g3prd-37541-1629201486420-0:137) uptime 0.063 seconds - MDC[] 2021-08-17 11:58:56,873 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom138, ID:centos-7-g3prd-37541-1629201486420-0:137) is shutdown - MDC[] 2021-08-17 11:58:56,873 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:56,873 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 63.606521 ms - MDC[] 2021-08-17 11:58:56,873 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:56,874 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:56,874 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:56,874 INFO [scout-thread-16] 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] 2021-08-17 11:58:56,875 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] 2021-08-17 11:58:56,875 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom139, ID:centos-7-g3prd-37541-1629201486420-0:138) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,875 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom139, ID:centos-7-g3prd-37541-1629201486420-0:138) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,875 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] 2021-08-17 11:58:56,875 INFO [scout-thread-16] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom139 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,935 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@550244cb, org.eclipse.scout.rt.mom.jms.JmsSubscription@6de4e34a] - MDC[] 2021-08-17 11:58:56,936 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@23a208d7[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:56,937 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007688 ms - MDC[] 2021-08-17 11:58:56,937 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom139 stopped - MDC[] 2021-08-17 11:58:56,937 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom139, ID:centos-7-g3prd-37541-1629201486420-0:138) is shutting down - MDC[] 2021-08-17 11:58:56,938 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom139, ID:centos-7-g3prd-37541-1629201486420-0:138) uptime 0.064 seconds - MDC[] 2021-08-17 11:58:56,938 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom139, ID:centos-7-g3prd-37541-1629201486420-0:138) is shutdown - MDC[] 2021-08-17 11:58:56,938 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:56,938 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 64.429594 ms - MDC[] 2021-08-17 11:58:56,938 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:56,938 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:56,939 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:56,939 INFO [scout-thread-14] 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] 2021-08-17 11:58:56,940 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] 2021-08-17 11:58:56,940 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom140, ID:centos-7-g3prd-37541-1629201486420-0:139) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,940 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom140, ID:centos-7-g3prd-37541-1629201486420-0:139) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,940 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] 2021-08-17 11:58:56,941 INFO [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom140 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:56,999 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@65653da2, org.eclipse.scout.rt.mom.jms.JmsSubscription@56c278bf] - MDC[] 2021-08-17 11:58:57,001 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2a932fd6[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:57,001 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006059 ms - MDC[] 2021-08-17 11:58:57,002 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom140 stopped - MDC[] 2021-08-17 11:58:57,002 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom140, ID:centos-7-g3prd-37541-1629201486420-0:139) is shutting down - MDC[] 2021-08-17 11:58:57,002 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom140, ID:centos-7-g3prd-37541-1629201486420-0:139) uptime 0.063 seconds - MDC[] 2021-08-17 11:58:57,003 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom140, ID:centos-7-g3prd-37541-1629201486420-0:139) is shutdown - MDC[] 2021-08-17 11:58:57,003 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:57,003 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 64.193599 ms - MDC[] 2021-08-17 11:58:57,003 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:57,003 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:57,003 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:57,004 INFO [scout-thread-20] 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] 2021-08-17 11:58:57,004 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] 2021-08-17 11:58:57,005 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom141, ID:centos-7-g3prd-37541-1629201486420-0:140) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:57,005 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom141, ID:centos-7-g3prd-37541-1629201486420-0:140) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:57,005 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] 2021-08-17 11:58:57,005 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom141 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:57,064 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@bb510b, org.eclipse.scout.rt.mom.jms.JmsSubscription@180c785d] - MDC[] 2021-08-17 11:58:57,066 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1ec9b9b4[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:57,066 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.005958 ms - MDC[] 2021-08-17 11:58:57,067 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom141 stopped - MDC[] 2021-08-17 11:58:57,067 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom141, ID:centos-7-g3prd-37541-1629201486420-0:140) is shutting down - MDC[] 2021-08-17 11:58:57,068 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom141, ID:centos-7-g3prd-37541-1629201486420-0:140) uptime 0.064 seconds - MDC[] 2021-08-17 11:58:57,068 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom141, ID:centos-7-g3prd-37541-1629201486420-0:140) is shutdown - MDC[] 2021-08-17 11:58:57,068 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:57,068 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 64.505624 ms - MDC[] 2021-08-17 11:58:57,068 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:57,068 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:57,068 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:57,069 INFO [scout-thread-16] 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] 2021-08-17 11:58:57,069 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] 2021-08-17 11:58:57,070 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom142, ID:centos-7-g3prd-37541-1629201486420-0:141) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:57,070 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom142, ID:centos-7-g3prd-37541-1629201486420-0:141) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:57,070 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] 2021-08-17 11:58:57,070 INFO [scout-thread-16] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom142 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:57,130 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5d4e0d49, org.eclipse.scout.rt.mom.jms.JmsSubscription@13bea51d] - MDC[] 2021-08-17 11:58:57,132 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2f3065ce[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:57,132 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.018943 ms - MDC[] 2021-08-17 11:58:57,133 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom142 stopped - MDC[] 2021-08-17 11:58:57,133 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom142, ID:centos-7-g3prd-37541-1629201486420-0:141) is shutting down - MDC[] 2021-08-17 11:58:57,133 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom142, ID:centos-7-g3prd-37541-1629201486420-0:141) uptime 0.064 seconds - MDC[] 2021-08-17 11:58:57,133 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom142, ID:centos-7-g3prd-37541-1629201486420-0:141) is shutdown - MDC[] 2021-08-17 11:58:57,133 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:57,133 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 64.951426 ms - MDC[] 2021-08-17 11:58:57,133 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:57,134 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:57,134 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:57,135 INFO [scout-thread-14] 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] 2021-08-17 11:58:57,135 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] 2021-08-17 11:58:57,135 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom143, ID:centos-7-g3prd-37541-1629201486420-0:142) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:57,135 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom143, ID:centos-7-g3prd-37541-1629201486420-0:142) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:57,135 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] 2021-08-17 11:58:57,136 INFO [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom143 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:57,195 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@641f9947, org.eclipse.scout.rt.mom.jms.JmsSubscription@3e590067] - MDC[] 2021-08-17 11:58:57,197 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@471b9548[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:57,197 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006431 ms - MDC[] 2021-08-17 11:58:57,198 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom143 stopped - MDC[] 2021-08-17 11:58:57,198 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom143, ID:centos-7-g3prd-37541-1629201486420-0:142) is shutting down - MDC[] 2021-08-17 11:58:57,198 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom143, ID:centos-7-g3prd-37541-1629201486420-0:142) uptime 0.063 seconds - MDC[] 2021-08-17 11:58:57,198 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom143, ID:centos-7-g3prd-37541-1629201486420-0:142) is shutdown - MDC[] 2021-08-17 11:58:57,198 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:57,199 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 64.540909 ms - MDC[] 2021-08-17 11:58:57,199 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:57,199 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:57,199 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:57,200 INFO [scout-thread-20] 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] 2021-08-17 11:58:57,200 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] 2021-08-17 11:58:57,200 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom144, ID:centos-7-g3prd-37541-1629201486420-0:143) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:57,200 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom144, ID:centos-7-g3prd-37541-1629201486420-0:143) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:57,201 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] 2021-08-17 11:58:57,201 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom144 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:57,260 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@17f2e01d, org.eclipse.scout.rt.mom.jms.JmsSubscription@a9c923f] - MDC[] 2021-08-17 11:58:57,261 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5551a2f3[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:57,261 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008185 ms - MDC[] 2021-08-17 11:58:57,262 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom144 stopped - MDC[] 2021-08-17 11:58:57,262 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom144, ID:centos-7-g3prd-37541-1629201486420-0:143) is shutting down - MDC[] 2021-08-17 11:58:57,262 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom144, ID:centos-7-g3prd-37541-1629201486420-0:143) uptime 0.062 seconds - MDC[] 2021-08-17 11:58:57,262 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom144, ID:centos-7-g3prd-37541-1629201486420-0:143) is shutdown - MDC[] 2021-08-17 11:58:57,263 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:57,263 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 63.620684 ms - MDC[] 2021-08-17 11:58:57,263 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:57,263 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:57,263 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:57,264 INFO [scout-thread-16] 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] 2021-08-17 11:58:57,264 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] 2021-08-17 11:58:57,264 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom145, ID:centos-7-g3prd-37541-1629201486420-0:144) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:57,264 INFO [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom145, ID:centos-7-g3prd-37541-1629201486420-0:144) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:57,264 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] 2021-08-17 11:58:57,265 INFO [scout-thread-16] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom145 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:57,324 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@731d35b0, org.eclipse.scout.rt.mom.jms.JmsSubscription@11f4d2b8] - MDC[] 2021-08-17 11:58:57,325 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@69bf8132[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:57,325 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007600 ms - MDC[] 2021-08-17 11:58:57,326 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom145 stopped - MDC[] 2021-08-17 11:58:57,326 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom145, ID:centos-7-g3prd-37541-1629201486420-0:144) is shutting down - MDC[] 2021-08-17 11:58:57,327 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom145, ID:centos-7-g3prd-37541-1629201486420-0:144) uptime 0.063 seconds - MDC[] 2021-08-17 11:58:57,327 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom145, ID:centos-7-g3prd-37541-1629201486420-0:144) is shutdown - MDC[] 2021-08-17 11:58:57,327 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:57,327 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 63.748280 ms - MDC[] 2021-08-17 11:58:57,327 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:57,327 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:57,327 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:57,328 INFO [scout-thread-14] 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] 2021-08-17 11:58:57,328 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] 2021-08-17 11:58:57,329 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom146, ID:centos-7-g3prd-37541-1629201486420-0:145) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:57,329 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom146, ID:centos-7-g3prd-37541-1629201486420-0:145) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:57,329 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] 2021-08-17 11:58:57,329 INFO [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom146 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:58:57,389 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2461a62c, org.eclipse.scout.rt.mom.jms.JmsSubscription@5172cce4] - MDC[] 2021-08-17 11:58:57,390 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@763c3c0e[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:57,390 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006534 ms - MDC[] 2021-08-17 11:58:57,391 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom146 stopped - MDC[] 2021-08-17 11:58:57,391 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom146, ID:centos-7-g3prd-37541-1629201486420-0:145) is shutting down - MDC[] 2021-08-17 11:58:57,391 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom146, ID:centos-7-g3prd-37541-1629201486420-0:145) uptime 0.063 seconds - MDC[] 2021-08-17 11:58:57,392 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom146, ID:centos-7-g3prd-37541-1629201486420-0:145) is shutdown - MDC[] 2021-08-17 11:58:57,392 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:57,392 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 64.354730 ms - MDC[] 2021-08-17 11:58:57,392 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:57,392 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:57,392 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:57,393 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #147 initialized: null - MDC[] 2021-08-17 11:58:57,393 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:58:57,393 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom147, ID:centos-7-g3prd-37541-1629201486420-0:146) is starting - MDC[] 2021-08-17 11:58:57,393 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom147, ID:centos-7-g3prd-37541-1629201486420-0:146) started - MDC[] 2021-08-17 11:58:57,394 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:58:57,394 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom147 started - MDC[] 2021-08-17 11:58:57,394 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-437:1,clientId=null,started=false} - MDC[] 2021-08-17 11:58:57,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@4e9a4142, org.eclipse.scout.rt.mom.jms.JmsSubscription@1e954b94] - MDC[] 2021-08-17 11:58:57,399 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:58:57,399 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:58:57,399 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom147 stopped - MDC[] 2021-08-17 11:58:57,399 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom147, ID:centos-7-g3prd-37541-1629201486420-0:146) is shutting down - MDC[] 2021-08-17 11:58:57,400 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom147, ID:centos-7-g3prd-37541-1629201486420-0:146) uptime 0.007 seconds - MDC[] 2021-08-17 11:58:57,400 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom147, ID:centos-7-g3prd-37541-1629201486420-0:146) is shutdown - MDC[] 2021-08-17 11:58:57,400 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:58:57,400 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.555424 ms - MDC[] 2021-08-17 11:58:57,400 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:57,401 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:57,401 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:57,402 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #148 initialized: null - MDC[jobName=requester (Q)] 2021-08-17 11:58:57,402 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:57,403 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom148, ID:centos-7-g3prd-37541-1629201486420-0:147) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:57,403 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom148, ID:centos-7-g3prd-37541-1629201486420-0:147) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:57,403 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=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:57,403 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom148 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:57,708 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5c176a0f] - MDC[] 2021-08-17 11:58:57,708 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@155ff9d7[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:57,709 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006540 ms - MDC[] 2021-08-17 11:58:57,709 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom148 stopped - MDC[] 2021-08-17 11:58:57,709 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom148, ID:centos-7-g3prd-37541-1629201486420-0:147) is shutting down - MDC[] 2021-08-17 11:58:57,710 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom148, ID:centos-7-g3prd-37541-1629201486420-0:147) uptime 0.308 seconds - MDC[] 2021-08-17 11:58:57,710 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom148, ID:centos-7-g3prd-37541-1629201486420-0:147) is shutdown - MDC[] 2021-08-17 11:58:57,710 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:57,710 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.252016 ms - MDC[] 2021-08-17 11:58:57,710 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:57,710 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:57,711 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:57,711 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #149 initialized: null - MDC[jobName=requester (Q)] 2021-08-17 11:58:57,712 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:57,712 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom149, ID:centos-7-g3prd-37541-1629201486420-0:148) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:57,712 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom149, ID:centos-7-g3prd-37541-1629201486420-0:148) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:57,712 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] 2021-08-17 11:58:57,713 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom149 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:58,017 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@dc1cfde] - MDC[] 2021-08-17 11:58:58,018 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4fcb3e28[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:58,018 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.011509 ms - MDC[] 2021-08-17 11:58:58,019 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom149 stopped - MDC[] 2021-08-17 11:58:58,019 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom149, ID:centos-7-g3prd-37541-1629201486420-0:148) is shutting down - MDC[] 2021-08-17 11:58:58,019 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom149, ID:centos-7-g3prd-37541-1629201486420-0:148) uptime 0.307 seconds - MDC[] 2021-08-17 11:58:58,019 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom149, ID:centos-7-g3prd-37541-1629201486420-0:148) is shutdown - MDC[] 2021-08-17 11:58:58,020 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:58,020 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.125760 ms - MDC[] 2021-08-17 11:58:58,020 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:58,020 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:58,020 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:58,021 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #150 initialized: null - MDC[jobName=requester (Q)] 2021-08-17 11:58:58,021 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:58,022 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom150, ID:centos-7-g3prd-37541-1629201486420-0:149) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:58,022 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom150, ID:centos-7-g3prd-37541-1629201486420-0:149) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:58,022 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] 2021-08-17 11:58:58,022 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom150 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:58,328 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@173398da] - MDC[] 2021-08-17 11:58:58,329 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3ad0dc74[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:58,329 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.014217 ms - MDC[] 2021-08-17 11:58:58,329 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom150 stopped - MDC[] 2021-08-17 11:58:58,330 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom150, ID:centos-7-g3prd-37541-1629201486420-0:149) is shutting down - MDC[] 2021-08-17 11:58:58,330 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom150, ID:centos-7-g3prd-37541-1629201486420-0:149) uptime 0.309 seconds - MDC[] 2021-08-17 11:58:58,330 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom150, ID:centos-7-g3prd-37541-1629201486420-0:149) is shutdown - MDC[] 2021-08-17 11:58:58,330 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:58,330 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.819622 ms - MDC[] 2021-08-17 11:58:58,330 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:58,331 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:58,331 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:58,331 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #151 initialized: null - MDC[jobName=requester (Q)] 2021-08-17 11:58:58,332 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:58,332 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom151, ID:centos-7-g3prd-37541-1629201486420-0:150) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:58,332 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom151, ID:centos-7-g3prd-37541-1629201486420-0:150) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:58,332 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=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:58,333 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom151 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:58,638 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3842ccf9] - MDC[] 2021-08-17 11:58:58,639 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6fb6b5c1[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:58,639 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008230 ms - MDC[] 2021-08-17 11:58:58,640 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom151 stopped - MDC[] 2021-08-17 11:58:58,640 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom151, ID:centos-7-g3prd-37541-1629201486420-0:150) is shutting down - MDC[] 2021-08-17 11:58:58,640 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom151, ID:centos-7-g3prd-37541-1629201486420-0:150) uptime 0.308 seconds - MDC[] 2021-08-17 11:58:58,641 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom151, ID:centos-7-g3prd-37541-1629201486420-0:150) is shutdown - MDC[] 2021-08-17 11:58:58,641 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:58,641 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.203201 ms - MDC[] 2021-08-17 11:58:58,641 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:58,641 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:58,641 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:58,641 ERROR [ActiveMQ VMTransport: vm://mom151#557-1] org.apache.activemq.thread.TaskRunnerFactory.uncaughtException(TaskRunnerFactory.java:202) - Error in thread 'ActiveMQ VMTransport: vm://mom151#557-1' - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] org.apache.activemq.broker.BrokerStoppedException: Broker BrokerService[mom151] is being stopped at org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:205) at org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCorrelator.java:116) at org.apache.activemq.transport.MutexTransport.onCommand(MutexTransport.java:50) at org.apache.activemq.transport.vm.VMTransport.iterate(VMTransport.java:273) at org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:133) at org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:48) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 2021-08-17 11:58:58,642 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #152 initialized: null - MDC[jobName=requester (Q)] 2021-08-17 11:58:58,643 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:58,643 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom152, ID:centos-7-g3prd-37541-1629201486420-0:151) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:58,644 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom152, ID:centos-7-g3prd-37541-1629201486420-0:151) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:58,644 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] 2021-08-17 11:58:58,644 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom152 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:58,949 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@b78dcdf] - MDC[] 2021-08-17 11:58:58,950 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@16cd9bee[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:58,950 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009421 ms - MDC[] 2021-08-17 11:58:58,951 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom152 stopped - MDC[] 2021-08-17 11:58:58,951 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom152, ID:centos-7-g3prd-37541-1629201486420-0:151) is shutting down - MDC[] 2021-08-17 11:58:58,951 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom152, ID:centos-7-g3prd-37541-1629201486420-0:151) uptime 0.308 seconds - MDC[] 2021-08-17 11:58:58,951 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom152, ID:centos-7-g3prd-37541-1629201486420-0:151) is shutdown - MDC[] 2021-08-17 11:58:58,951 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:58,951 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.828328 ms - MDC[] 2021-08-17 11:58:58,951 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:58,952 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:58,952 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:58,953 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #153 initialized: null - MDC[jobName=requester (Q)] 2021-08-17 11:58:58,953 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:58,954 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom153, ID:centos-7-g3prd-37541-1629201486420-0:152) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:58,954 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom153, ID:centos-7-g3prd-37541-1629201486420-0:152) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:58,954 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] 2021-08-17 11:58:58,954 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom153 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:59,260 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@524911cd] - MDC[] 2021-08-17 11:58:59,261 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4dc51704[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:59,261 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006443 ms - MDC[] 2021-08-17 11:58:59,262 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom153 stopped - MDC[] 2021-08-17 11:58:59,262 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom153, ID:centos-7-g3prd-37541-1629201486420-0:152) is shutting down - MDC[] 2021-08-17 11:58:59,262 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom153, ID:centos-7-g3prd-37541-1629201486420-0:152) uptime 0.309 seconds - MDC[] 2021-08-17 11:58:59,262 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom153, ID:centos-7-g3prd-37541-1629201486420-0:152) is shutdown - MDC[] 2021-08-17 11:58:59,262 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:59,262 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.431826 ms - MDC[] 2021-08-17 11:58:59,262 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:59,263 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:59,263 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:59,264 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #154 initialized: null - MDC[jobName=requester (Q)] 2021-08-17 11:58:59,264 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:59,264 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom154, ID:centos-7-g3prd-37541-1629201486420-0:153) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:59,264 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom154, ID:centos-7-g3prd-37541-1629201486420-0:153) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:59,265 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=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:59,265 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom154 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:59,571 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@20c3f386] - MDC[] 2021-08-17 11:58:59,571 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5da457[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:59,572 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006671 ms - MDC[] 2021-08-17 11:58:59,572 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom154 stopped - MDC[] 2021-08-17 11:58:59,572 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom154, ID:centos-7-g3prd-37541-1629201486420-0:153) is shutting down - MDC[] 2021-08-17 11:58:59,573 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom154, ID:centos-7-g3prd-37541-1629201486420-0:153) uptime 0.309 seconds - MDC[] 2021-08-17 11:58:59,573 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom154, ID:centos-7-g3prd-37541-1629201486420-0:153) is shutdown - MDC[] 2021-08-17 11:58:59,573 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:59,573 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.125481 ms - MDC[] 2021-08-17 11:58:59,573 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:59,573 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:59,573 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:59,574 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #155 initialized: null - MDC[jobName=requester (Q)] 2021-08-17 11:58:59,575 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:59,575 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom155, ID:centos-7-g3prd-37541-1629201486420-0:154) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:59,575 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom155, ID:centos-7-g3prd-37541-1629201486420-0:154) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:59,575 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] 2021-08-17 11:58:59,576 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom155 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:59,881 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3201aadd] - MDC[] 2021-08-17 11:58:59,881 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@663a2b91[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:58:59,881 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006235 ms - MDC[] 2021-08-17 11:58:59,882 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom155 stopped - MDC[] 2021-08-17 11:58:59,882 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom155, ID:centos-7-g3prd-37541-1629201486420-0:154) is shutting down - MDC[] 2021-08-17 11:58:59,883 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom155, ID:centos-7-g3prd-37541-1629201486420-0:154) uptime 0.308 seconds - MDC[] 2021-08-17 11:58:59,883 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom155, ID:centos-7-g3prd-37541-1629201486420-0:154) is shutdown - MDC[] 2021-08-17 11:58:59,883 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:58:59,883 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.463831 ms - MDC[] 2021-08-17 11:58:59,883 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:58:59,883 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:58:59,883 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:58:59,884 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #156 initialized: null - MDC[jobName=requester (Q)] 2021-08-17 11:58:59,885 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:59,886 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom156, ID:centos-7-g3prd-37541-1629201486420-0:155) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:59,886 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom156, ID:centos-7-g3prd-37541-1629201486420-0:155) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:58:59,886 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] 2021-08-17 11:58:59,886 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom156 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:59:00,191 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7ec49d9b] - MDC[] 2021-08-17 11:59:00,192 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6b0d4577[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:00,192 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006610 ms - MDC[] 2021-08-17 11:59:00,193 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom156 stopped - MDC[] 2021-08-17 11:59:00,193 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom156, ID:centos-7-g3prd-37541-1629201486420-0:155) is shutting down - MDC[] 2021-08-17 11:59:00,193 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom156, ID:centos-7-g3prd-37541-1629201486420-0:155) uptime 0.308 seconds - MDC[] 2021-08-17 11:59:00,193 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom156, ID:centos-7-g3prd-37541-1629201486420-0:155) is shutdown - MDC[] 2021-08-17 11:59:00,193 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:00,193 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.796493 ms - MDC[] 2021-08-17 11:59:00,193 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:00,194 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:00,194 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:00,195 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #157 initialized: null - MDC[jobName=requester (Q)] 2021-08-17 11:59:00,195 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:59:00,196 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom157, ID:centos-7-g3prd-37541-1629201486420-0:156) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:59:00,196 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom157, ID:centos-7-g3prd-37541-1629201486420-0:156) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:59:00,196 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=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:59:00,196 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom157 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:59:00,502 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7e8c465d] - MDC[] 2021-08-17 11:59:00,502 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@57693b78[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:00,502 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006179 ms - MDC[] 2021-08-17 11:59:00,503 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom157 stopped - MDC[] 2021-08-17 11:59:00,503 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom157, ID:centos-7-g3prd-37541-1629201486420-0:156) is shutting down - MDC[] 2021-08-17 11:59:00,503 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom157, ID:centos-7-g3prd-37541-1629201486420-0:156) uptime 0.308 seconds - MDC[] 2021-08-17 11:59:00,504 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom157, ID:centos-7-g3prd-37541-1629201486420-0:156) is shutdown - MDC[] 2021-08-17 11:59:00,504 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:00,504 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.857067 ms - MDC[] 2021-08-17 11:59:00,504 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:00,504 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:00,505 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:00,505 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.103338 ms - MDC[] 2021-08-17 11:59:00,505 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:00,505 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:00,505 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:00,506 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.initRequestReply(JmsMomImplementor.java:207) - Scout JUnit MOM #158: 'request-reply' messaging is disabled - MDC[] 2021-08-17 11:59:00,506 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #158 initialized: null - MDC[] 2021-08-17 11:59:00,506 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:00,506 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.851022 ms - MDC[] 2021-08-17 11:59:00,506 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:00,507 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:00,507 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:00,507 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #159 initialized: null - MDC[] 2021-08-17 11:59:00,508 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:00,508 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom159, ID:centos-7-g3prd-37541-1629201486420-0:157) is starting - MDC[] 2021-08-17 11:59:00,508 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom159, ID:centos-7-g3prd-37541-1629201486420-0:157) started - MDC[] 2021-08-17 11:59:00,508 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:00,509 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom159 started - MDC[] 2021-08-17 11:59:00,516 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6bb24de1, org.eclipse.scout.rt.mom.jms.JmsSubscription@167080e] - MDC[] 2021-08-17 11:59:00,517 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6716d0e1[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:00,517 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.030737 ms - MDC[] 2021-08-17 11:59:00,518 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom159 stopped - MDC[] 2021-08-17 11:59:00,518 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom159, ID:centos-7-g3prd-37541-1629201486420-0:157) is shutting down - MDC[] 2021-08-17 11:59:00,518 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom159, ID:centos-7-g3prd-37541-1629201486420-0:157) uptime 0.010 seconds - MDC[] 2021-08-17 11:59:00,519 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom159, ID:centos-7-g3prd-37541-1629201486420-0:157) is shutdown - MDC[] 2021-08-17 11:59:00,519 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:00,519 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.821768 ms - MDC[] 2021-08-17 11:59:00,519 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:00,520 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:00,520 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:00,520 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #160 initialized: null - MDC[] 2021-08-17 11:59:00,521 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:00,521 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom160, ID:centos-7-g3prd-37541-1629201486420-0:158) is starting - MDC[] 2021-08-17 11:59:00,521 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom160, ID:centos-7-g3prd-37541-1629201486420-0:158) started - MDC[] 2021-08-17 11:59:00,521 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:00,522 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom160 started - MDC[] 2021-08-17 11:59:00,522 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-473:1,clientId=null,started=false} - MDC[] 2021-08-17 11:59:00,524 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6e4c5d88, org.eclipse.scout.rt.mom.jms.JmsSubscription@57d9b564] - MDC[] 2021-08-17 11:59:00,527 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@68378acc, org.eclipse.scout.rt.mom.jms.JmsSubscription@5ea73927] - MDC[] 2021-08-17 11:59:00,530 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@16f108a4, org.eclipse.scout.rt.mom.jms.JmsSubscription@554a30fc] - MDC[] 2021-08-17 11:59:00,533 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@94d4dd, org.eclipse.scout.rt.mom.jms.JmsSubscription@5867c87] - MDC[] 2021-08-17 11:59:00,536 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@51470a6c, org.eclipse.scout.rt.mom.jms.JmsSubscription@6d48f1c] - MDC[] 2021-08-17 11:59:00,539 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7b81283, org.eclipse.scout.rt.mom.jms.JmsSubscription@5e8b5e7d] - MDC[] 2021-08-17 11:59:00,541 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@39a7fff, org.eclipse.scout.rt.mom.jms.JmsSubscription@798ca706] - MDC[] 2021-08-17 11:59:00,545 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@236ec794, org.eclipse.scout.rt.mom.jms.JmsSubscription@5a0379e2] - MDC[] 2021-08-17 11:59:00,545 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:00,546 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:00,546 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom160 stopped - MDC[] 2021-08-17 11:59:00,546 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom160, ID:centos-7-g3prd-37541-1629201486420-0:158) is shutting down - MDC[] 2021-08-17 11:59:00,546 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom160, ID:centos-7-g3prd-37541-1629201486420-0:158) uptime 0.025 seconds - MDC[] 2021-08-17 11:59:00,546 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom160, ID:centos-7-g3prd-37541-1629201486420-0:158) is shutdown - MDC[] 2021-08-17 11:59:00,547 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:00,547 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 26.644126 ms - MDC[] 2021-08-17 11:59:00,547 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:00,547 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:00,547 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:00,548 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #161 initialized: null - MDC[] 2021-08-17 11:59:00,548 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:00,548 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom161, ID:centos-7-g3prd-37541-1629201486420-0:159) is starting - MDC[] 2021-08-17 11:59:00,549 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom161, ID:centos-7-g3prd-37541-1629201486420-0:159) started - MDC[] 2021-08-17 11:59:00,549 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:00,549 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom161 started - MDC[] 2021-08-17 11:59:00,549 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-476:1,clientId=null,started=false} - MDC[] 2021-08-17 11:59:00,552 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@144d8c4f, org.eclipse.scout.rt.mom.jms.JmsSubscription@7cb81ae] - MDC[] 2021-08-17 11:59:00,553 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:00,553 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:00,553 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom161 stopped - MDC[] 2021-08-17 11:59:00,554 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom161, ID:centos-7-g3prd-37541-1629201486420-0:159) is shutting down - MDC[] 2021-08-17 11:59:00,554 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom161, ID:centos-7-g3prd-37541-1629201486420-0:159) uptime 0.006 seconds - MDC[] 2021-08-17 11:59:00,554 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom161, ID:centos-7-g3prd-37541-1629201486420-0:159) is shutdown - MDC[] 2021-08-17 11:59:00,554 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:00,554 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.883868 ms - MDC[] 2021-08-17 11:59:00,554 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:00,555 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:00,555 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:00,555 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #162 initialized: null - MDC[] 2021-08-17 11:59:00,556 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:00,556 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom162, ID:centos-7-g3prd-37541-1629201486420-0:160) is starting - MDC[] 2021-08-17 11:59:00,556 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom162, ID:centos-7-g3prd-37541-1629201486420-0:160) started - MDC[] 2021-08-17 11:59:00,556 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:00,557 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom162 started - MDC[] 2021-08-17 11:59:00,558 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-479:2,clientId=null,started=false} - MDC[cid=cid:abc] 2021-08-17 11:59:00,560 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@487befb] - MDC[] 2021-08-17 11:59:00,561 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:00,561 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:00,561 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom162 stopped - MDC[] 2021-08-17 11:59:00,561 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom162, ID:centos-7-g3prd-37541-1629201486420-0:160) is shutting down - MDC[] 2021-08-17 11:59:00,561 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom162, ID:centos-7-g3prd-37541-1629201486420-0:160) uptime 0.005 seconds - MDC[] 2021-08-17 11:59:00,562 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom162, ID:centos-7-g3prd-37541-1629201486420-0:160) is shutdown - MDC[] 2021-08-17 11:59:00,562 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:00,562 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.737163 ms - MDC[] 2021-08-17 11:59:00,562 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:00,562 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:00,562 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:00,563 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #163 initialized: null - MDC[] 2021-08-17 11:59:00,563 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:00,564 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom163, ID:centos-7-g3prd-37541-1629201486420-0:161) is starting - MDC[] 2021-08-17 11:59:00,564 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom163, ID:centos-7-g3prd-37541-1629201486420-0:161) started - MDC[] 2021-08-17 11:59:00,564 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:00,564 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom163 started - MDC[] 2021-08-17 11:59:00,566 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-482:2,clientId=null,started=false} - MDC[] 2021-08-17 11:59:00,568 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6bcc277a] - MDC[] 2021-08-17 11:59:00,568 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:00,569 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:00,569 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom163 stopped - MDC[] 2021-08-17 11:59:00,569 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom163, ID:centos-7-g3prd-37541-1629201486420-0:161) is shutting down - MDC[] 2021-08-17 11:59:00,569 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom163, ID:centos-7-g3prd-37541-1629201486420-0:161) uptime 0.006 seconds - MDC[] 2021-08-17 11:59:00,569 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom163, ID:centos-7-g3prd-37541-1629201486420-0:161) is shutdown - MDC[] 2021-08-17 11:59:00,570 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:00,570 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.124889 ms - MDC[] 2021-08-17 11:59:00,570 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:00,570 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:00,570 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:00,571 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #164 initialized: null - MDC[] 2021-08-17 11:59:00,571 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:00,572 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom164, ID:centos-7-g3prd-37541-1629201486420-0:162) is starting - MDC[] 2021-08-17 11:59:00,572 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom164, ID:centos-7-g3prd-37541-1629201486420-0:162) started - MDC[] 2021-08-17 11:59:00,572 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:00,572 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom164 started - MDC[] 2021-08-17 11:59:00,572 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-485:1,clientId=null,started=false} - MDC[] 2021-08-17 11:59:00,605 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@93231b2, org.eclipse.scout.rt.mom.jms.JmsSubscription@cf97391] - MDC[] 2021-08-17 11:59:00,606 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:00,606 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:00,606 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom164 stopped - MDC[] 2021-08-17 11:59:00,606 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom164, ID:centos-7-g3prd-37541-1629201486420-0:162) is shutting down - MDC[] 2021-08-17 11:59:00,607 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom164, ID:centos-7-g3prd-37541-1629201486420-0:162) uptime 0.036 seconds - MDC[] 2021-08-17 11:59:00,607 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom164, ID:centos-7-g3prd-37541-1629201486420-0:162) is shutdown - MDC[] 2021-08-17 11:59:00,607 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:00,607 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 36.510269 ms - MDC[] 2021-08-17 11:59:00,607 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:00,608 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:00,608 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:00,608 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #165 initialized: null - MDC[] 2021-08-17 11:59:00,608 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:00,609 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom165, ID:centos-7-g3prd-37541-1629201486420-0:163) is starting - MDC[] 2021-08-17 11:59:00,609 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom165, ID:centos-7-g3prd-37541-1629201486420-0:163) started - MDC[] 2021-08-17 11:59:00,609 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:00,609 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom165 started - MDC[] 2021-08-17 11:59:00,610 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-488:1,clientId=null,started=false} - MDC[] 2021-08-17 11:59:00,618 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3e6be3c1, org.eclipse.scout.rt.mom.jms.JmsSubscription@112188cc] - MDC[] 2021-08-17 11:59:00,621 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1f3bd40a, org.eclipse.scout.rt.mom.jms.JmsSubscription@4dafea3f] - MDC[] 2021-08-17 11:59:00,623 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4e42beba, org.eclipse.scout.rt.mom.jms.JmsSubscription@73021987] - MDC[] 2021-08-17 11:59:00,626 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2b0061b7, org.eclipse.scout.rt.mom.jms.JmsSubscription@72dc0d72] - MDC[] 2021-08-17 11:59:00,628 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@40fdcbd5, org.eclipse.scout.rt.mom.jms.JmsSubscription@c512269] - MDC[] 2021-08-17 11:59:00,631 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4054f861, org.eclipse.scout.rt.mom.jms.JmsSubscription@30cf61ca] - MDC[] 2021-08-17 11:59:00,634 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@57fefa97, org.eclipse.scout.rt.mom.jms.JmsSubscription@5700053f] - MDC[] 2021-08-17 11:59:00,636 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@258227dd, org.eclipse.scout.rt.mom.jms.JmsSubscription@225fb905] - MDC[] 2021-08-17 11:59:00,637 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:00,637 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:00,637 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom165 stopped - MDC[] 2021-08-17 11:59:00,637 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom165, ID:centos-7-g3prd-37541-1629201486420-0:163) is shutting down - MDC[] 2021-08-17 11:59:00,638 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom165, ID:centos-7-g3prd-37541-1629201486420-0:163) uptime 0.030 seconds - MDC[] 2021-08-17 11:59:00,638 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom165, ID:centos-7-g3prd-37541-1629201486420-0:163) is shutdown - MDC[] 2021-08-17 11:59:00,638 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:00,638 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 30.239534 ms - MDC[] 2021-08-17 11:59:00,638 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:00,639 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:00,639 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:00,639 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #166 initialized: null - MDC[] 2021-08-17 11:59:00,639 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:00,640 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom166, ID:centos-7-g3prd-37541-1629201486420-0:164) is starting - MDC[] 2021-08-17 11:59:00,640 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom166, ID:centos-7-g3prd-37541-1629201486420-0:164) started - MDC[] 2021-08-17 11:59:00,640 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:00,641 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom166 started - MDC[] 2021-08-17 11:59:00,641 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-491:1,clientId=null,started=false} - MDC[] 2021-08-17 11:59:00,643 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4fb56bdf] - MDC[] 2021-08-17 11:59:00,644 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:00,644 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:00,645 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom166 stopped - MDC[] 2021-08-17 11:59:00,645 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom166, ID:centos-7-g3prd-37541-1629201486420-0:164) is shutting down - MDC[] 2021-08-17 11:59:00,645 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom166, ID:centos-7-g3prd-37541-1629201486420-0:164) uptime 0.006 seconds - MDC[] 2021-08-17 11:59:00,645 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom166, ID:centos-7-g3prd-37541-1629201486420-0:164) is shutdown - MDC[] 2021-08-17 11:59:00,645 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:00,645 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.465018 ms - MDC[] 2021-08-17 11:59:00,645 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:00,646 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:00,646 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:00,646 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #167 initialized: null - MDC[] 2021-08-17 11:59:00,647 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:00,647 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom167, ID:centos-7-g3prd-37541-1629201486420-0:165) is starting - MDC[] 2021-08-17 11:59:00,647 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom167, ID:centos-7-g3prd-37541-1629201486420-0:165) started - MDC[] 2021-08-17 11:59:00,647 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:00,648 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom167 started - MDC[] 2021-08-17 11:59:00,650 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-494:3,clientId=null,started=false} - MDC[] 2021-08-17 11:59:00,701 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@48b9ee43, org.eclipse.scout.rt.mom.jms.JmsSubscription@7c9e149] - MDC[] 2021-08-17 11:59:00,703 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:00,703 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:00,704 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom167 stopped - MDC[] 2021-08-17 11:59:00,704 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom167, ID:centos-7-g3prd-37541-1629201486420-0:165) is shutting down - MDC[] 2021-08-17 11:59:00,704 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom167, ID:centos-7-g3prd-37541-1629201486420-0:165) uptime 0.057 seconds - MDC[] 2021-08-17 11:59:00,704 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom167, ID:centos-7-g3prd-37541-1629201486420-0:165) is shutdown - MDC[] 2021-08-17 11:59:00,705 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:00,705 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.643649 ms - MDC[] 2021-08-17 11:59:00,705 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:00,705 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:00,705 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:00,706 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #168 initialized: null - MDC[] 2021-08-17 11:59:00,706 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:00,706 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom168, ID:centos-7-g3prd-37541-1629201486420-0:166) is starting - MDC[] 2021-08-17 11:59:00,706 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom168, ID:centos-7-g3prd-37541-1629201486420-0:166) started - MDC[] 2021-08-17 11:59:00,706 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:00,707 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom168 started - MDC[] 2021-08-17 11:59:00,709 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-497:3,clientId=null,started=false} - MDC[] 2021-08-17 11:59:00,760 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@289f9094, org.eclipse.scout.rt.mom.jms.JmsSubscription@348143e1] - MDC[] 2021-08-17 11:59:00,762 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:00,762 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:00,762 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom168 stopped - MDC[] 2021-08-17 11:59:00,762 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom168, ID:centos-7-g3prd-37541-1629201486420-0:166) is shutting down - MDC[] 2021-08-17 11:59:00,763 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom168, ID:centos-7-g3prd-37541-1629201486420-0:166) uptime 0.057 seconds - MDC[] 2021-08-17 11:59:00,763 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom168, ID:centos-7-g3prd-37541-1629201486420-0:166) is shutdown - MDC[] 2021-08-17 11:59:00,763 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:00,763 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 57.713104 ms - MDC[] 2021-08-17 11:59:00,763 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:00,763 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:00,763 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:00,764 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #169 initialized: null - MDC[] 2021-08-17 11:59:00,764 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:00,765 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom169, ID:centos-7-g3prd-37541-1629201486420-0:167) is starting - MDC[] 2021-08-17 11:59:00,765 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom169, ID:centos-7-g3prd-37541-1629201486420-0:167) started - MDC[] 2021-08-17 11:59:00,765 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:00,765 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom169 started - MDC[] 2021-08-17 11:59:00,768 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-500:3,clientId=null,started=false} - MDC[] 2021-08-17 11:59:00,820 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1b694a00, org.eclipse.scout.rt.mom.jms.JmsSubscription@12d432ea] - MDC[] 2021-08-17 11:59:00,822 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:00,822 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:00,823 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom169 stopped - MDC[] 2021-08-17 11:59:00,823 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom169, ID:centos-7-g3prd-37541-1629201486420-0:167) is shutting down - MDC[] 2021-08-17 11:59:00,823 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom169, ID:centos-7-g3prd-37541-1629201486420-0:167) uptime 0.059 seconds - MDC[] 2021-08-17 11:59:00,823 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom169, ID:centos-7-g3prd-37541-1629201486420-0:167) is shutdown - MDC[] 2021-08-17 11:59:00,823 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:00,824 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 60.053489 ms - MDC[] 2021-08-17 11:59:00,824 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:00,824 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:00,824 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:00,824 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #170 initialized: null - MDC[] 2021-08-17 11:59:00,825 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:00,825 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom170, ID:centos-7-g3prd-37541-1629201486420-0:168) is starting - MDC[] 2021-08-17 11:59:00,825 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom170, ID:centos-7-g3prd-37541-1629201486420-0:168) started - MDC[] 2021-08-17 11:59:00,825 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:00,826 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom170 started - MDC[] 2021-08-17 11:59:00,828 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-503:3,clientId=null,started=false} - MDC[] 2021-08-17 11:59:00,880 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@b79953e, org.eclipse.scout.rt.mom.jms.JmsSubscription@6c743da] - MDC[] 2021-08-17 11:59:00,881 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:00,881 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:00,882 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom170 stopped - MDC[] 2021-08-17 11:59:00,882 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom170, ID:centos-7-g3prd-37541-1629201486420-0:168) is shutting down - MDC[] 2021-08-17 11:59:00,882 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom170, ID:centos-7-g3prd-37541-1629201486420-0:168) uptime 0.057 seconds - MDC[] 2021-08-17 11:59:00,882 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom170, ID:centos-7-g3prd-37541-1629201486420-0:168) is shutdown - MDC[] 2021-08-17 11:59:00,882 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:00,883 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.460442 ms - MDC[] 2021-08-17 11:59:00,883 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:00,883 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:00,883 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:00,884 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #171 initialized: null - MDC[] 2021-08-17 11:59:00,884 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:00,884 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom171, ID:centos-7-g3prd-37541-1629201486420-0:169) is starting - MDC[] 2021-08-17 11:59:00,884 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom171, ID:centos-7-g3prd-37541-1629201486420-0:169) started - MDC[] 2021-08-17 11:59:00,884 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:00,885 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom171 started - MDC[] 2021-08-17 11:59:00,887 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-506:3,clientId=null,started=false} - MDC[] 2021-08-17 11:59:00,938 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@65ea3961, org.eclipse.scout.rt.mom.jms.JmsSubscription@1781e2e1] - MDC[] 2021-08-17 11:59:00,941 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:00,941 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:00,941 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom171 stopped - MDC[] 2021-08-17 11:59:00,941 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom171, ID:centos-7-g3prd-37541-1629201486420-0:169) is shutting down - MDC[] 2021-08-17 11:59:00,942 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom171, ID:centos-7-g3prd-37541-1629201486420-0:169) uptime 0.058 seconds - MDC[] 2021-08-17 11:59:00,942 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom171, ID:centos-7-g3prd-37541-1629201486420-0:169) is shutdown - MDC[] 2021-08-17 11:59:00,942 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:00,942 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.871016 ms - MDC[] 2021-08-17 11:59:00,942 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:00,942 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:00,943 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:00,943 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #172 initialized: null - MDC[] 2021-08-17 11:59:00,944 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:00,944 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom172, ID:centos-7-g3prd-37541-1629201486420-0:170) is starting - MDC[] 2021-08-17 11:59:00,944 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom172, ID:centos-7-g3prd-37541-1629201486420-0:170) started - MDC[] 2021-08-17 11:59:00,944 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:00,945 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom172 started - MDC[] 2021-08-17 11:59:00,947 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-509:3,clientId=null,started=false} - MDC[] 2021-08-17 11:59:00,998 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@35e59c13, org.eclipse.scout.rt.mom.jms.JmsSubscription@3da94286] - MDC[] 2021-08-17 11:59:01,000 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:01,000 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:01,000 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom172 stopped - MDC[] 2021-08-17 11:59:01,000 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom172, ID:centos-7-g3prd-37541-1629201486420-0:170) is shutting down - MDC[] 2021-08-17 11:59:01,001 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom172, ID:centos-7-g3prd-37541-1629201486420-0:170) uptime 0.057 seconds - MDC[] 2021-08-17 11:59:01,001 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom172, ID:centos-7-g3prd-37541-1629201486420-0:170) is shutdown - MDC[] 2021-08-17 11:59:01,001 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:01,001 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.477781 ms - MDC[] 2021-08-17 11:59:01,001 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:01,002 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:01,002 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:01,002 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #173 initialized: null - MDC[] 2021-08-17 11:59:01,002 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:01,003 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom173, ID:centos-7-g3prd-37541-1629201486420-0:171) is starting - MDC[] 2021-08-17 11:59:01,003 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom173, ID:centos-7-g3prd-37541-1629201486420-0:171) started - MDC[] 2021-08-17 11:59:01,003 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:01,003 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom173 started - MDC[] 2021-08-17 11:59:01,006 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-512:3,clientId=null,started=false} - MDC[] 2021-08-17 11:59:01,057 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3b89bccf, org.eclipse.scout.rt.mom.jms.JmsSubscription@299a0651] - MDC[] 2021-08-17 11:59:01,059 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:01,059 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:01,059 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom173 stopped - MDC[] 2021-08-17 11:59:01,059 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom173, ID:centos-7-g3prd-37541-1629201486420-0:171) is shutting down - MDC[] 2021-08-17 11:59:01,060 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom173, ID:centos-7-g3prd-37541-1629201486420-0:171) uptime 0.058 seconds - MDC[] 2021-08-17 11:59:01,060 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom173, ID:centos-7-g3prd-37541-1629201486420-0:171) is shutdown - MDC[] 2021-08-17 11:59:01,060 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:01,060 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.520900 ms - MDC[] 2021-08-17 11:59:01,060 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:01,061 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:01,061 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:01,061 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #174 initialized: null - MDC[] 2021-08-17 11:59:01,062 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:01,062 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom174, ID:centos-7-g3prd-37541-1629201486420-0:172) is starting - MDC[] 2021-08-17 11:59:01,063 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom174, ID:centos-7-g3prd-37541-1629201486420-0:172) started - MDC[] 2021-08-17 11:59:01,063 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:01,063 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom174 started - MDC[] 2021-08-17 11:59:01,066 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-515:3,clientId=null,started=false} - MDC[] 2021-08-17 11:59:01,118 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@47d0c2e0, org.eclipse.scout.rt.mom.jms.JmsSubscription@311a569d] - MDC[] 2021-08-17 11:59:01,119 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:01,119 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:01,119 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom174 stopped - MDC[] 2021-08-17 11:59:01,120 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom174, ID:centos-7-g3prd-37541-1629201486420-0:172) is shutting down - MDC[] 2021-08-17 11:59:01,120 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom174, ID:centos-7-g3prd-37541-1629201486420-0:172) uptime 0.058 seconds - MDC[] 2021-08-17 11:59:01,120 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom174, ID:centos-7-g3prd-37541-1629201486420-0:172) is shutdown - MDC[] 2021-08-17 11:59:01,120 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:01,120 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 59.244874 ms - MDC[] 2021-08-17 11:59:01,120 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:01,121 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:01,121 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:01,122 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #175 initialized: null - MDC[] 2021-08-17 11:59:01,122 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:01,122 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom175, ID:centos-7-g3prd-37541-1629201486420-0:173) is starting - MDC[] 2021-08-17 11:59:01,123 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom175, ID:centos-7-g3prd-37541-1629201486420-0:173) started - MDC[] 2021-08-17 11:59:01,123 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:01,123 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom175 started - MDC[] 2021-08-17 11:59:01,126 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-518:3,clientId=null,started=false} - MDC[] 2021-08-17 11:59:01,178 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3f7ff364, org.eclipse.scout.rt.mom.jms.JmsSubscription@726cda5b] - MDC[] 2021-08-17 11:59:01,180 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:01,180 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:01,180 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom175 stopped - MDC[] 2021-08-17 11:59:01,180 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom175, ID:centos-7-g3prd-37541-1629201486420-0:173) is shutting down - MDC[] 2021-08-17 11:59:01,181 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom175, ID:centos-7-g3prd-37541-1629201486420-0:173) uptime 0.059 seconds - MDC[] 2021-08-17 11:59:01,181 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom175, ID:centos-7-g3prd-37541-1629201486420-0:173) is shutdown - MDC[] 2021-08-17 11:59:01,181 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:01,181 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 59.851668 ms - MDC[] 2021-08-17 11:59:01,181 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:01,181 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:01,181 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:01,182 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #176 initialized: null - MDC[] 2021-08-17 11:59:01,182 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:01,183 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom176, ID:centos-7-g3prd-37541-1629201486420-0:174) is starting - MDC[] 2021-08-17 11:59:01,183 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom176, ID:centos-7-g3prd-37541-1629201486420-0:174) started - MDC[] 2021-08-17 11:59:01,183 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:01,183 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom176 started - MDC[] 2021-08-17 11:59:01,185 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-521:3,clientId=null,started=false} - MDC[] 2021-08-17 11:59:01,237 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3b5b6df4, org.eclipse.scout.rt.mom.jms.JmsSubscription@6ad11552] - MDC[] 2021-08-17 11:59:01,238 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:01,239 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:01,239 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom176 stopped - MDC[] 2021-08-17 11:59:01,239 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom176, ID:centos-7-g3prd-37541-1629201486420-0:174) is shutting down - MDC[] 2021-08-17 11:59:01,239 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom176, ID:centos-7-g3prd-37541-1629201486420-0:174) uptime 0.057 seconds - MDC[] 2021-08-17 11:59:01,239 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom176, ID:centos-7-g3prd-37541-1629201486420-0:174) is shutdown - MDC[] 2021-08-17 11:59:01,239 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:01,240 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.068784 ms - MDC[] 2021-08-17 11:59:01,240 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:01,240 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:01,240 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:01,241 INFO [scout-thread-17] 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] 2021-08-17 11:59:01,242 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] 2021-08-17 11:59:01,242 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom177, ID:centos-7-g3prd-37541-1629201486420-0:175) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:01,242 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom177, ID:centos-7-g3prd-37541-1629201486420-0:175) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:01,242 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] 2021-08-17 11:59:01,242 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom177 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:06,245 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/testTopicRequestReplyTimeout] 2021-08-17 11:59:06,247 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2e4c4373] - MDC[] 2021-08-17 11:59:06,248 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3e0daab8[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:06,248 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.005990 ms - MDC[] 2021-08-17 11:59:06,249 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom177 stopped - MDC[] 2021-08-17 11:59:06,249 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom177, ID:centos-7-g3prd-37541-1629201486420-0:175) is shutting down - MDC[] 2021-08-17 11:59:06,249 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom177, ID:centos-7-g3prd-37541-1629201486420-0:175) uptime 5.008 seconds - MDC[] 2021-08-17 11:59:06,249 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom177, ID:centos-7-g3prd-37541-1629201486420-0:175) is shutdown - MDC[] 2021-08-17 11:59:06,249 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:06,250 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5008.893289 ms - MDC[] 2021-08-17 11:59:06,250 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:06,250 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:06,250 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:06,251 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #178 initialized: null - MDC[] 2021-08-17 11:59:06,251 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:06,251 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom178, ID:centos-7-g3prd-37541-1629201486420-0:176) is starting - MDC[] 2021-08-17 11:59:06,251 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom178, ID:centos-7-g3prd-37541-1629201486420-0:176) started - MDC[] 2021-08-17 11:59:06,252 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:06,252 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom178 started - MDC[] 2021-08-17 11:59:06,252 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-527:1,clientId=null,started=false} - MDC[] 2021-08-17 11:59:06,255 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6f535d77, org.eclipse.scout.rt.mom.jms.JmsSubscription@19097fa5] - MDC[] 2021-08-17 11:59:06,256 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:06,256 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:06,256 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom178 stopped - MDC[] 2021-08-17 11:59:06,256 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom178, ID:centos-7-g3prd-37541-1629201486420-0:176) is shutting down - MDC[] 2021-08-17 11:59:06,257 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom178, ID:centos-7-g3prd-37541-1629201486420-0:176) uptime 0.005 seconds - MDC[] 2021-08-17 11:59:06,257 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom178, ID:centos-7-g3prd-37541-1629201486420-0:176) is shutdown - MDC[] 2021-08-17 11:59:06,257 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:06,257 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.700463 ms - MDC[] 2021-08-17 11:59:06,257 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:06,258 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:06,258 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:06,258 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:06,258 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.704814 ms - MDC[] 2021-08-17 11:59:06,258 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:06,259 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:06,259 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:06,259 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #180 initialized: null - MDC[] 2021-08-17 11:59:06,260 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:06,260 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom180, ID:centos-7-g3prd-37541-1629201486420-0:177) is starting - MDC[] 2021-08-17 11:59:06,260 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom180, ID:centos-7-g3prd-37541-1629201486420-0:177) started - MDC[] 2021-08-17 11:59:06,260 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:06,261 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom180 started - MDC[] 2021-08-17 11:59:06,261 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-530:1,clientId=null,started=false} - MDC[] 2021-08-17 11:59:06,286 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@569e8e11] - MDC[] 2021-08-17 11:59:06,287 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:06,287 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:06,288 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom180 stopped - MDC[] 2021-08-17 11:59:06,288 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom180, ID:centos-7-g3prd-37541-1629201486420-0:177) is shutting down - MDC[] 2021-08-17 11:59:06,288 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom180, ID:centos-7-g3prd-37541-1629201486420-0:177) uptime 0.028 seconds - MDC[] 2021-08-17 11:59:06,288 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom180, ID:centos-7-g3prd-37541-1629201486420-0:177) is shutdown - MDC[] 2021-08-17 11:59:06,288 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:06,289 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 29.318996 ms - MDC[] 2021-08-17 11:59:06,289 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:06,289 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:06,289 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:06,290 INFO [scout-thread-23] 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] 2021-08-17 11:59:06,290 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] 2021-08-17 11:59:06,291 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom181, ID:centos-7-g3prd-37541-1629201486420-0:178) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:06,291 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom181, ID:centos-7-g3prd-37541-1629201486420-0:178) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:06,291 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] 2021-08-17 11:59:06,291 INFO [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom181 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:06,299 INFO [ActiveMQ VMTransport: vm://mom181#757-1] org.apache.activemq.broker.region.TempQueue.dispose(TempQueue.java:87) - temp-queue://ID:centos-7-g3prd-37541-1629201486420-533:4:1 on dispose, purge of 1 pending messages: org.apache.activemq.broker.region.cursors.VMPendingMessageCursor@329e2ec5 - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:06,300 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7aaf260f, org.eclipse.scout.rt.mom.jms.JmsSubscription@739e76e6] - MDC[] 2021-08-17 11:59:06,300 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3dd17c6f[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:06,301 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.020874 ms - MDC[] 2021-08-17 11:59:06,301 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom181 stopped - MDC[] 2021-08-17 11:59:06,301 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom181, ID:centos-7-g3prd-37541-1629201486420-0:178) is shutting down - MDC[] 2021-08-17 11:59:06,302 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom181, ID:centos-7-g3prd-37541-1629201486420-0:178) uptime 0.011 seconds - MDC[] 2021-08-17 11:59:06,302 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom181, ID:centos-7-g3prd-37541-1629201486420-0:178) is shutdown - MDC[] 2021-08-17 11:59:06,302 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:06,302 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 12.476272 ms - MDC[] 2021-08-17 11:59:06,302 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:06,302 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:06,303 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:06,303 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #182 initialized: null - MDC[] 2021-08-17 11:59:06,303 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:06,303 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom182, ID:centos-7-g3prd-37541-1629201486420-0:179) is starting - MDC[] 2021-08-17 11:59:06,304 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom182, ID:centos-7-g3prd-37541-1629201486420-0:179) started - MDC[] 2021-08-17 11:59:06,304 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:06,304 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom182 started - MDC[] 2021-08-17 11:59:06,304 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-536:1,clientId=null,started=false} - MDC[] 2021-08-17 11:59:06,457 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@66a2bc61] - MDC[] 2021-08-17 11:59:06,458 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:06,458 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:06,458 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom182 stopped - MDC[] 2021-08-17 11:59:06,458 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom182, ID:centos-7-g3prd-37541-1629201486420-0:179) is shutting down - MDC[] 2021-08-17 11:59:06,459 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom182, ID:centos-7-g3prd-37541-1629201486420-0:179) uptime 0.156 seconds - MDC[] 2021-08-17 11:59:06,459 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom182, ID:centos-7-g3prd-37541-1629201486420-0:179) is shutdown - MDC[] 2021-08-17 11:59:06,459 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:06,459 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 156.567149 ms - MDC[] 2021-08-17 11:59:06,459 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:06,460 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:06,460 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:06,460 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #183 initialized: null - MDC[] 2021-08-17 11:59:06,460 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:06,461 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom183, ID:centos-7-g3prd-37541-1629201486420-0:180) is starting - MDC[] 2021-08-17 11:59:06,461 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom183, ID:centos-7-g3prd-37541-1629201486420-0:180) started - MDC[] 2021-08-17 11:59:06,461 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:06,461 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom183 started - MDC[] 2021-08-17 11:59:06,462 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-539:1,clientId=null,started=false} - MDC[] 2021-08-17 11:59:06,615 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@d418cb3] - MDC[] 2021-08-17 11:59:06,616 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:06,616 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:06,617 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom183 stopped - MDC[] 2021-08-17 11:59:06,617 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom183, ID:centos-7-g3prd-37541-1629201486420-0:180) is shutting down - MDC[] 2021-08-17 11:59:06,617 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom183, ID:centos-7-g3prd-37541-1629201486420-0:180) uptime 0.157 seconds - MDC[] 2021-08-17 11:59:06,618 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom183, ID:centos-7-g3prd-37541-1629201486420-0:180) is shutdown - MDC[] 2021-08-17 11:59:06,618 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:06,618 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.092537 ms - MDC[] 2021-08-17 11:59:06,618 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:06,618 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:06,618 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:06,619 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #184 initialized: null - MDC[] 2021-08-17 11:59:06,619 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:06,619 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom184, ID:centos-7-g3prd-37541-1629201486420-0:181) is starting - MDC[] 2021-08-17 11:59:06,620 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom184, ID:centos-7-g3prd-37541-1629201486420-0:181) started - MDC[] 2021-08-17 11:59:06,620 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:06,620 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom184 started - MDC[] 2021-08-17 11:59:06,620 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-542:1,clientId=null,started=false} - MDC[] 2021-08-17 11:59:06,773 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5c8b15f5] - MDC[] 2021-08-17 11:59:06,774 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:06,774 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:06,775 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom184 stopped - MDC[] 2021-08-17 11:59:06,775 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom184, ID:centos-7-g3prd-37541-1629201486420-0:181) is shutting down - MDC[] 2021-08-17 11:59:06,775 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom184, ID:centos-7-g3prd-37541-1629201486420-0:181) uptime 0.156 seconds - MDC[] 2021-08-17 11:59:06,775 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom184, ID:centos-7-g3prd-37541-1629201486420-0:181) is shutdown - MDC[] 2021-08-17 11:59:06,775 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:06,776 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.117587 ms - MDC[] 2021-08-17 11:59:06,776 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:06,776 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:06,776 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:06,776 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #185 initialized: null - MDC[] 2021-08-17 11:59:06,777 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:06,777 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom185, ID:centos-7-g3prd-37541-1629201486420-0:182) is starting - MDC[] 2021-08-17 11:59:06,777 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom185, ID:centos-7-g3prd-37541-1629201486420-0:182) started - MDC[] 2021-08-17 11:59:06,777 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:06,778 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom185 started - MDC[] 2021-08-17 11:59:06,778 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-545:1,clientId=null,started=false} - MDC[] 2021-08-17 11:59:06,931 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4a5e1a3a] - MDC[] 2021-08-17 11:59:06,932 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:06,933 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:06,933 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom185 stopped - MDC[] 2021-08-17 11:59:06,933 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom185, ID:centos-7-g3prd-37541-1629201486420-0:182) is shutting down - MDC[] 2021-08-17 11:59:06,934 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom185, ID:centos-7-g3prd-37541-1629201486420-0:182) uptime 0.157 seconds - MDC[] 2021-08-17 11:59:06,934 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom185, ID:centos-7-g3prd-37541-1629201486420-0:182) is shutdown - MDC[] 2021-08-17 11:59:06,934 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:06,934 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.873566 ms - MDC[] 2021-08-17 11:59:06,934 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:06,934 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:06,934 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:06,935 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #186 initialized: null - MDC[] 2021-08-17 11:59:06,935 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:06,936 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom186, ID:centos-7-g3prd-37541-1629201486420-0:183) is starting - MDC[] 2021-08-17 11:59:06,936 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom186, ID:centos-7-g3prd-37541-1629201486420-0:183) started - MDC[] 2021-08-17 11:59:06,936 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:06,936 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom186 started - MDC[] 2021-08-17 11:59:06,936 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-548:1,clientId=null,started=false} - MDC[] 2021-08-17 11:59:07,089 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6c84e4ec] - MDC[] 2021-08-17 11:59:07,090 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:07,090 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:07,091 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom186 stopped - MDC[] 2021-08-17 11:59:07,091 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom186, ID:centos-7-g3prd-37541-1629201486420-0:183) is shutting down - MDC[] 2021-08-17 11:59:07,091 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom186, ID:centos-7-g3prd-37541-1629201486420-0:183) uptime 0.156 seconds - MDC[] 2021-08-17 11:59:07,091 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom186, ID:centos-7-g3prd-37541-1629201486420-0:183) is shutdown - MDC[] 2021-08-17 11:59:07,092 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:07,092 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.247903 ms - MDC[] 2021-08-17 11:59:07,092 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:07,092 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:07,092 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:07,093 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #187 initialized: null - MDC[] 2021-08-17 11:59:07,093 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:07,094 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom187, ID:centos-7-g3prd-37541-1629201486420-0:184) is starting - MDC[] 2021-08-17 11:59:07,094 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom187, ID:centos-7-g3prd-37541-1629201486420-0:184) started - MDC[] 2021-08-17 11:59:07,094 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:07,094 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom187 started - MDC[] 2021-08-17 11:59:07,094 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-551:1,clientId=null,started=false} - MDC[] 2021-08-17 11:59:07,248 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5c5e301f] - MDC[] 2021-08-17 11:59:07,249 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:07,249 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:07,249 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom187 stopped - MDC[] 2021-08-17 11:59:07,249 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom187, ID:centos-7-g3prd-37541-1629201486420-0:184) is shutting down - MDC[] 2021-08-17 11:59:07,250 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom187, ID:centos-7-g3prd-37541-1629201486420-0:184) uptime 0.157 seconds - MDC[] 2021-08-17 11:59:07,250 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom187, ID:centos-7-g3prd-37541-1629201486420-0:184) is shutdown - MDC[] 2021-08-17 11:59:07,250 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:07,250 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.884041 ms - MDC[] 2021-08-17 11:59:07,250 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:07,251 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:07,251 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:07,251 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #188 initialized: null - MDC[] 2021-08-17 11:59:07,252 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:07,252 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom188, ID:centos-7-g3prd-37541-1629201486420-0:185) is starting - MDC[] 2021-08-17 11:59:07,252 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom188, ID:centos-7-g3prd-37541-1629201486420-0:185) started - MDC[] 2021-08-17 11:59:07,252 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:07,252 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom188 started - MDC[] 2021-08-17 11:59:07,253 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-554:1,clientId=null,started=false} - MDC[] 2021-08-17 11:59:07,406 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5b61d156] - MDC[] 2021-08-17 11:59:07,407 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:07,407 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:07,407 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom188 stopped - MDC[] 2021-08-17 11:59:07,407 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom188, ID:centos-7-g3prd-37541-1629201486420-0:185) is shutting down - MDC[] 2021-08-17 11:59:07,408 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom188, ID:centos-7-g3prd-37541-1629201486420-0:185) uptime 0.156 seconds - MDC[] 2021-08-17 11:59:07,408 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom188, ID:centos-7-g3prd-37541-1629201486420-0:185) is shutdown - MDC[] 2021-08-17 11:59:07,408 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:07,408 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.150859 ms - MDC[] 2021-08-17 11:59:07,408 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:07,409 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:07,409 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:07,409 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #189 initialized: null - MDC[] 2021-08-17 11:59:07,409 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:07,410 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom189, ID:centos-7-g3prd-37541-1629201486420-0:186) is starting - MDC[] 2021-08-17 11:59:07,410 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom189, ID:centos-7-g3prd-37541-1629201486420-0:186) started - MDC[] 2021-08-17 11:59:07,410 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:07,410 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom189 started - MDC[] 2021-08-17 11:59:07,411 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-557:1,clientId=null,started=false} - MDC[] 2021-08-17 11:59:07,563 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4aca25e8] - MDC[] 2021-08-17 11:59:07,565 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:07,565 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:07,566 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom189 stopped - MDC[] 2021-08-17 11:59:07,566 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom189, ID:centos-7-g3prd-37541-1629201486420-0:186) is shutting down - MDC[] 2021-08-17 11:59:07,567 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom189, ID:centos-7-g3prd-37541-1629201486420-0:186) uptime 0.158 seconds - MDC[] 2021-08-17 11:59:07,567 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom189, ID:centos-7-g3prd-37541-1629201486420-0:186) is shutdown - MDC[] 2021-08-17 11:59:07,567 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:07,567 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.596323 ms - MDC[] 2021-08-17 11:59:07,567 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:07,568 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:07,568 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:07,568 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #190 initialized: null - MDC[] 2021-08-17 11:59:07,568 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:07,569 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom190, ID:centos-7-g3prd-37541-1629201486420-0:187) is starting - MDC[] 2021-08-17 11:59:07,569 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom190, ID:centos-7-g3prd-37541-1629201486420-0:187) started - MDC[] 2021-08-17 11:59:07,569 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:07,570 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom190 started - MDC[] 2021-08-17 11:59:07,570 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-560:1,clientId=null,started=false} - MDC[] 2021-08-17 11:59:07,723 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@579c24c2] - MDC[] 2021-08-17 11:59:07,724 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:07,724 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:07,724 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom190 stopped - MDC[] 2021-08-17 11:59:07,724 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom190, ID:centos-7-g3prd-37541-1629201486420-0:187) is shutting down - MDC[] 2021-08-17 11:59:07,725 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom190, ID:centos-7-g3prd-37541-1629201486420-0:187) uptime 0.157 seconds - MDC[] 2021-08-17 11:59:07,725 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom190, ID:centos-7-g3prd-37541-1629201486420-0:187) is shutdown - MDC[] 2021-08-17 11:59:07,725 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:07,725 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.453117 ms - MDC[] 2021-08-17 11:59:07,725 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:07,726 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:07,726 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:07,726 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #191 initialized: null - MDC[] 2021-08-17 11:59:07,727 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:07,727 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom191, ID:centos-7-g3prd-37541-1629201486420-0:188) is starting - MDC[] 2021-08-17 11:59:07,727 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom191, ID:centos-7-g3prd-37541-1629201486420-0:188) started - MDC[] 2021-08-17 11:59:07,727 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:07,728 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom191 started - MDC[] 2021-08-17 11:59:07,728 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-563:1,clientId=null,started=false} - MDC[] 2021-08-17 11:59:07,881 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@35c5e4c5] - MDC[] 2021-08-17 11:59:07,882 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:07,882 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:07,882 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom191 stopped - MDC[] 2021-08-17 11:59:07,883 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom191, ID:centos-7-g3prd-37541-1629201486420-0:188) is shutting down - MDC[] 2021-08-17 11:59:07,883 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom191, ID:centos-7-g3prd-37541-1629201486420-0:188) uptime 0.156 seconds - MDC[] 2021-08-17 11:59:07,883 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom191, ID:centos-7-g3prd-37541-1629201486420-0:188) is shutdown - MDC[] 2021-08-17 11:59:07,883 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:07,884 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.597687 ms - MDC[] 2021-08-17 11:59:07,884 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:07,884 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:07,884 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:07,885 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #192 initialized: null - MDC[] 2021-08-17 11:59:07,885 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:07,886 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom192, ID:centos-7-g3prd-37541-1629201486420-0:189) is starting - MDC[] 2021-08-17 11:59:07,886 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom192, ID:centos-7-g3prd-37541-1629201486420-0:189) started - MDC[] 2021-08-17 11:59:07,886 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:07,886 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom192 started - MDC[] 2021-08-17 11:59:07,886 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-566:1,clientId=null,started=false} - MDC[] 2021-08-17 11:59:08,892 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5ddd3150, org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7b255b15] - MDC[] 2021-08-17 11:59:08,893 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:08,893 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:08,893 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom192 stopped - MDC[] 2021-08-17 11:59:08,893 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom192, ID:centos-7-g3prd-37541-1629201486420-0:189) is shutting down - MDC[] 2021-08-17 11:59:08,894 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom192, ID:centos-7-g3prd-37541-1629201486420-0:189) uptime 1.009 seconds - MDC[] 2021-08-17 11:59:08,894 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom192, ID:centos-7-g3prd-37541-1629201486420-0:189) is shutdown - MDC[] 2021-08-17 11:59:08,894 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:08,894 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1009.646907 ms - MDC[] 2021-08-17 11:59:08,894 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:08,895 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:08,895 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:08,896 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] 2021-08-17 11:59:08,896 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] 2021-08-17 11:59:08,896 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom193, ID:centos-7-g3prd-37541-1629201486420-0:190) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:08,896 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom193, ID:centos-7-g3prd-37541-1629201486420-0:190) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:08,896 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] 2021-08-17 11:59:08,897 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] 2021-08-17 11:59:08,902 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=85176a70-d1a6-4e25-b9ff-1a5b3d3ace7f] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_ObjectMarshaller_Exception(JmsMomImplementorTest.java:1269) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:59:08,906 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5fc444d0] - MDC[] 2021-08-17 11:59:08,907 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@44b6fb37[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:08,907 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006513 ms - MDC[] 2021-08-17 11:59:08,908 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom193 stopped - MDC[] 2021-08-17 11:59:08,908 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom193, ID:centos-7-g3prd-37541-1629201486420-0:190) is shutting down - MDC[] 2021-08-17 11:59:08,908 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom193, ID:centos-7-g3prd-37541-1629201486420-0:190) uptime 0.012 seconds - MDC[] 2021-08-17 11:59:08,908 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom193, ID:centos-7-g3prd-37541-1629201486420-0:190) is shutdown - MDC[] 2021-08-17 11:59:08,909 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:08,909 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.644810 ms - MDC[] 2021-08-17 11:59:08,909 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:08,909 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:08,909 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:08,910 INFO [scout-thread-24] 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] 2021-08-17 11:59:08,911 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] 2021-08-17 11:59:08,911 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom194, ID:centos-7-g3prd-37541-1629201486420-0:191) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:08,911 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom194, ID:centos-7-g3prd-37541-1629201486420-0:191) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:08,911 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] 2021-08-17 11:59:08,912 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom194 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:08,919 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@78cb15b9] - MDC[] 2021-08-17 11:59:08,919 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7d1a1a0e[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:08,920 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.023933 ms - MDC[] 2021-08-17 11:59:08,920 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom194 stopped - MDC[] 2021-08-17 11:59:08,920 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom194, ID:centos-7-g3prd-37541-1629201486420-0:191) is shutting down - MDC[] 2021-08-17 11:59:08,921 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom194, ID:centos-7-g3prd-37541-1629201486420-0:191) uptime 0.010 seconds - MDC[] 2021-08-17 11:59:08,921 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom194, ID:centos-7-g3prd-37541-1629201486420-0:191) is shutdown - MDC[] 2021-08-17 11:59:08,921 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:08,921 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.648844 ms - MDC[] 2021-08-17 11:59:08,921 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:08,922 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:08,922 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:08,923 INFO [scout-thread-21] 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] 2021-08-17 11:59:08,923 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] 2021-08-17 11:59:08,923 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom195, ID:centos-7-g3prd-37541-1629201486420-0:192) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:08,924 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom195, ID:centos-7-g3prd-37541-1629201486420-0:192) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:08,924 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] 2021-08-17 11:59:08,924 INFO [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom195 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:08,929 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] 2021-08-17 11:59:08,930 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1f334ce0] - MDC[] 2021-08-17 11:59:08,930 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5c01a7b6[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:08,931 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006826 ms - MDC[] 2021-08-17 11:59:08,932 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom195 stopped - MDC[] 2021-08-17 11:59:08,933 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom195, ID:centos-7-g3prd-37541-1629201486420-0:192) is shutting down - MDC[] 2021-08-17 11:59:08,933 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom195, ID:centos-7-g3prd-37541-1629201486420-0:192) uptime 0.010 seconds - MDC[] 2021-08-17 11:59:08,933 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom195, ID:centos-7-g3prd-37541-1629201486420-0:192) is shutdown - MDC[] 2021-08-17 11:59:08,933 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:08,933 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.990168 ms - MDC[] 2021-08-17 11:59:08,933 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:08,934 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:08,934 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:08,934 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #196 initialized: null - MDC[] 2021-08-17 11:59:08,935 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:08,935 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom196, ID:centos-7-g3prd-37541-1629201486420-0:193) is starting - MDC[] 2021-08-17 11:59:08,935 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom196, ID:centos-7-g3prd-37541-1629201486420-0:193) started - MDC[] 2021-08-17 11:59:08,935 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:08,936 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom196 started - MDC[] 2021-08-17 11:59:08,938 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-578:3,clientId=null,started=false} - MDC[] 2021-08-17 11:59:08,940 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6d55448c, org.eclipse.scout.rt.mom.jms.JmsSubscription@54ebd3b4] - MDC[] 2021-08-17 11:59:08,941 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:08,941 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:08,941 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom196 stopped - MDC[] 2021-08-17 11:59:08,941 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom196, ID:centos-7-g3prd-37541-1629201486420-0:193) is shutting down - MDC[] 2021-08-17 11:59:08,942 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom196, ID:centos-7-g3prd-37541-1629201486420-0:193) uptime 0.007 seconds - MDC[] 2021-08-17 11:59:08,942 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom196, ID:centos-7-g3prd-37541-1629201486420-0:193) is shutdown - MDC[] 2021-08-17 11:59:08,942 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:08,942 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.905120 ms - MDC[] 2021-08-17 11:59:08,942 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:08,942 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:08,942 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:08,943 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #197 initialized: null - MDC[] 2021-08-17 11:59:08,943 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:08,944 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom197, ID:centos-7-g3prd-37541-1629201486420-0:194) is starting - MDC[] 2021-08-17 11:59:08,944 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom197, ID:centos-7-g3prd-37541-1629201486420-0:194) started - MDC[] 2021-08-17 11:59:08,944 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:08,944 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom197 started - MDC[] 2021-08-17 11:59:10,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@39dbea69, org.eclipse.scout.rt.mom.jms.JmsSubscription@2142754a] - MDC[] 2021-08-17 11:59:10,949 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom197 stopped - MDC[] 2021-08-17 11:59:10,949 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom197, ID:centos-7-g3prd-37541-1629201486420-0:194) is shutting down - MDC[] 2021-08-17 11:59:10,950 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom197, ID:centos-7-g3prd-37541-1629201486420-0:194) uptime 2.007 seconds - MDC[] 2021-08-17 11:59:10,950 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom197, ID:centos-7-g3prd-37541-1629201486420-0:194) is shutdown - MDC[] 2021-08-17 11:59:10,950 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:10,950 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2007.354300 ms - MDC[] 2021-08-17 11:59:10,950 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:10,951 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:10,951 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:10,951 INFO [scout-thread-24] 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] 2021-08-17 11:59:10,952 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] 2021-08-17 11:59:10,952 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom198, ID:centos-7-g3prd-37541-1629201486420-0:195) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:10,952 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom198, ID:centos-7-g3prd-37541-1629201486420-0:195) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:10,952 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] 2021-08-17 11:59:10,953 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom198 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:15,955 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:434) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyTimeout] 2021-08-17 11:59:15,957 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@f7dc1aa] - MDC[] 2021-08-17 11:59:15,957 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@431f8063[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:15,957 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007054 ms - MDC[] 2021-08-17 11:59:15,958 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom198 stopped - MDC[] 2021-08-17 11:59:15,958 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom198, ID:centos-7-g3prd-37541-1629201486420-0:195) is shutting down - MDC[] 2021-08-17 11:59:15,958 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom198, ID:centos-7-g3prd-37541-1629201486420-0:195) uptime 5.006 seconds - MDC[] 2021-08-17 11:59:15,959 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom198, ID:centos-7-g3prd-37541-1629201486420-0:195) is shutdown - MDC[] 2021-08-17 11:59:15,959 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:15,959 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5008.086594 ms - MDC[] 2021-08-17 11:59:15,959 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:15,959 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:15,959 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:15,960 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] 2021-08-17 11:59:15,960 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] 2021-08-17 11:59:15,961 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom199, ID:centos-7-g3prd-37541-1629201486420-0:196) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:15,961 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom199, ID:centos-7-g3prd-37541-1629201486420-0:196) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:15,961 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] 2021-08-17 11:59:15,961 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] 2021-08-17 11:59:15,966 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=19f5151e-1262-4a06-b14a-99561be7d7c2] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_JsonMarshaller_Exception1(JmsMomImplementorTest.java:1298) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:59:15,969 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@53ce41e7] - MDC[] 2021-08-17 11:59:15,970 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@c82eb29[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:15,970 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008640 ms - MDC[] 2021-08-17 11:59:15,971 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom199 stopped - MDC[] 2021-08-17 11:59:15,971 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom199, ID:centos-7-g3prd-37541-1629201486420-0:196) is shutting down - MDC[] 2021-08-17 11:59:15,971 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom199, ID:centos-7-g3prd-37541-1629201486420-0:196) uptime 0.011 seconds - MDC[] 2021-08-17 11:59:15,971 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom199, ID:centos-7-g3prd-37541-1629201486420-0:196) is shutdown - MDC[] 2021-08-17 11:59:15,971 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:15,971 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.846046 ms - MDC[] 2021-08-17 11:59:15,971 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:15,972 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:15,972 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:15,973 INFO [scout-thread-21] 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] 2021-08-17 11:59:15,973 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] 2021-08-17 11:59:15,973 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom200, ID:centos-7-g3prd-37541-1629201486420-0:197) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:15,973 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom200, ID:centos-7-g3prd-37541-1629201486420-0:197) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:15,973 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] 2021-08-17 11:59:15,974 INFO [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom200 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:15,978 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=3c6f55b3-9942-496a-8153-d261d753e8b7] 2021-08-17 11:59:15,981 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@eb2ce99] - MDC[] 2021-08-17 11:59:15,982 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5bb3ad03[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:15,982 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007905 ms - MDC[] 2021-08-17 11:59:15,982 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom200 stopped - MDC[] 2021-08-17 11:59:15,983 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom200, ID:centos-7-g3prd-37541-1629201486420-0:197) is shutting down - MDC[] 2021-08-17 11:59:15,983 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom200, ID:centos-7-g3prd-37541-1629201486420-0:197) uptime 0.010 seconds - MDC[] 2021-08-17 11:59:15,983 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom200, ID:centos-7-g3prd-37541-1629201486420-0:197) is shutdown - MDC[] 2021-08-17 11:59:15,983 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:15,983 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.199744 ms - MDC[] 2021-08-17 11:59:15,983 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:15,984 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:15,984 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:15,984 INFO [scout-thread-24] 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] 2021-08-17 11:59:15,985 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] 2021-08-17 11:59:15,985 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom201, ID:centos-7-g3prd-37541-1629201486420-0:198) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:15,985 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom201, ID:centos-7-g3prd-37541-1629201486420-0:198) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:15,985 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] 2021-08-17 11:59:15,986 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom201 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:15,993 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3094b465, org.eclipse.scout.rt.mom.jms.JmsSubscription@16454a28] - MDC[] 2021-08-17 11:59:15,994 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5f21791c[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:15,994 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.021777 ms - MDC[] 2021-08-17 11:59:15,994 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom201 stopped - MDC[] 2021-08-17 11:59:15,994 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom201, ID:centos-7-g3prd-37541-1629201486420-0:198) is shutting down - MDC[] 2021-08-17 11:59:15,995 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom201, ID:centos-7-g3prd-37541-1629201486420-0:198) uptime 0.010 seconds - MDC[] 2021-08-17 11:59:15,995 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom201, ID:centos-7-g3prd-37541-1629201486420-0:198) is shutdown - MDC[] 2021-08-17 11:59:15,995 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:15,995 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.078901 ms - MDC[] 2021-08-17 11:59:15,995 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:15,996 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:15,996 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:15,996 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] 2021-08-17 11:59:15,997 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] 2021-08-17 11:59:15,997 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom202, ID:centos-7-g3prd-37541-1629201486420-0:199) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:15,997 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom202, ID:centos-7-g3prd-37541-1629201486420-0:199) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:15,997 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] 2021-08-17 11:59:15,998 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] 2021-08-17 11:59:16,004 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1390db9e] - MDC[] 2021-08-17 11:59:16,005 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@55acdf3e[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:16,005 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008603 ms - MDC[] 2021-08-17 11:59:16,006 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom202 stopped - MDC[] 2021-08-17 11:59:16,006 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom202, ID:centos-7-g3prd-37541-1629201486420-0:199) is shutting down - MDC[] 2021-08-17 11:59:16,006 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom202, ID:centos-7-g3prd-37541-1629201486420-0:199) uptime 0.009 seconds - MDC[] 2021-08-17 11:59:16,006 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom202, ID:centos-7-g3prd-37541-1629201486420-0:199) is shutdown - MDC[] 2021-08-17 11:59:16,006 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:16,007 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.696977 ms - MDC[] 2021-08-17 11:59:16,007 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:16,007 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:16,007 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:16,008 INFO [scout-thread-21] 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] 2021-08-17 11:59:16,008 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] 2021-08-17 11:59:16,009 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom203, ID:centos-7-g3prd-37541-1629201486420-0:200) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,009 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom203, ID:centos-7-g3prd-37541-1629201486420-0:200) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,009 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] 2021-08-17 11:59:16,009 INFO [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom203 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,015 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/testTopicRequestReplyCancellation] 2021-08-17 11:59:16,017 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4dba7f3c] - MDC[] 2021-08-17 11:59:16,017 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@38ae27c0[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:16,017 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009139 ms - MDC[] 2021-08-17 11:59:16,018 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom203 stopped - MDC[] 2021-08-17 11:59:16,018 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom203, ID:centos-7-g3prd-37541-1629201486420-0:200) is shutting down - MDC[] 2021-08-17 11:59:16,018 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom203, ID:centos-7-g3prd-37541-1629201486420-0:200) uptime 0.010 seconds - MDC[] 2021-08-17 11:59:16,019 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom203, ID:centos-7-g3prd-37541-1629201486420-0:200) is shutdown - MDC[] 2021-08-17 11:59:16,019 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:16,019 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.549888 ms - MDC[] 2021-08-17 11:59:16,019 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:16,019 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:16,019 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:16,020 INFO [scout-thread-24] 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] 2021-08-17 11:59:16,020 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] 2021-08-17 11:59:16,021 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom204, ID:centos-7-g3prd-37541-1629201486420-0:201) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,021 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom204, ID:centos-7-g3prd-37541-1629201486420-0:201) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,021 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] 2021-08-17 11:59:16,021 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom204 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,027 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@6cc52f3b, org.eclipse.scout.rt.mom.jms.JmsSubscription@2ee09742] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,033 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@3d7ab0ee, org.eclipse.scout.rt.mom.jms.JmsSubscription@ba61058] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,038 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@4efc87c3, org.eclipse.scout.rt.mom.jms.JmsSubscription@9980877] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,043 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@2e8f6bb5, org.eclipse.scout.rt.mom.jms.JmsSubscription@35431279] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,049 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@25d5795b, org.eclipse.scout.rt.mom.jms.JmsSubscription@1cfee32d] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,054 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@2e291575, org.eclipse.scout.rt.mom.jms.JmsSubscription@5fef391] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,059 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@2919ba95, org.eclipse.scout.rt.mom.jms.JmsSubscription@3f599c74] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,105 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@444840b7, org.eclipse.scout.rt.mom.jms.JmsSubscription@774af592] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,105 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@e80384f[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:16,106 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006523 ms - MDC[] 2021-08-17 11:59:16,106 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom204 stopped - MDC[] 2021-08-17 11:59:16,106 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom204, ID:centos-7-g3prd-37541-1629201486420-0:201) is shutting down - MDC[] 2021-08-17 11:59:16,107 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom204, ID:centos-7-g3prd-37541-1629201486420-0:201) uptime 0.086 seconds - MDC[] 2021-08-17 11:59:16,107 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom204, ID:centos-7-g3prd-37541-1629201486420-0:201) is shutdown - MDC[] 2021-08-17 11:59:16,107 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:16,107 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 87.410156 ms - MDC[] 2021-08-17 11:59:16,107 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:16,108 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:16,108 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:16,108 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] 2021-08-17 11:59:16,109 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] 2021-08-17 11:59:16,109 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom205, ID:centos-7-g3prd-37541-1629201486420-0:202) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,109 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom205, ID:centos-7-g3prd-37541-1629201486420-0:202) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,109 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] 2021-08-17 11:59:16,110 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] 2021-08-17 11:59:16,117 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@358260b6, org.eclipse.scout.rt.mom.jms.JmsSubscription@462c68b3] - MDC[] 2021-08-17 11:59:16,118 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2f8e6a98[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:16,118 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009679 ms - MDC[] 2021-08-17 11:59:16,118 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom205 stopped - MDC[] 2021-08-17 11:59:16,119 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom205, ID:centos-7-g3prd-37541-1629201486420-0:202) is shutting down - MDC[] 2021-08-17 11:59:16,119 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom205, ID:centos-7-g3prd-37541-1629201486420-0:202) uptime 0.010 seconds - MDC[] 2021-08-17 11:59:16,119 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom205, ID:centos-7-g3prd-37541-1629201486420-0:202) is shutdown - MDC[] 2021-08-17 11:59:16,119 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:16,119 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.605610 ms - MDC[] 2021-08-17 11:59:16,119 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:16,120 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:16,120 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:16,121 INFO [scout-thread-24] 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] 2021-08-17 11:59:16,121 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] 2021-08-17 11:59:16,121 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom206, ID:centos-7-g3prd-37541-1629201486420-0:203) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,121 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom206, ID:centos-7-g3prd-37541-1629201486420-0:203) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,122 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] 2021-08-17 11:59:16,122 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom206 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59: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@ccd3e52] - MDC[] 2021-08-17 11:59:16,128 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4fd08af6[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:16,129 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006361 ms - MDC[] 2021-08-17 11:59:16,129 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom206 stopped - MDC[] 2021-08-17 11:59:16,129 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom206, ID:centos-7-g3prd-37541-1629201486420-0:203) is shutting down - MDC[] 2021-08-17 11:59:16,130 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom206, ID:centos-7-g3prd-37541-1629201486420-0:203) uptime 0.009 seconds - MDC[] 2021-08-17 11:59:16,130 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom206, ID:centos-7-g3prd-37541-1629201486420-0:203) is shutdown - MDC[] 2021-08-17 11:59:16,130 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:16,130 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 9.846860 ms - MDC[] 2021-08-17 11:59:16,130 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:16,130 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:16,131 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:16,131 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #207 initialized: null - MDC[] 2021-08-17 11:59:16,131 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:16,132 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom207, ID:centos-7-g3prd-37541-1629201486420-0:204) is starting - MDC[] 2021-08-17 11:59:16,132 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom207, ID:centos-7-g3prd-37541-1629201486420-0:204) started - MDC[] 2021-08-17 11:59:16,132 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:16,132 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom207 started - MDC[] 2021-08-17 11:59:16,134 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-611:2,clientId=null,started=false} - MDC[cid=cid:abc] 2021-08-17 11:59:16,135 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2674c88f] - MDC[] 2021-08-17 11:59:16,135 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:16,136 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:16,136 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom207 stopped - MDC[] 2021-08-17 11:59:16,136 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom207, ID:centos-7-g3prd-37541-1629201486420-0:204) is shutting down - MDC[] 2021-08-17 11:59:16,136 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom207, ID:centos-7-g3prd-37541-1629201486420-0:204) uptime 0.005 seconds - MDC[] 2021-08-17 11:59:16,136 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom207, ID:centos-7-g3prd-37541-1629201486420-0:204) is shutdown - MDC[] 2021-08-17 11:59:16,136 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:16,136 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5.828895 ms - MDC[] 2021-08-17 11:59:16,137 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:16,137 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:16,137 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:16,138 INFO [scout-thread-21] 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] 2021-08-17 11:59:16,138 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] 2021-08-17 11:59:16,139 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom208, ID:centos-7-g3prd-37541-1629201486420-0:205) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,139 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom208, ID:centos-7-g3prd-37541-1629201486420-0:205) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,139 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] 2021-08-17 11:59:16,139 INFO [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom208 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,145 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] 2021-08-17 11:59:16,147 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7e2ff255, org.eclipse.scout.rt.mom.jms.JmsSubscription@14ef94ec] - MDC[] 2021-08-17 11:59:16,147 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3a243124[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:16,147 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007535 ms - MDC[] 2021-08-17 11:59:16,148 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom208 stopped - MDC[] 2021-08-17 11:59:16,148 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom208, ID:centos-7-g3prd-37541-1629201486420-0:205) is shutting down - MDC[] 2021-08-17 11:59:16,148 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom208, ID:centos-7-g3prd-37541-1629201486420-0:205) uptime 0.010 seconds - MDC[] 2021-08-17 11:59:16,148 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom208, ID:centos-7-g3prd-37541-1629201486420-0:205) is shutdown - MDC[] 2021-08-17 11:59:16,149 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:16,149 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.515698 ms - MDC[] 2021-08-17 11:59:16,149 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:16,149 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:16,149 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:16,150 INFO [scout-thread-24] 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] 2021-08-17 11:59:16,150 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] 2021-08-17 11:59:16,150 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom209, ID:centos-7-g3prd-37541-1629201486420-0:206) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,150 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom209, ID:centos-7-g3prd-37541-1629201486420-0:206) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,151 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] 2021-08-17 11:59:16,151 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom209 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:16,159 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@61f56074] - MDC[] 2021-08-17 11:59:16,159 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@33dfc664[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:16,160 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006867 ms - MDC[] 2021-08-17 11:59:16,160 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom209 stopped - MDC[] 2021-08-17 11:59:16,160 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom209, ID:centos-7-g3prd-37541-1629201486420-0:206) is shutting down - MDC[] 2021-08-17 11:59:16,161 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom209, ID:centos-7-g3prd-37541-1629201486420-0:206) uptime 0.011 seconds - MDC[] 2021-08-17 11:59:16,161 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom209, ID:centos-7-g3prd-37541-1629201486420-0:206) is shutdown - MDC[] 2021-08-17 11:59:16,161 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:16,161 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.623312 ms - MDC[] 2021-08-17 11:59:16,161 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:16,162 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:16,162 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:16,162 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #210 initialized: null - MDC[] 2021-08-17 11:59:16,162 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:16,163 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom210, ID:centos-7-g3prd-37541-1629201486420-0:207) is starting - MDC[] 2021-08-17 11:59:16,163 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom210, ID:centos-7-g3prd-37541-1629201486420-0:207) started - MDC[] 2021-08-17 11:59:16,163 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:16,163 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom210 started - MDC[] 2021-08-17 11:59:16,166 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-620:4,clientId=null,started=false} - MDC[] 2021-08-17 11:59:18,167 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5de991a8, org.eclipse.scout.rt.mom.jms.JmsSubscription@71bebbff, org.eclipse.scout.rt.mom.jms.JmsSubscription@2740c1e] - MDC[] 2021-08-17 11:59:18,168 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:18,169 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:18,169 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom210 stopped - MDC[] 2021-08-17 11:59:18,169 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom210, ID:centos-7-g3prd-37541-1629201486420-0:207) is shutting down - MDC[] 2021-08-17 11:59:18,169 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom210, ID:centos-7-g3prd-37541-1629201486420-0:207) uptime 2.007 seconds - MDC[] 2021-08-17 11:59:18,170 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom210, ID:centos-7-g3prd-37541-1629201486420-0:207) is shutdown - MDC[] 2021-08-17 11:59:18,170 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:18,170 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2008.098126 ms - MDC[] 2021-08-17 11:59:18,170 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:18,170 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:18,170 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:18,171 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #211 initialized: null - MDC[] 2021-08-17 11:59:18,171 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:18,172 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom211, ID:centos-7-g3prd-37541-1629201486420-0:208) is starting - MDC[] 2021-08-17 11:59:18,172 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom211, ID:centos-7-g3prd-37541-1629201486420-0:208) started - MDC[] 2021-08-17 11:59:18,172 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:18,172 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom211 started - MDC[] 2021-08-17 11:59:18,173 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-623:1,clientId=null,started=false} - MDC[] 2021-08-17 11:59:18,175 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@11def039, org.eclipse.scout.rt.mom.jms.JmsSubscription@564375d7] - MDC[] 2021-08-17 11:59:18,176 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:18,176 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:18,176 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom211 stopped - MDC[] 2021-08-17 11:59:18,177 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom211, ID:centos-7-g3prd-37541-1629201486420-0:208) is shutting down - MDC[] 2021-08-17 11:59:18,177 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom211, ID:centos-7-g3prd-37541-1629201486420-0:208) uptime 0.006 seconds - MDC[] 2021-08-17 11:59:18,177 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom211, ID:centos-7-g3prd-37541-1629201486420-0:208) is shutdown - MDC[] 2021-08-17 11:59:18,177 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:18,177 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.549011 ms - MDC[] 2021-08-17 11:59:18,177 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:18,178 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:18,178 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:18,178 INFO [scout-thread-24] 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] 2021-08-17 11:59:18,179 INFO [scout-thread-24] 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] 2021-08-17 11:59:18,179 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] 2021-08-17 11:59:18,179 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom212, ID:centos-7-g3prd-37541-1629201486420-0:209) is starting - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:18,179 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom212, ID:centos-7-g3prd-37541-1629201486420-0:209) started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:18,179 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] 2021-08-17 11:59:18,180 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom212 started - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:18,186 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] 2021-08-17 11:59:19,188 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@c4aa99e, org.eclipse.scout.rt.mom.jms.JmsSubscription@1199ac5, org.eclipse.scout.rt.mom.jms.JmsSubscription@824eb67] - MDC[] 2021-08-17 11:59:19,190 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3ace3d1c[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:19,190 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008676 ms - MDC[] 2021-08-17 11:59:19,191 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom212 stopped - MDC[] 2021-08-17 11:59:19,191 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom212, ID:centos-7-g3prd-37541-1629201486420-0:209) is shutting down - MDC[] 2021-08-17 11:59:19,191 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom212, ID:centos-7-g3prd-37541-1629201486420-0:209) uptime 1.012 seconds - MDC[] 2021-08-17 11:59:19,191 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom212, ID:centos-7-g3prd-37541-1629201486420-0:209) is shutdown - MDC[] 2021-08-17 11:59:19,191 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:19,191 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1013.605754 ms - MDC[] 2021-08-17 11:59:19,192 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:19,192 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:19,192 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:19,192 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #213 initialized: null - MDC[] 2021-08-17 11:59:19,193 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:19,193 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom213, ID:centos-7-g3prd-37541-1629201486420-0:210) is starting - MDC[] 2021-08-17 11:59:19,193 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom213, ID:centos-7-g3prd-37541-1629201486420-0:210) started - MDC[] 2021-08-17 11:59:19,193 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:19,194 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom213 started - MDC[] 2021-08-17 11:59:19,194 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-629:1,clientId=null,started=false} - MDC[] 2021-08-17 11:59:22,198 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@537231c1] - MDC[] 2021-08-17 11:59:22,199 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:22,199 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:22,199 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom213 stopped - MDC[] 2021-08-17 11:59:22,199 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom213, ID:centos-7-g3prd-37541-1629201486420-0:210) is shutting down - MDC[] 2021-08-17 11:59:22,200 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom213, ID:centos-7-g3prd-37541-1629201486420-0:210) uptime 3.006 seconds - MDC[] 2021-08-17 11:59:22,200 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom213, ID:centos-7-g3prd-37541-1629201486420-0:210) is shutdown - MDC[] 2021-08-17 11:59:22,200 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:22,200 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 3007.645880 ms - MDC[] 2021-08-17 11:59:22,200 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:22,200 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:22,200 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:22,201 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #214 initialized: null - MDC[] 2021-08-17 11:59:22,201 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:22,202 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom214, ID:centos-7-g3prd-37541-1629201486420-0:211) is starting - MDC[] 2021-08-17 11:59:22,202 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom214, ID:centos-7-g3prd-37541-1629201486420-0:211) started - MDC[] 2021-08-17 11:59:22,202 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:22,202 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom214 started - MDC[] 2021-08-17 11:59:22,203 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-632:1,clientId=null,started=false} - MDC[] 2021-08-17 11:59:22,205 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5dae85f7, org.eclipse.scout.rt.mom.jms.JmsSubscription@4a52c13c] - MDC[] 2021-08-17 11:59:22,208 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2cdb1581, org.eclipse.scout.rt.mom.jms.JmsSubscription@4140f94c] - MDC[] 2021-08-17 11:59:22,210 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@a0c027a, org.eclipse.scout.rt.mom.jms.JmsSubscription@4ef55aa6] - MDC[] 2021-08-17 11:59:22,213 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1f878eed, org.eclipse.scout.rt.mom.jms.JmsSubscription@2ef2fa78] - MDC[] 2021-08-17 11:59:22,215 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5c9cbc69, org.eclipse.scout.rt.mom.jms.JmsSubscription@60a4e124] - MDC[] 2021-08-17 11:59:22,218 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3d61b36a, org.eclipse.scout.rt.mom.jms.JmsSubscription@38dd3252] - MDC[] 2021-08-17 11:59:22,220 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1f481ec3, org.eclipse.scout.rt.mom.jms.JmsSubscription@2b4a0be0] - MDC[] 2021-08-17 11:59:22,222 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6626137e, org.eclipse.scout.rt.mom.jms.JmsSubscription@41f5f4ba] - MDC[] 2021-08-17 11:59:22,223 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:22,223 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:22,223 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom214 stopped - MDC[] 2021-08-17 11:59:22,224 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom214, ID:centos-7-g3prd-37541-1629201486420-0:211) is shutting down - MDC[] 2021-08-17 11:59:22,224 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom214, ID:centos-7-g3prd-37541-1629201486420-0:211) uptime 0.023 seconds - MDC[] 2021-08-17 11:59:22,224 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom214, ID:centos-7-g3prd-37541-1629201486420-0:211) is shutdown - MDC[] 2021-08-17 11:59:22,224 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:22,224 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 23.653156 ms - MDC[] 2021-08-17 11:59:22,224 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:22,225 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:22,225 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:22,225 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #215 initialized: null - MDC[] 2021-08-17 11:59:22,225 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:22,226 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom215, ID:centos-7-g3prd-37541-1629201486420-0:212) is starting - MDC[] 2021-08-17 11:59:22,226 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom215, ID:centos-7-g3prd-37541-1629201486420-0:212) started - MDC[] 2021-08-17 11:59:22,226 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:22,226 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom215 started - MDC[] 2021-08-17 11:59:22,228 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-635:2,clientId=null,started=false} - MDC[] 2021-08-17 11:59:22,229 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@13095872] - MDC[] 2021-08-17 11:59:22,230 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:22,230 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:22,230 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom215 stopped - MDC[] 2021-08-17 11:59:22,230 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom215, ID:centos-7-g3prd-37541-1629201486420-0:212) is shutting down - MDC[] 2021-08-17 11:59:22,230 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom215, ID:centos-7-g3prd-37541-1629201486420-0:212) uptime 0.005 seconds - MDC[] 2021-08-17 11:59:22,230 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom215, ID:centos-7-g3prd-37541-1629201486420-0:212) is shutdown - MDC[] 2021-08-17 11:59:22,231 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:22,231 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5.710993 ms - MDC[] 2021-08-17 11:59:22,231 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:22,231 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:22,231 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:22,232 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #216 initialized: null - MDC[] 2021-08-17 11:59:22,232 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[] 2021-08-17 11:59:22,232 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom216, ID:centos-7-g3prd-37541-1629201486420-0:213) is starting - MDC[] 2021-08-17 11:59:22,232 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom216, ID:centos-7-g3prd-37541-1629201486420-0:213) started - MDC[] 2021-08-17 11:59:22,233 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[] 2021-08-17 11:59:22,233 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom216 started - MDC[] 2021-08-17 11:59:22,233 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-g3prd-37541-1629201486420-638:1,clientId=null,started=false} - MDC[] 2021-08-17 11:59:22,237 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4169db10, org.eclipse.scout.rt.mom.jms.JmsSubscription@270b527f] - MDC[] 2021-08-17 11:59:22,237 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:22,237 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:22,238 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom216 stopped - MDC[] 2021-08-17 11:59:22,238 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom216, ID:centos-7-g3prd-37541-1629201486420-0:213) is shutting down - MDC[] 2021-08-17 11:59:22,238 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom216, ID:centos-7-g3prd-37541-1629201486420-0:213) uptime 0.006 seconds - MDC[] 2021-08-17 11:59:22,238 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom216, ID:centos-7-g3prd-37541-1629201486420-0:213) is shutdown - MDC[] 2021-08-17 11:59:22,238 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:22,238 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.049114 ms - MDC[] 2021-08-17 11:59:22,238 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:22,239 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:22,239 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:22,323 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:22,369 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@708a0150 - MDC[] 2021-08-17 11:59:23,455 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4d6cdebb, org.eclipse.scout.rt.mom.jms.JmsSubscription@352e8cb3] - MDC[] 2021-08-17 11:59:23,458 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:23,458 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:23,459 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:23,459 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1220.034089 ms - MDC[] 2021-08-17 11:59:23,459 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:23,460 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:23,460 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:23,462 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] 2021-08-17 11:59:23,465 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@7773d8e1 - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:23,504 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@5059a137, org.eclipse.scout.rt.mom.jms.JmsSubscription@42296843] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:23,524 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@c82e842, org.eclipse.scout.rt.mom.jms.JmsSubscription@52609077] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:23,542 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@68e560f2, org.eclipse.scout.rt.mom.jms.JmsSubscription@7080d17b] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:23,558 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@7a509ae, org.eclipse.scout.rt.mom.jms.JmsSubscription@36fc8a2] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:23,572 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@1ab74e97, org.eclipse.scout.rt.mom.jms.JmsSubscription@68c99c28] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:23,588 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@7fb4d650, org.eclipse.scout.rt.mom.jms.JmsSubscription@28fc56fd] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:23,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@2a8a58f, org.eclipse.scout.rt.mom.jms.JmsSubscription@5b041d77] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:23,632 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@443ece94, org.eclipse.scout.rt.mom.jms.JmsSubscription@5b4e2d62] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:23,634 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6dfa2926[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:23,634 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009613 ms - MDC[] 2021-08-17 11:59:23,636 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:23,636 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:23,642 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:23,642 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 181.520424 ms - MDC[] 2021-08-17 11:59:23,642 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:23,643 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:23,643 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:23,644 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:23,645 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2127c46b - MDC[] 2021-08-17 11:59:23,652 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7d518749] - MDC[] 2021-08-17 11:59:23,653 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:23,653 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:23,654 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:23,654 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.358944 ms - MDC[] 2021-08-17 11:59:23,654 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:23,655 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:23,655 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:23,656 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:23,657 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@794ca18b - MDC[] 2021-08-17 11:59:23,664 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@785d194d] - MDC[] 2021-08-17 11:59:23,665 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:23,665 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:23,665 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:23,666 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.890539 ms - MDC[] 2021-08-17 11:59:23,666 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:23,666 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:23,666 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:23,667 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:23,669 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4f01d2ea - MDC[] 2021-08-17 11:59:23,709 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3c72031c] - MDC[] 2021-08-17 11:59:23,711 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:23,711 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:23,711 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:23,711 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 45.168435 ms - MDC[] 2021-08-17 11:59:23,711 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:23,712 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:23,712 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:23,713 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:23,714 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@41eab601 - MDC[] 2021-08-17 11:59:23,720 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1785e670] - MDC[] 2021-08-17 11:59:23,722 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:23,722 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:23,722 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:23,722 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.327464 ms - MDC[] 2021-08-17 11:59:23,723 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:23,723 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:23,723 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:23,724 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:23,725 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1d9ad64f - MDC[] 2021-08-17 11:59:23,731 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@46bb8cba] - MDC[] 2021-08-17 11:59:23,732 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:23,732 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:23,733 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:23,733 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.060726 ms - MDC[] 2021-08-17 11:59:23,733 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:23,733 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:23,734 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:23,735 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:23,736 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4463d9b7 - MDC[] 2021-08-17 11:59:23,741 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@267e36f5] - MDC[] 2021-08-17 11:59:23,742 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:23,742 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:23,743 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:23,743 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 9.370811 ms - MDC[] 2021-08-17 11:59:23,743 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:23,743 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:23,744 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:23,744 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:23,746 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@437231f5 - MDC[] 2021-08-17 11:59:23,752 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@46ead542] - MDC[] 2021-08-17 11:59:23,754 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:23,754 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:23,754 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:23,755 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.946489 ms - MDC[] 2021-08-17 11:59:23,755 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:23,755 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:23,755 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:23,756 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:23,757 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2265792c - MDC[] 2021-08-17 11:59:23,763 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@17c3a3] - MDC[] 2021-08-17 11:59:23,765 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:23,765 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:23,765 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:23,765 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.232896 ms - MDC[] 2021-08-17 11:59:23,765 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:23,766 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:23,766 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:23,804 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:23,806 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2a94a702 - MDC[] 2021-08-17 11:59:23,812 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2d550996] - MDC[] 2021-08-17 11:59:23,813 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:23,814 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:23,814 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:23,814 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 48.272196 ms - MDC[] 2021-08-17 11:59:23,814 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:23,815 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:23,815 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:23,815 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:23,817 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6e46f5c1 - MDC[] 2021-08-17 11:59:23,823 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@63e67888] - MDC[] 2021-08-17 11:59:23,824 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:23,824 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:23,825 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:23,825 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.478209 ms - MDC[] 2021-08-17 11:59:23,825 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:23,826 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:23,826 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:23,827 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] 2021-08-17 11:59:23,828 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@19e8cf2 - MDC[jobName=JMS reply cancel message listener] Reply: TheReply 2021-08-17 11:59:23,842 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@324bb7fb] - MDC[] 2021-08-17 11:59:23,844 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3bcfc93a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:23,845 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006888 ms - MDC[] 2021-08-17 11:59:23,846 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:23,846 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:23,847 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:23,847 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 21.409289 ms - MDC[] 2021-08-17 11:59:23,848 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:23,848 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:23,848 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:23,849 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:23,850 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@563a32a2 - MDC[] 2021-08-17 11:59:23,860 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@651a4c4, org.eclipse.scout.rt.mom.jms.JmsSubscription@136fea21, org.eclipse.scout.rt.mom.jms.JmsSubscription@2e643209] - MDC[] 2021-08-17 11:59:23,863 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:23,863 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:23,864 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:23,864 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.456437 ms - MDC[] 2021-08-17 11:59:23,864 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:23,864 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:23,864 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:23,865 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] 2021-08-17 11:59:23,867 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@245ef478 - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:23,914 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@2812c4c[name=test/mom/testRequestReply_StringMarshaller_Exception, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=ccab357c-0765-4ada-b7ec-7ce779a8f5f9] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_StringMarshaller_Exception(JmsMomImplementorTest.java:1356) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:59:23,917 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5fd38a68] - MDC[] 2021-08-17 11:59:23,920 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5b25938f[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:23,920 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007364 ms - MDC[] 2021-08-17 11:59:23,921 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:23,921 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:23,923 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:23,923 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.645395 ms - MDC[] 2021-08-17 11:59:23,923 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:23,924 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:23,924 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:23,926 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:23,927 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@1cc68534 - MDC[jobName=JMS subscriber] simulateConnectionDown 2021-08-17 11:59:23,932 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[] 2021-08-17 11:59:23,932 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:180) - invalidating session 1 of 1 - MDC[] 2021-08-17 11:59:23,932 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsSessionProviderWrapper.invalidate(JmsSessionProviderWrapper.java:101) - Invalidate sessionProvider org.eclipse.scout.rt.mom.jms.JmsSessionProvider@64d11323 - MDC[] 2021-08-17 11:59:23,934 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:188) - invalidating connection - MDC[] 2021-08-17 11:59:23,935 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:190) - connection invalidated - MDC[] 2021-08-17 11:59:23,936 INFO [scout-thread-21] 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] 2021-08-17 11:59:24,936 INFO [scout-thread-21] 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] 2021-08-17 11:59:25,936 INFO [scout-thread-21] 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] 2021-08-17 11:59:26,937 INFO [scout-thread-21] 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] 2021-08-17 11:59:27,937 INFO [scout-thread-21] 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] 2021-08-17 11:59:28,937 WARN [scout-thread-21] 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] 2021-08-17 11:59:28,937 INFO [scout-thread-21] 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] simulateConnectionUp 2021-08-17 11:59:30,940 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@50364e37 - MDC[jobName=JMS subscriber] 2021-08-17 11:59:30,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@1ec2726f, org.eclipse.scout.rt.mom.jms.JmsSubscription@50235133] - MDC[] 2021-08-17 11:59:30,949 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:30,949 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:30,950 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:30,950 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7026.224134 ms - MDC[] 2021-08-17 11:59:30,950 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:30,951 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:30,951 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:30,952 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:30,953 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@49b00b5 - MDC[] 2021-08-17 11:59:31,159 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@745a951a] - MDC[] 2021-08-17 11:59:31,161 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:31,161 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:31,162 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:31,162 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 210.728574 ms - MDC[] 2021-08-17 11:59:31,162 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:31,163 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:31,163 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:31,164 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:31,166 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@226e4e59 - MDC[] 2021-08-17 11:59:31,372 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@e888636] - MDC[] 2021-08-17 11:59:31,373 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:31,374 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:31,374 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:31,374 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 211.206324 ms - MDC[] 2021-08-17 11:59:31,374 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:31,375 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:31,375 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:31,376 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:31,377 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1717302b - MDC[] 2021-08-17 11:59:31,583 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7aaa4694] - MDC[] 2021-08-17 11:59:31,585 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:31,585 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:31,586 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:31,586 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 211.238399 ms - MDC[] 2021-08-17 11:59:31,586 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:31,586 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:31,586 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:31,587 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:31,589 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@cd14c09 - MDC[] 2021-08-17 11:59:31,794 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@eeb2e0c] - MDC[] 2021-08-17 11:59:31,796 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:31,796 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:31,796 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:31,796 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 209.707540 ms - MDC[] 2021-08-17 11:59:31,796 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:31,797 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:31,797 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:31,798 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:31,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@682a00f8 - MDC[] 2021-08-17 11:59:32,005 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7e915daa] - MDC[] 2021-08-17 11:59:32,006 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:32,006 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:32,007 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:32,007 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 210.233146 ms - MDC[] 2021-08-17 11:59:32,007 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:32,008 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:32,008 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:32,009 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:32,010 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@79b2b427 - MDC[] 2021-08-17 11:59:32,215 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7499553f] - MDC[] 2021-08-17 11:59:32,216 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:32,216 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:32,217 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:32,217 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 209.330375 ms - MDC[] 2021-08-17 11:59:32,217 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:32,218 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:32,218 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:32,219 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:32,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@43462cef - MDC[] 2021-08-17 11:59:32,424 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@56c6256a] - MDC[] 2021-08-17 11:59:32,426 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:32,426 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:32,426 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:32,426 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 208.700493 ms - MDC[] 2021-08-17 11:59:32,427 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:32,427 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:32,427 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:32,428 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:32,429 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@16768389 - MDC[] 2021-08-17 11:59:32,635 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@e9b227f] - MDC[] 2021-08-17 11:59:32,636 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:32,636 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:32,637 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:32,637 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 209.907034 ms - MDC[] 2021-08-17 11:59:32,637 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:32,638 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:32,638 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:32,639 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:32,640 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6ec36f78 - MDC[] 2021-08-17 11:59:32,846 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3977c7e4] - MDC[] 2021-08-17 11:59:32,847 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:32,847 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:32,848 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:32,848 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 210.008859 ms - MDC[] 2021-08-17 11:59:32,848 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:32,848 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:32,848 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:32,849 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:32,850 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@689aab7b - MDC[] 2021-08-17 11:59:33,056 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1603d1fb] - MDC[] 2021-08-17 11:59:33,057 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:33,057 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:33,057 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:33,058 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 209.160677 ms - MDC[] 2021-08-17 11:59:33,058 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:33,058 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:33,058 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:33,059 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:33,060 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@25056b8a - MDC[jobName=JMS subscriber] 2021-08-17 11:59:33,065 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5e535e23] - MDC[] 2021-08-17 11:59:33,066 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:33,067 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:33,067 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:33,067 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 9.022999 ms - MDC[] 2021-08-17 11:59:33,068 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:33,068 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:33,068 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:33,069 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] 2021-08-17 11:59:33,070 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@72228ddf - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:33,082 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@17df057b, org.eclipse.scout.rt.mom.jms.JmsSubscription@e8555be] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:33,094 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@6f64ba3c, org.eclipse.scout.rt.mom.jms.JmsSubscription@77fe3568] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:33,105 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@d167b93, org.eclipse.scout.rt.mom.jms.JmsSubscription@14a2b7a7] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:33,116 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@1eb83107, org.eclipse.scout.rt.mom.jms.JmsSubscription@15ee002e] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:33,129 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@308a5807, org.eclipse.scout.rt.mom.jms.JmsSubscription@392af410] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:33,141 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@13ed3f13, org.eclipse.scout.rt.mom.jms.JmsSubscription@33f55100] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:33,153 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@73b9879b, org.eclipse.scout.rt.mom.jms.JmsSubscription@240f4bbb] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:33,164 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@42d40da2, org.eclipse.scout.rt.mom.jms.JmsSubscription@8ae315] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:33,167 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@52439d2a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:33,167 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006847 ms - MDC[] 2021-08-17 11:59:33,168 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:33,168 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:33,173 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:33,173 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 104.415548 ms - MDC[] 2021-08-17 11:59:33,173 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:33,173 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:33,173 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:33,175 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] 2021-08-17 11:59:33,205 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@594ac6e5 - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:33,267 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4be4680b, org.eclipse.scout.rt.mom.jms.JmsSubscription@f829512] - MDC[] 2021-08-17 11:59:33,270 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6bc61793[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:33,270 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006388 ms - MDC[] 2021-08-17 11:59:33,271 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:33,271 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:33,272 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:33,272 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 98.943398 ms - MDC[] 2021-08-17 11:59:33,273 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:33,273 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:33,273 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:33,274 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] 2021-08-17 11:59:33,275 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@722ce383 - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:33,337 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@e7ecfb9, org.eclipse.scout.rt.mom.jms.JmsSubscription@66325a4d] - MDC[] 2021-08-17 11:59:33,341 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@33a0af5f[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:33,341 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.020901 ms - MDC[] 2021-08-17 11:59:33,342 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:33,342 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:33,344 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:33,344 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 71.142573 ms - MDC[] 2021-08-17 11:59:33,344 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:33,345 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:33,345 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:33,346 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] 2021-08-17 11:59:33,347 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@7962fac8 - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:33,408 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7f8d4ff4, org.eclipse.scout.rt.mom.jms.JmsSubscription@77644bb] - MDC[] 2021-08-17 11:59:33,412 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1b32e19[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:33,412 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.040907 ms - MDC[] 2021-08-17 11:59:33,413 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:33,413 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:33,414 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:33,414 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 68.900022 ms - MDC[] 2021-08-17 11:59:33,414 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:33,415 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:33,415 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:33,416 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] 2021-08-17 11:59:33,417 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@6ef71098 - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:33,478 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@154b5e43, org.eclipse.scout.rt.mom.jms.JmsSubscription@ac41f1] - MDC[] 2021-08-17 11:59:33,480 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5eadb0cb[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:33,481 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.012895 ms - MDC[] 2021-08-17 11:59:33,482 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:33,482 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:33,483 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:33,483 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 68.324870 ms - MDC[] 2021-08-17 11:59:33,483 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:33,484 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:33,484 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:33,485 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] 2021-08-17 11:59:33,486 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@4d22ac4b - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:33,548 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@52fe8d86, org.eclipse.scout.rt.mom.jms.JmsSubscription@1d0868dc] - MDC[] 2021-08-17 11:59:33,551 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5c4d9c2d[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:33,551 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003534 ms - MDC[] 2021-08-17 11:59:33,552 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:33,552 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:33,554 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:33,554 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 69.887381 ms - MDC[] 2021-08-17 11:59:33,554 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:33,555 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:33,555 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:33,556 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] 2021-08-17 11:59:33,557 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@4c1abc6d - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:33,619 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1e1424e9, org.eclipse.scout.rt.mom.jms.JmsSubscription@38a01810] - MDC[] 2021-08-17 11:59:33,622 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2291fa55[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:33,622 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010245 ms - MDC[] 2021-08-17 11:59:33,623 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:33,623 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:33,624 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:33,625 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 70.064547 ms - MDC[] 2021-08-17 11:59:33,625 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:33,625 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:33,626 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:33,627 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] 2021-08-17 11:59:33,628 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@3eb52267 - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:33,689 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@51c4bfea, org.eclipse.scout.rt.mom.jms.JmsSubscription@6ec8fa57] - MDC[] 2021-08-17 11:59:33,692 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3e25fe08[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:33,693 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004447 ms - MDC[] 2021-08-17 11:59:33,694 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:33,694 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:33,695 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:33,695 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 69.439215 ms - MDC[] 2021-08-17 11:59:33,695 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:33,696 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:33,696 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:33,697 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] 2021-08-17 11:59:33,698 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@6a5d99af - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:33,759 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@368a26dd, org.eclipse.scout.rt.mom.jms.JmsSubscription@4245e409] - MDC[] 2021-08-17 11:59:33,762 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@53f3e990[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:33,763 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004966 ms - MDC[] 2021-08-17 11:59:33,764 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:33,764 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:33,765 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:33,765 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 69.002823 ms - MDC[] 2021-08-17 11:59:33,765 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:33,766 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:33,766 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:33,767 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] 2021-08-17 11:59:33,768 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@78cb23cb - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:33,828 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3dc86e03, org.eclipse.scout.rt.mom.jms.JmsSubscription@5a931ba9] - MDC[] 2021-08-17 11:59:33,831 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@109d11ec[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:33,831 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004521 ms - MDC[] 2021-08-17 11:59:33,832 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:33,832 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:33,834 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:33,834 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 67.730456 ms - MDC[] 2021-08-17 11:59:33,834 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:33,834 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:33,834 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:33,836 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] 2021-08-17 11:59:33,837 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@1a9341fa - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:33,898 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@69919fed, org.eclipse.scout.rt.mom.jms.JmsSubscription@17574caa] - MDC[] 2021-08-17 11:59:33,900 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@33ecc229[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:33,900 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003157 ms - MDC[] 2021-08-17 11:59:33,901 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:33,901 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:33,903 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:33,903 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 68.445609 ms - MDC[] 2021-08-17 11:59:33,903 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:33,904 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:33,904 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:33,905 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:33,906 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5a77b7cc - MDC[] 2021-08-17 11:59:33,912 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6b133599, org.eclipse.scout.rt.mom.jms.JmsSubscription@3829bb5] - MDC[] 2021-08-17 11:59:33,912 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:33,912 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:33,913 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:33,913 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 9.153785 ms - MDC[] 2021-08-17 11:59:33,913 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:33,914 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:33,914 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:33,915 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)] 2021-08-17 11:59:33,916 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@5b8c6734 - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:59:34,221 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@604c9f59] - MDC[] 2021-08-17 11:59:34,221 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@50959715[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:34,222 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003508 ms - MDC[] 2021-08-17 11:59:34,222 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:34,222 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:34,224 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:34,224 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.797564 ms - MDC[] 2021-08-17 11:59:34,224 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:34,224 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:34,224 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:34,225 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)] 2021-08-17 11:59:34,226 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@1c1d1f4f - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:59:34,531 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5c9aff2] - MDC[] 2021-08-17 11:59:34,531 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4ff4214f[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:34,531 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.002620 ms - MDC[] 2021-08-17 11:59:34,532 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:34,532 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:34,533 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:34,534 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.232930 ms - MDC[] 2021-08-17 11:59:34,534 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:34,534 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:34,534 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:34,535 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)] 2021-08-17 11:59:34,537 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5cdf6ba9 - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:59:34,841 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@35ca1e22] - MDC[] 2021-08-17 11:59:34,842 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6bbdb0f7[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:34,842 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004354 ms - MDC[] 2021-08-17 11:59:34,843 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:34,843 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:34,844 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:34,845 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.203491 ms - MDC[] 2021-08-17 11:59:34,845 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:34,845 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:34,845 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:34,846 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)] 2021-08-17 11:59:34,847 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@7c062478 - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:59:35,152 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@61207d28] - MDC[] 2021-08-17 11:59:35,153 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@474f6027[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:35,153 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003182 ms - MDC[] 2021-08-17 11:59:35,154 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:35,154 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:35,155 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:35,155 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.071249 ms - MDC[] 2021-08-17 11:59:35,155 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:35,156 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:35,156 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:35,157 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)] 2021-08-17 11:59:35,158 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@18227c6e - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:59:35,462 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7238072e] - MDC[] 2021-08-17 11:59:35,463 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@73aa303d[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:35,463 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.017631 ms - MDC[] 2021-08-17 11:59:35,463 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:35,464 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:35,465 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:35,465 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.126047 ms - MDC[] 2021-08-17 11:59:35,465 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:35,465 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:35,465 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:35,466 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)] 2021-08-17 11:59:35,468 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@594f3bf1 - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:59:35,772 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4e9d3925] - MDC[] 2021-08-17 11:59:35,772 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@33dda81[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:35,772 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003049 ms - MDC[] 2021-08-17 11:59:35,773 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:35,773 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:35,774 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:35,775 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.110214 ms - MDC[] 2021-08-17 11:59:35,775 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:35,775 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:35,775 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:35,776 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)] 2021-08-17 11:59:35,777 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@661382b3 - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:59:36,085 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5ae9ea0a] - MDC[] 2021-08-17 11:59:36,088 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@19b07684[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:36,088 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003895 ms - MDC[] 2021-08-17 11:59:36,089 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:36,089 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:36,090 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:36,090 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 314.722673 ms - MDC[] 2021-08-17 11:59:36,090 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:36,090 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:36,090 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:36,092 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)] 2021-08-17 11:59:36,092 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@52b19a30 - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:59:36,397 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@67f3b72d] - MDC[] 2021-08-17 11:59:36,398 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@47b0b15c[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:36,398 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003014 ms - MDC[] 2021-08-17 11:59:36,399 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:36,399 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:36,400 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:36,401 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.115895 ms - MDC[] 2021-08-17 11:59:36,401 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:36,401 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:36,401 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:36,402 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)] 2021-08-17 11:59:36,403 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@304e608b - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:59:36,708 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4e33a209] - MDC[] 2021-08-17 11:59:36,708 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5258a766[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:36,709 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003019 ms - MDC[] 2021-08-17 11:59:36,709 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:36,709 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:36,711 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:36,711 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.582117 ms - MDC[] 2021-08-17 11:59:36,711 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:36,711 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:36,711 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:36,712 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)] 2021-08-17 11:59:36,713 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@42430e97 - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst] 2021-08-17 11:59:37,017 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@73145db2] - MDC[] 2021-08-17 11:59:37,018 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6fde831b[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:37,018 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003011 ms - MDC[] 2021-08-17 11:59:37,019 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:37,019 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:37,020 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:37,020 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 308.862985 ms - MDC[] 2021-08-17 11:59:37,020 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:37,021 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:37,021 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:37,022 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:37,023 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7f9a3df6 - MDC[jobName=JMS subscriber] 2021-08-17 11:59:41,058 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 4 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@443d8d4d, org.eclipse.scout.rt.mom.jms.JmsSubscription@239678d, org.eclipse.scout.rt.mom.jms.JmsSubscription@3fef9832, org.eclipse.scout.rt.mom.jms.JmsSubscription@6cde71fe] - MDC[] 2021-08-17 11:59:41,059 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:41,059 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:41,060 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:41,060 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 4038.746457 ms - MDC[] 2021-08-17 11:59:41,060 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:41,061 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:41,061 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:41,062 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.initRequestReply(JmsMomImplementor.java:207) - Scout JUnit MOM [artemis]: 'request-reply' messaging is disabled - MDC[] 2021-08-17 11:59:41,062 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:41,062 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:41,062 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1.355703 ms - MDC[] 2021-08-17 11:59:41,062 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:41,063 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:41,063 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:41,064 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:41,065 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@669b6c28 - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:41,079 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@78bbc584, org.eclipse.scout.rt.mom.jms.JmsSubscription@31a89b54] - MDC[] 2021-08-17 11:59:41,080 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@deddccb[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:41,080 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.002899 ms - MDC[] 2021-08-17 11:59:41,081 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:41,081 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:41,082 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:41,082 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 19.355550 ms - MDC[] 2021-08-17 11:59:41,082 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:41,083 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:41,083 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:41,084 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:41,085 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3cf6f3aa - MDC[] 2021-08-17 11:59:41,089 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@44cefd71, org.eclipse.scout.rt.mom.jms.JmsSubscription@29025b1a] - MDC[] 2021-08-17 11:59:41,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@1a4e3cbb, org.eclipse.scout.rt.mom.jms.JmsSubscription@7cb8ae89] - MDC[] 2021-08-17 11:59:41,101 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@469b55ae, org.eclipse.scout.rt.mom.jms.JmsSubscription@2e145f7b] - MDC[] 2021-08-17 11:59:41,108 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@63214338, org.eclipse.scout.rt.mom.jms.JmsSubscription@5eea3f69] - MDC[] 2021-08-17 11:59:41,114 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@51f1e931, org.eclipse.scout.rt.mom.jms.JmsSubscription@606beba4] - MDC[] 2021-08-17 11:59:41,120 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4a7c88f2, org.eclipse.scout.rt.mom.jms.JmsSubscription@3c9d64e4] - MDC[] 2021-08-17 11:59:41,126 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@223459f, org.eclipse.scout.rt.mom.jms.JmsSubscription@10d2411f] - MDC[] 2021-08-17 11:59:41,132 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3d59a887, org.eclipse.scout.rt.mom.jms.JmsSubscription@2938c689] - MDC[] 2021-08-17 11:59:41,134 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:41,134 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:41,135 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:41,135 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 51.828143 ms - MDC[] 2021-08-17 11:59:41,135 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:41,136 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:41,136 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:41,136 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:41,137 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@12e4c6de - MDC[] 2021-08-17 11:59:41,141 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4591a080, org.eclipse.scout.rt.mom.jms.JmsSubscription@48799b86] - MDC[] 2021-08-17 11:59:41,143 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:41,143 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:41,143 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:41,143 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.597065 ms - MDC[] 2021-08-17 11:59:41,143 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:41,144 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:41,144 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:41,145 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:41,146 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@228eeaa4 - MDC[jobName=JMS subscriber] 2021-08-17 11:59:41,151 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@20e25fe7] - MDC[] 2021-08-17 11:59:41,154 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:41,154 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:41,154 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:41,154 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.460689 ms - MDC[] 2021-08-17 11:59:41,155 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:41,155 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:41,155 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:41,156 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:41,157 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3f4807e0 - MDC[jobName=JMS subscriber] 2021-08-17 11:59:41,162 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@189874b5] - MDC[] 2021-08-17 11:59:41,165 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:41,165 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:41,165 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:41,166 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.220869 ms - MDC[] 2021-08-17 11:59:41,166 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:41,166 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:41,166 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:41,167 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:41,168 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2eedd575 - MDC[] 2021-08-17 11:59:41,172 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@578fb678, org.eclipse.scout.rt.mom.jms.JmsSubscription@533e74c5] - MDC[] 2021-08-17 11:59:41,173 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:41,173 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:41,174 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:41,174 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.631695 ms - MDC[] 2021-08-17 11:59:41,174 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:41,175 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:41,175 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:41,175 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:41,176 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@538a1adf - MDC[] 2021-08-17 11:59:41,180 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3db8ca0e, org.eclipse.scout.rt.mom.jms.JmsSubscription@51971d32] - MDC[] 2021-08-17 11:59:41,187 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7b968647, org.eclipse.scout.rt.mom.jms.JmsSubscription@12e75177] - MDC[] 2021-08-17 11:59:41,193 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3aaed411, org.eclipse.scout.rt.mom.jms.JmsSubscription@5580356d] - MDC[] 2021-08-17 11:59:41,200 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4033d25d, org.eclipse.scout.rt.mom.jms.JmsSubscription@cbb32f0] - MDC[] 2021-08-17 11:59:41,206 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@667dfd42, org.eclipse.scout.rt.mom.jms.JmsSubscription@1234d9f6] - MDC[] 2021-08-17 11:59:41,212 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@8d5cdb0, org.eclipse.scout.rt.mom.jms.JmsSubscription@2db12c5b] - MDC[] 2021-08-17 11:59:41,218 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@57163eb5, org.eclipse.scout.rt.mom.jms.JmsSubscription@665cb192] - MDC[] 2021-08-17 11:59:41,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@27cc72fb, org.eclipse.scout.rt.mom.jms.JmsSubscription@148fc881] - MDC[] 2021-08-17 11:59:41,229 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:41,229 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:41,230 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:41,230 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 55.305768 ms - MDC[] 2021-08-17 11:59:41,230 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:41,231 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:41,231 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:41,232 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:41,232 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@77e914a4 - MDC[] 2021-08-17 11:59:41,236 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@56fff809] - MDC[] 2021-08-17 11:59:41,238 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:41,238 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:41,238 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:41,238 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.500201 ms - MDC[] 2021-08-17 11:59:41,238 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:41,239 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:41,239 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:41,240 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:41,241 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@76a04176 - MDC[jobName=JMS subscriber] 2021-08-17 11:59:41,296 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@48306cc8, org.eclipse.scout.rt.mom.jms.JmsSubscription@1c6912db] - MDC[] 2021-08-17 11:59:41,299 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:41,299 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:41,300 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:41,300 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 61.044478 ms - MDC[] 2021-08-17 11:59:41,300 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:41,301 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:41,301 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:41,301 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:41,302 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@2dbc126 - MDC[jobName=JMS subscriber] 2021-08-17 11:59:41,358 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1d5b4a5b, org.eclipse.scout.rt.mom.jms.JmsSubscription@a3739e1] - MDC[] 2021-08-17 11:59:41,361 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:41,361 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:41,362 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:41,362 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 61.121768 ms - MDC[] 2021-08-17 11:59:41,362 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:41,362 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:41,362 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:41,363 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:41,364 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4401f785 - MDC[jobName=JMS subscriber] 2021-08-17 11:59:41,419 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@9a56d2b, org.eclipse.scout.rt.mom.jms.JmsSubscription@48c8a84d] - MDC[] 2021-08-17 11:59:41,422 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:41,422 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:41,423 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:41,423 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 60.460317 ms - MDC[] 2021-08-17 11:59:41,423 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:41,423 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:41,423 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:41,424 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:41,425 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@48f931b - MDC[jobName=JMS subscriber] 2021-08-17 11:59:41,481 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6e7da5f4, org.eclipse.scout.rt.mom.jms.JmsSubscription@6f099f77] - MDC[] 2021-08-17 11:59:41,484 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:41,484 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:41,484 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:41,484 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 60.830013 ms - MDC[] 2021-08-17 11:59:41,484 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:41,485 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:41,485 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:41,486 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:41,487 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@40a0bfde - MDC[jobName=JMS subscriber] 2021-08-17 11:59:41,542 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@73023e2c, org.eclipse.scout.rt.mom.jms.JmsSubscription@5ca32d1a] - MDC[] 2021-08-17 11:59:41,545 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:41,545 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:41,546 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:41,546 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 60.718875 ms - MDC[] 2021-08-17 11:59:41,546 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:41,546 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:41,546 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:41,547 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:41,548 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@6ea7bf0f - MDC[jobName=JMS subscriber] 2021-08-17 11:59:41,603 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@69f4143, org.eclipse.scout.rt.mom.jms.JmsSubscription@31df0ce3] - MDC[] 2021-08-17 11:59:41,606 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:41,606 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:41,607 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:41,607 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 60.887290 ms - MDC[] 2021-08-17 11:59:41,607 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:41,607 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:41,608 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:41,608 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:41,609 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@34577541 - MDC[jobName=JMS subscriber] 2021-08-17 11:59:41,665 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@42807bd7, org.eclipse.scout.rt.mom.jms.JmsSubscription@5dbd49aa] - MDC[] 2021-08-17 11:59:41,668 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:41,668 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:41,669 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:41,669 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 61.245188 ms - MDC[] 2021-08-17 11:59:41,669 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:41,669 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:41,669 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:41,670 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:41,671 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@69eda0d0 - MDC[jobName=JMS subscriber] 2021-08-17 11:59:41,728 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3ae96d5b, org.eclipse.scout.rt.mom.jms.JmsSubscription@62f4ae5a] - MDC[] 2021-08-17 11:59:41,731 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:41,731 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:41,731 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:41,732 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 62.034288 ms - MDC[] 2021-08-17 11:59:41,732 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:41,732 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:41,732 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:41,733 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:41,734 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@24c4480 - MDC[jobName=JMS subscriber] 2021-08-17 11:59:41,790 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@e7e6e94, org.eclipse.scout.rt.mom.jms.JmsSubscription@cb7ec2c] - MDC[] 2021-08-17 11:59:41,793 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:41,793 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:41,793 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:41,794 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 61.404809 ms - MDC[] 2021-08-17 11:59:41,794 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:41,794 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:41,794 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:41,795 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:41,796 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@59d16ebe - MDC[jobName=JMS subscriber] 2021-08-17 11:59:41,851 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6a16b724, org.eclipse.scout.rt.mom.jms.JmsSubscription@1328a5de] - MDC[] 2021-08-17 11:59:41,854 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:41,854 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:41,855 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:41,855 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 60.615557 ms - MDC[] 2021-08-17 11:59:41,855 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:41,855 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:41,856 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:41,856 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] 2021-08-17 11:59:41,882 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@4e6c065d - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:46,887 ERROR [scout-thread-16] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - ActiveMQInterruptedException:java.lang.InterruptedException - MDC[jobName=request on test/mom/testTopicRequestReplyTimeout] org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Caused by: java.lang.InterruptedException: null at java.lang.Object.wait(Native Method) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237) ... 29 common frames omitted 2021-08-17 11:59:46,892 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@29007172] - MDC[] 2021-08-17 11:59:46,893 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@26bbf8a6[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:46,893 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003662 ms - MDC[] 2021-08-17 11:59:46,893 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:46,893 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:46,894 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:46,895 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5038.941925 ms - MDC[] 2021-08-17 11:59:46,895 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:46,895 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:46,895 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:46,896 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:46,897 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2d21fa63 - MDC[] 2021-08-17 11:59:46,901 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7de47f81, org.eclipse.scout.rt.mom.jms.JmsSubscription@68194ca4] - MDC[] 2021-08-17 11:59:46,903 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:46,903 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:46,903 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:46,903 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.874303 ms - MDC[] 2021-08-17 11:59:46,903 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:46,904 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:46,904 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:46,905 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 11:59:46,905 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.918643 ms - MDC[] 2021-08-17 11:59:46,905 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:46,905 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:46,906 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:46,906 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:46,907 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@bd211 - MDC[] 2021-08-17 11:59:46,940 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@9129682] - MDC[] 2021-08-17 11:59:46,944 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:46,944 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:46,944 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:46,944 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 38.681226 ms - MDC[] 2021-08-17 11:59:46,944 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:46,945 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:46,945 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:46,946 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] 2021-08-17 11:59:46,947 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@54c026f - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:46,956 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@58830b31, org.eclipse.scout.rt.mom.jms.JmsSubscription@517fd762] - MDC[] 2021-08-17 11:59:46,957 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1fb622de[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:46,957 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003466 ms - MDC[] 2021-08-17 11:59:46,958 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:46,958 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:46,958 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:46,959 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.212185 ms - MDC[] 2021-08-17 11:59:46,959 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:46,959 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:46,959 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:46,960 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:46,961 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@37b98741 - MDC[] 2021-08-17 11:59:47,114 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1c7c56d] - MDC[] 2021-08-17 11:59:47,116 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:47,117 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:47,117 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:47,117 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.855546 ms - MDC[] 2021-08-17 11:59:47,117 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:47,117 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:47,118 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:47,118 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:47,119 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@39fd1bfd - MDC[] 2021-08-17 11:59:47,273 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4add8b8d] - MDC[] 2021-08-17 11:59:47,275 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:47,275 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:47,275 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:47,275 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.718664 ms - MDC[] 2021-08-17 11:59:47,275 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:47,276 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:47,276 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:47,276 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:47,277 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@f532961 - MDC[] 2021-08-17 11:59:47,432 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@18645844] - MDC[] 2021-08-17 11:59:47,434 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:47,434 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:47,435 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:47,435 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 159.139776 ms - MDC[] 2021-08-17 11:59:47,435 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:47,435 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:47,436 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:47,436 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:47,437 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3afd2bdf - MDC[] 2021-08-17 11:59:47,592 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@62c95d73] - MDC[] 2021-08-17 11:59:47,594 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:47,595 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:47,595 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:47,595 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 159.629696 ms - MDC[] 2021-08-17 11:59:47,595 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:47,596 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:47,596 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:47,597 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:47,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@c377641 - MDC[] 2021-08-17 11:59:47,751 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@49702efb] - MDC[] 2021-08-17 11:59:47,754 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:47,754 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:47,754 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:47,754 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.537345 ms - MDC[] 2021-08-17 11:59:47,754 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:47,755 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:47,755 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:47,756 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:47,756 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6527a68d - MDC[] 2021-08-17 11:59:47,911 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@54ea832e] - MDC[] 2021-08-17 11:59:47,913 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:47,913 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:47,914 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:47,914 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.953575 ms - MDC[] 2021-08-17 11:59:47,914 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:47,914 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:47,914 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:47,915 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:47,916 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7e83251e - MDC[] 2021-08-17 11:59:48,070 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@20ea933f] - MDC[] 2021-08-17 11:59:48,073 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:48,073 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:48,073 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:48,074 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.968850 ms - MDC[] 2021-08-17 11:59:48,074 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:48,074 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:48,074 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:48,075 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:48,076 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@263426ea - MDC[] 2021-08-17 11:59:48,229 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@20309fde] - MDC[] 2021-08-17 11:59:48,232 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:48,232 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:48,233 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:48,233 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.458080 ms - MDC[] 2021-08-17 11:59:48,233 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:48,233 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:48,233 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:48,234 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:48,235 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5c961ce9 - MDC[] 2021-08-17 11:59:48,390 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6be7c9d9] - MDC[] 2021-08-17 11:59:48,392 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:48,392 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:48,392 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:48,392 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 159.105932 ms - MDC[] 2021-08-17 11:59:48,392 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:48,393 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:48,393 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:48,394 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:48,395 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5bc2fcc6 - MDC[] 2021-08-17 11:59:48,549 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7c98a2ab] - MDC[] 2021-08-17 11:59:48,551 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:48,552 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:48,552 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:48,552 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 159.109826 ms - MDC[] 2021-08-17 11:59:48,552 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:48,553 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:48,553 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:48,553 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:48,554 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@ac00987 - MDC[] 2021-08-17 11:59:49,568 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@236a7f65, org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@66f73411] - MDC[] 2021-08-17 11:59:49,568 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:49,568 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:49,569 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:49,569 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1015.898427 ms - MDC[] 2021-08-17 11:59:49,569 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:49,569 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:49,569 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:49,570 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] 2021-08-17 11:59:49,571 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@4fe8e583 - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:49,578 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=a36fa17b-4b74-48c6-92eb-4284e735c458] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_ObjectMarshaller_Exception(JmsMomImplementorTest.java:1269) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:59:49,581 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@26382141] - MDC[] 2021-08-17 11:59:49,583 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@58f49c0d[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:49,583 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004756 ms - MDC[] 2021-08-17 11:59:49,584 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:49,584 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:49,585 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:49,585 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.530489 ms - MDC[] 2021-08-17 11:59:49,585 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:49,586 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:49,586 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:49,586 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] 2021-08-17 11:59:49,587 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@e06c86c - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:49,595 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@9d112d2] - MDC[] 2021-08-17 11:59:49,596 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7b6ba208[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:49,596 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003073 ms - MDC[] 2021-08-17 11:59:49,597 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:49,597 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:49,597 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:49,597 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.704006 ms - MDC[] 2021-08-17 11:59:49,598 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:49,598 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:49,598 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:49,599 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] 2021-08-17 11:59:49,600 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@70b1d9e1 - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:49,608 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] org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Caused by: java.lang.InterruptedException: null at java.lang.Object.wait(Native Method) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237) ... 29 common frames omitted 2021-08-17 11:59:49,610 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@40edb274] - MDC[] 2021-08-17 11:59:49,611 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1f919b6a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:49,612 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.002953 ms - MDC[] 2021-08-17 11:59:49,612 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:49,612 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:49,613 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:49,613 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.169882 ms - MDC[] 2021-08-17 11:59:49,613 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:49,614 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:49,614 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:49,615 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:49,615 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@31e93526 - MDC[jobName=JMS subscriber] 2021-08-17 11:59:49,621 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7843efc5, org.eclipse.scout.rt.mom.jms.JmsSubscription@4f6cf902] - MDC[] 2021-08-17 11:59:49,622 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:49,622 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:49,622 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:49,623 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.616798 ms - MDC[] 2021-08-17 11:59:49,623 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:49,623 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:49,623 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:49,624 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:49,625 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@53a49745 - MDC[] 2021-08-17 11:59:51,635 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@780d5822, org.eclipse.scout.rt.mom.jms.JmsSubscription@79cab658] - MDC[] 2021-08-17 11:59:51,636 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:51,636 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:51,636 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:51,636 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2013.038560 ms - MDC[] 2021-08-17 11:59:51,637 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:51,637 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:51,637 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:51,638 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] 2021-08-17 11:59:51,639 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@24df2669 - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:56,644 ERROR [scout-thread-20] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - ActiveMQInterruptedException:java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyTimeout] org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Caused by: java.lang.InterruptedException: null at java.lang.Object.wait(Native Method) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237) ... 29 common frames omitted 2021-08-17 11:59:56,649 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3ecf180] - MDC[] 2021-08-17 11:59:56,651 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4c28a886[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:56,651 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003356 ms - MDC[] 2021-08-17 11:59:56,652 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:56,652 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:56,653 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:56,653 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5015.803502 ms - MDC[] 2021-08-17 11:59:56,653 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:56,654 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:56,654 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:56,654 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] 2021-08-17 11:59:56,655 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@411f5a2e - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:56,662 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@dbe9510c[name=test/mom/testRequestReply_JsonMarshaller_Exception1, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=42427ffe-11ff-48c2-8034-85cf9b9e7fde] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_JsonMarshaller_Exception1(JmsMomImplementorTest.java:1298) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 11:59:56,666 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3de6799f] - MDC[] 2021-08-17 11:59:56,667 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7d3a85cc[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:56,668 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004446 ms - MDC[] 2021-08-17 11:59:56,668 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:56,669 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:56,669 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:56,670 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.852833 ms - MDC[] 2021-08-17 11:59:56,670 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:56,670 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:56,670 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:56,671 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] 2021-08-17 11:59:56,672 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@2cbedfe8 - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:56,679 INFO [scout-thread-22] 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=3947b4f0-d92f-46c2-8019-ffae42eacedb] 2021-08-17 11:59:56,682 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@67fe131c] - MDC[] 2021-08-17 11:59:56,684 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@76a89950[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:56,684 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004426 ms - MDC[] 2021-08-17 11:59:56,685 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:56,685 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:56,686 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:56,686 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.790101 ms - MDC[] 2021-08-17 11:59:56,687 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:56,687 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:56,687 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:56,688 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] 2021-08-17 11:59:56,689 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@126868b - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:56,697 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6bc67b0b, org.eclipse.scout.rt.mom.jms.JmsSubscription@3c7b9ee3] - MDC[] 2021-08-17 11:59:56,698 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@8dd64e4[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:56,698 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003985 ms - MDC[] 2021-08-17 11:59:56,699 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:56,699 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:56,700 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:56,700 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 12.736166 ms - MDC[] 2021-08-17 11:59:56,700 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:56,701 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:56,701 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:56,702 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] 2021-08-17 11:59:56,703 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@380f5bb5 - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:56,711 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@587e0acf] - MDC[] 2021-08-17 11:59:56,712 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@190bc061[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:56,712 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004754 ms - MDC[] 2021-08-17 11:59:56,713 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:56,713 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:56,714 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:56,714 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 12.628715 ms - MDC[] 2021-08-17 11:59:56,714 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:56,714 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:56,714 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:56,715 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] 2021-08-17 11:59:56,716 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@74c85a89 - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:56,723 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/testTopicRequestReplyCancellation] org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Caused by: java.lang.InterruptedException: null at java.lang.Object.wait(Native Method) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237) ... 29 common frames omitted 2021-08-17 11:59:56,725 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@60d4269a] - MDC[] 2021-08-17 11:59:56,726 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@63f407a4[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:56,726 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.018776 ms - MDC[] 2021-08-17 11:59:56,726 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:56,727 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:56,727 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:56,727 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 12.819216 ms - MDC[] 2021-08-17 11:59:56,727 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:56,728 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:56,728 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:56,729 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] 2021-08-17 11:59:56,730 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@4e726e79 - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:56,737 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@55b5578c, org.eclipse.scout.rt.mom.jms.JmsSubscription@5e9ad871] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:56,744 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@52b90df5, org.eclipse.scout.rt.mom.jms.JmsSubscription@12ddf8fd] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:56,751 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@3b9ed4f7, org.eclipse.scout.rt.mom.jms.JmsSubscription@2210e13b] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:56,757 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@332bd1a4, org.eclipse.scout.rt.mom.jms.JmsSubscription@404aa3eb] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:56,763 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@572d2a4f, org.eclipse.scout.rt.mom.jms.JmsSubscription@493e1c4f] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:56,770 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@797399e3, org.eclipse.scout.rt.mom.jms.JmsSubscription@d739ab8] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:56,777 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@4e7d0207, org.eclipse.scout.rt.mom.jms.JmsSubscription@5664bd97] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:56,783 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@2f705562, org.eclipse.scout.rt.mom.jms.JmsSubscription@aed4a66] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 11:59:56,784 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7dc1311[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:56,785 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003689 ms - MDC[] 2021-08-17 11:59:56,804 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:56,804 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:56,807 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:56,807 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 78.752822 ms - MDC[] 2021-08-17 11:59:56,807 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:56,807 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:56,808 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:56,808 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] 2021-08-17 11:59:56,809 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@14557680 - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:56,819 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@72dfac2e, org.eclipse.scout.rt.mom.jms.JmsSubscription@337eb419] - MDC[] 2021-08-17 11:59:56,821 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@60f0260f[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:56,821 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003032 ms - MDC[] 2021-08-17 11:59:56,822 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:56,822 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:56,823 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:56,823 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.552059 ms - MDC[] 2021-08-17 11:59:56,823 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:56,824 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:56,824 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:56,825 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] 2021-08-17 11:59:56,825 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@58ae5f4a - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:56,833 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@191a8997] - MDC[] 2021-08-17 11:59:56,834 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5b9f533a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:56,834 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003382 ms - MDC[] 2021-08-17 11:59:56,834 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:56,834 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:56,835 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:56,835 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.373408 ms - MDC[] 2021-08-17 11:59:56,835 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:56,836 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:56,836 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:56,837 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:56,838 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@2707f232 - MDC[jobName=JMS subscriber] 2021-08-17 11:59:56,841 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@752114f1] - MDC[] 2021-08-17 11:59:56,842 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:56,842 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:56,842 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:56,842 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.259327 ms - MDC[] 2021-08-17 11:59:56,842 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:56,843 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:56,843 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:56,844 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] 2021-08-17 11:59:56,845 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@30a62bc4 - MDC[jobName=JMS subscriber] 2021-08-17 11:59:56,854 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] org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Caused by: java.lang.InterruptedException: null at java.lang.Object.wait(Native Method) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237) ... 29 common frames omitted 2021-08-17 11:59:56,856 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@398a363e, org.eclipse.scout.rt.mom.jms.JmsSubscription@60c2c015] - MDC[] 2021-08-17 11:59:56,858 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7bf5a589[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:56,858 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003270 ms - MDC[] 2021-08-17 11:59:56,859 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:56,859 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:56,860 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:56,860 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.988406 ms - MDC[] 2021-08-17 11:59:56,860 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:56,860 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:56,861 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:56,861 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] 2021-08-17 11:59:56,862 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@2616d7ef - MDC[jobName=JMS reply cancel message listener] 2021-08-17 11:59:56,869 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6566da90] - MDC[] 2021-08-17 11:59:56,871 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@10879c5e[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:56,871 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003011 ms - MDC[] 2021-08-17 11:59:56,905 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:56,905 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:56,906 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:56,906 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 45.524459 ms - MDC[] 2021-08-17 11:59:56,906 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:56,907 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:56,907 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:56,907 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:56,908 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@6b05e16 - MDC[jobName=JMS subscriber] 2021-08-17 11:59:58,929 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3507531f, org.eclipse.scout.rt.mom.jms.JmsSubscription@5f9c3073, org.eclipse.scout.rt.mom.jms.JmsSubscription@4dca87cb] - MDC[] 2021-08-17 11:59:58,932 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:58,932 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:58,932 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:58,932 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2025.594216 ms - MDC[] 2021-08-17 11:59:58,933 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:58,933 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:58,933 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:58,934 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:58,935 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@57bbdcf1 - MDC[] 2021-08-17 11:59:58,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@57db81e2, org.eclipse.scout.rt.mom.jms.JmsSubscription@7f5c0e00] - MDC[] 2021-08-17 11:59:58,943 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:58,943 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:58,944 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:58,944 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.471050 ms - MDC[] 2021-08-17 11:59:58,944 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:58,944 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:58,944 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:58,945 INFO [scout-thread-23] 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] 2021-08-17 11:59:58,945 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] 2021-08-17 11:59:58,946 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@6ad24dc4 - MDC[jobName=JMS subscriber] 2021-08-17 11:59:58,956 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] org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Caused by: java.lang.InterruptedException: null at java.lang.Object.wait(Native Method) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237) ... 29 common frames omitted 2021-08-17 11:59:59,958 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@507eda0c, org.eclipse.scout.rt.mom.jms.JmsSubscription@5b218570, org.eclipse.scout.rt.mom.jms.JmsSubscription@4412ac1a] - MDC[] 2021-08-17 11:59:59,970 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@177d8608[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 11:59:59,971 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003236 ms - MDC[] 2021-08-17 11:59:59,972 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 11:59:59,972 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 11:59:59,973 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 11:59:59,973 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1028.526028 ms - MDC[] 2021-08-17 11:59:59,973 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 11:59:59,974 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 11:59:59,974 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 11:59:59,975 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 11:59:59,976 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@31b07a16 - MDC[] 2021-08-17 12:00:03,009 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6166edcf] - MDC[] 2021-08-17 12:00:03,014 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:03,014 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:03,015 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:03,015 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 3040.357301 ms - MDC[] 2021-08-17 12:00:03,015 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:03,015 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:03,015 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:03,016 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:03,016 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@740639ba - MDC[] 2021-08-17 12:00:03,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@ee6533, org.eclipse.scout.rt.mom.jms.JmsSubscription@97b54ad] - MDC[] 2021-08-17 12:00:03,026 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7beb2da0, org.eclipse.scout.rt.mom.jms.JmsSubscription@2cc76912] - MDC[] 2021-08-17 12:00:03,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@425979db, org.eclipse.scout.rt.mom.jms.JmsSubscription@56c92651] - MDC[] 2021-08-17 12:00:03,039 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3aee27e1, org.eclipse.scout.rt.mom.jms.JmsSubscription@43df5cba] - MDC[] 2021-08-17 12:00:03,045 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3dbdc020, org.eclipse.scout.rt.mom.jms.JmsSubscription@5af69032] - MDC[] 2021-08-17 12:00:03,051 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4918f90f, org.eclipse.scout.rt.mom.jms.JmsSubscription@5f9b21a1] - MDC[] 2021-08-17 12:00:03,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@78698291, org.eclipse.scout.rt.mom.jms.JmsSubscription@48f7dbe0] - MDC[] 2021-08-17 12:00:03,063 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@666b7ebe, org.eclipse.scout.rt.mom.jms.JmsSubscription@4f13e602] - MDC[] 2021-08-17 12:00:03,065 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:03,066 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:03,066 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:03,066 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 50.834596 ms - MDC[] 2021-08-17 12:00:03,066 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:03,067 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:03,067 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:03,068 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:03,068 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@7535fa26 - MDC[jobName=JMS subscriber] 2021-08-17 12:00:03,072 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@413e4756] - MDC[] 2021-08-17 12:00:03,073 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:03,073 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:03,073 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:03,073 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.476113 ms - MDC[] 2021-08-17 12:00:03,073 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:03,074 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:03,074 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:03,075 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:03,075 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6af4c74e - MDC[] 2021-08-17 12:00:03,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@38be950e, org.eclipse.scout.rt.mom.jms.JmsSubscription@33b8f619] - MDC[] 2021-08-17 12:00:03,081 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:03,081 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:03,082 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:03,082 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.631480 ms - MDC[] 2021-08-17 12:00:03,082 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:03,082 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:03,082 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:03,083 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:03,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@569ac51e - MDC[] 2021-08-17 12:00:04,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@4f9e42c4, org.eclipse.scout.rt.mom.jms.JmsSubscription@5f4ddd09] - MDC[] 2021-08-17 12:00:04,100 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:04,100 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:04,100 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:04,100 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1018.100845 ms - MDC[] 2021-08-17 12:00:04,101 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:04,101 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:04,101 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:04,102 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] 2021-08-17 12:00:04,115 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@97079f4, org.eclipse.scout.rt.mom.jms.JmsSubscription@6686039c] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:04,125 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@f2fd4b, org.eclipse.scout.rt.mom.jms.JmsSubscription@4426dee7] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:04,135 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@4fbfcddd, org.eclipse.scout.rt.mom.jms.JmsSubscription@433e5e5a] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:04,145 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@238473db, org.eclipse.scout.rt.mom.jms.JmsSubscription@23d21ef8] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:04,152 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@254a9cff, org.eclipse.scout.rt.mom.jms.JmsSubscription@2911e90e] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:04,162 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@50ae39e1, org.eclipse.scout.rt.mom.jms.JmsSubscription@5350d4af] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:04,172 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@4ecf2355, org.eclipse.scout.rt.mom.jms.JmsSubscription@69f2e9b2] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:04,182 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@3413e54a, org.eclipse.scout.rt.mom.jms.JmsSubscription@4136e09f] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:04,204 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6c5457a9[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:04,205 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.005247 ms - MDC[] 2021-08-17 12:00:04,206 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:04,206 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 105.232881 ms - MDC[] 2021-08-17 12:00:04,207 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:04,207 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:04,207 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:04,208 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:04,208 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7d3818ab - MDC[] 2021-08-17 12:00:04,211 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5e206acb] - MDC[] 2021-08-17 12:00:04,214 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:04,214 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:04,214 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:04,214 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.908818 ms - MDC[] 2021-08-17 12:00:04,214 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:04,215 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:04,215 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:04,216 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:04,216 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6b42829 - MDC[] 2021-08-17 12:00:04,221 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3463d70a] - MDC[] 2021-08-17 12:00:04,222 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:04,222 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:04,223 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:04,223 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.965452 ms - MDC[] 2021-08-17 12:00:04,223 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:04,223 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:04,223 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:04,224 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:04,225 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@20a569ad - MDC[] 2021-08-17 12:00:04,229 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@66968a15] - MDC[] 2021-08-17 12:00:04,231 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:04,231 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:04,231 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:04,231 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.819614 ms - MDC[] 2021-08-17 12:00:04,232 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:04,232 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:04,232 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:04,233 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:04,234 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@604d0523 - MDC[] 2021-08-17 12:00:04,237 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@772f3774] - MDC[] 2021-08-17 12:00:04,239 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:04,239 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:04,239 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:04,239 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.944532 ms - MDC[] 2021-08-17 12:00:04,239 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:04,239 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:04,240 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:04,240 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:04,241 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@74992312 - MDC[] 2021-08-17 12:00:04,245 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@591e5480] - MDC[] 2021-08-17 12:00:04,246 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:04,246 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:04,247 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:04,247 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.295107 ms - MDC[] 2021-08-17 12:00:04,247 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:04,247 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:04,247 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:04,248 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:04,249 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@78e1625f - MDC[] 2021-08-17 12:00:04,252 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1bbdd4a9] - MDC[] 2021-08-17 12:00:04,254 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:04,254 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:04,254 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:04,254 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.010545 ms - MDC[] 2021-08-17 12:00:04,255 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:04,255 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:04,255 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:04,256 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:04,256 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4a1ac68f - MDC[] 2021-08-17 12:00:04,260 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@436d140d] - MDC[] 2021-08-17 12:00:04,262 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:04,262 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:04,263 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:04,263 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.625919 ms - MDC[] 2021-08-17 12:00:04,263 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:04,263 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:04,263 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:04,264 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:04,265 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@65820758 - MDC[] 2021-08-17 12:00:04,268 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3de8af4d] - MDC[] 2021-08-17 12:00:04,270 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:04,270 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:04,271 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:04,271 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.522775 ms - MDC[] 2021-08-17 12:00:04,271 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:04,271 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:04,271 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:04,272 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:04,273 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@40340243 - MDC[] 2021-08-17 12:00:04,276 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2d67f090] - MDC[] 2021-08-17 12:00:04,278 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:04,278 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:04,278 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:04,278 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.820436 ms - MDC[] 2021-08-17 12:00:04,278 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:04,279 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:04,279 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:04,304 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:04,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@5b4f77e1 - MDC[] 2021-08-17 12:00:04,309 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@17d745ae] - MDC[] 2021-08-17 12:00:04,310 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:04,311 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:04,311 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:04,311 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 32.271791 ms - MDC[] 2021-08-17 12:00:04,311 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:04,312 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:04,312 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:04,313 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] Reply: TheReply 2021-08-17 12:00:04,323 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@36bc3c49] - MDC[] 2021-08-17 12:00:04,325 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2a2e8235[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:04,326 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004276 ms - MDC[] 2021-08-17 12:00:04,327 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:04,327 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 14.587963 ms - MDC[] 2021-08-17 12:00:04,327 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:04,328 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:04,328 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:04,329 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:04,329 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@56eb8c30 - MDC[] 2021-08-17 12:00:04,337 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@17baf642, org.eclipse.scout.rt.mom.jms.JmsSubscription@764a5191, org.eclipse.scout.rt.mom.jms.JmsSubscription@6fc9f8bc] - MDC[] 2021-08-17 12:00:04,338 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:04,338 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:04,339 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:04,339 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.992718 ms - MDC[] 2021-08-17 12:00:04,339 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:04,339 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:04,339 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:04,340 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] 2021-08-17 12:00:04,348 ERROR [scout-thread-23] 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=4b5a23ca-da6d-4f23-a6d7-e8495f964eaa] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_StringMarshaller_Exception(JmsMomImplementorTest.java:1356) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 12:00:04,350 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@319b7537] - MDC[] 2021-08-17 12:00:04,352 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4a36f141[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:04,352 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003912 ms - MDC[] 2021-08-17 12:00:04,353 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:04,353 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.711997 ms - MDC[] 2021-08-17 12:00:04,353 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:04,354 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:04,354 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:04,354 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.117919 ms - MDC[] 2021-08-17 12:00:04,354 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:04,354 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:04,355 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:04,355 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:04,356 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@f571c0d - MDC[] 2021-08-17 12:00:04,559 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@55c9400d] - MDC[] 2021-08-17 12:00:04,560 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:04,560 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:04,561 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:04,561 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 206.224125 ms - MDC[] 2021-08-17 12:00:04,561 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:04,561 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:04,561 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:04,562 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:04,563 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5ace491 - MDC[] 2021-08-17 12:00:04,767 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@ae397d6] - MDC[] 2021-08-17 12:00:04,768 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:04,768 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:04,769 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:04,769 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 207.316186 ms - MDC[] 2021-08-17 12:00:04,769 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:04,769 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:04,769 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:04,770 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:04,770 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@65d07158 - MDC[] 2021-08-17 12:00:04,974 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@13e3f9a9] - MDC[] 2021-08-17 12:00:04,976 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:04,976 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:04,976 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:04,976 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 207.065664 ms - MDC[] 2021-08-17 12:00:04,976 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:04,977 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:04,977 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:04,978 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:04,978 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4902882c - MDC[] 2021-08-17 12:00:05,182 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4d225170] - MDC[] 2021-08-17 12:00:05,184 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:05,184 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:05,184 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:05,184 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 207.589478 ms - MDC[] 2021-08-17 12:00:05,185 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:05,185 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:05,185 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:05,186 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:05,186 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5db4e558 - MDC[] 2021-08-17 12:00:05,390 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@45f3891c] - MDC[] 2021-08-17 12:00:05,392 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:05,392 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:05,392 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:05,392 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 207.379143 ms - MDC[] 2021-08-17 12:00:05,392 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:05,393 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:05,393 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:05,394 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:05,394 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4142586b - MDC[] 2021-08-17 12:00:05,598 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6d0d557c] - MDC[] 2021-08-17 12:00:05,599 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:05,599 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:05,600 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:05,600 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 206.901683 ms - MDC[] 2021-08-17 12:00:05,600 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:05,600 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:05,600 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:05,601 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:05,602 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6ca96aef - MDC[] 2021-08-17 12:00:05,805 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5ef5455c] - MDC[] 2021-08-17 12:00:05,806 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:05,806 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:05,807 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:05,807 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 206.417628 ms - MDC[] 2021-08-17 12:00:05,807 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:05,807 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:05,807 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:05,808 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:05,809 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4f20ec7d - MDC[] 2021-08-17 12:00:06,013 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@11e1e137] - MDC[] 2021-08-17 12:00:06,015 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:06,015 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:06,015 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:06,015 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 207.719362 ms - MDC[] 2021-08-17 12:00:06,015 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:06,016 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:06,016 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:06,017 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:06,017 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5a947fd5 - MDC[] 2021-08-17 12:00:06,221 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7382ec67] - MDC[] 2021-08-17 12:00:06,223 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:06,223 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:06,223 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:06,223 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 207.420264 ms - MDC[] 2021-08-17 12:00:06,223 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:06,224 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:06,224 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:06,224 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:06,225 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@447dd61f - MDC[] 2021-08-17 12:00:06,429 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2229079d] - MDC[] 2021-08-17 12:00:06,431 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:06,431 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:06,431 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:06,431 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 207.255496 ms - MDC[] 2021-08-17 12:00:06,431 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:06,432 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:06,432 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:06,432 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:06,435 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7650e219 - MDC[] 2021-08-17 12:00:06,437 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@568514f] - MDC[] 2021-08-17 12:00:06,438 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:06,438 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:06,439 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:06,439 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.840526 ms - MDC[] 2021-08-17 12:00:06,439 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:06,439 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:06,439 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:06,440 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] 2021-08-17 12:00:06,448 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@4692260, org.eclipse.scout.rt.mom.jms.JmsSubscription@559e6f56] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:06,458 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@c4d2498, org.eclipse.scout.rt.mom.jms.JmsSubscription@21bc4d53] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:06,466 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@1cdfda8, org.eclipse.scout.rt.mom.jms.JmsSubscription@226b010d] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:06,476 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@2ce57d76, org.eclipse.scout.rt.mom.jms.JmsSubscription@74f6c41c] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:06,483 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@1ac5b710, org.eclipse.scout.rt.mom.jms.JmsSubscription@4748ee00] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:06,491 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@46de418, org.eclipse.scout.rt.mom.jms.JmsSubscription@7e3b331e] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:06,499 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@4052284b, org.eclipse.scout.rt.mom.jms.JmsSubscription@dfda120] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:06,508 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@ee96cbf, org.eclipse.scout.rt.mom.jms.JmsSubscription@756bbbe6] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:06,509 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1375e7a4[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:06,510 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004614 ms - MDC[] 2021-08-17 12:00:06,510 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:06,511 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 71.230229 ms - MDC[] 2021-08-17 12:00:06,511 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:06,511 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:06,511 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:06,512 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] 2021-08-17 12:00:06,572 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@238ef0cc, org.eclipse.scout.rt.mom.jms.JmsSubscription@7055f907] - MDC[] 2021-08-17 12:00:06,575 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6fae0287[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:06,576 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003074 ms - MDC[] 2021-08-17 12:00:06,577 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:06,577 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 65.366381 ms - MDC[] 2021-08-17 12:00:06,577 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:06,577 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:06,577 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:06,578 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] 2021-08-17 12:00:06,638 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@746fbd08, org.eclipse.scout.rt.mom.jms.JmsSubscription@70b5ea27] - MDC[] 2021-08-17 12:00:06,641 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1d91e3ed[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:06,641 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.002877 ms - MDC[] 2021-08-17 12:00:06,642 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:06,642 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 65.073623 ms - MDC[] 2021-08-17 12:00:06,642 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:06,643 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:06,643 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:06,644 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] 2021-08-17 12:00:06,703 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@687668da, org.eclipse.scout.rt.mom.jms.JmsSubscription@5910ca72] - MDC[] 2021-08-17 12:00:06,706 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7a5b677d[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:06,707 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.002812 ms - MDC[] 2021-08-17 12:00:06,707 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:06,707 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 64.417331 ms - MDC[] 2021-08-17 12:00:06,708 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:06,708 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:06,708 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:06,709 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] 2021-08-17 12:00:06,769 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@f9a82ac, org.eclipse.scout.rt.mom.jms.JmsSubscription@27475587] - MDC[] 2021-08-17 12:00:06,772 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7ff79691[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:06,773 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.002879 ms - MDC[] 2021-08-17 12:00:06,774 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:06,774 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 65.663030 ms - MDC[] 2021-08-17 12:00:06,774 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:06,774 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:06,774 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:06,775 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] 2021-08-17 12:00:06,836 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@467465c, org.eclipse.scout.rt.mom.jms.JmsSubscription@545cfddb] - MDC[] 2021-08-17 12:00:06,954 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5f7db270[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:06,955 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003237 ms - MDC[] 2021-08-17 12:00:06,956 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:06,956 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 181.416823 ms - MDC[] 2021-08-17 12:00:06,956 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:06,956 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:06,956 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:06,957 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] 2021-08-17 12:00:07,017 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@46f31564, org.eclipse.scout.rt.mom.jms.JmsSubscription@5246532] - MDC[] 2021-08-17 12:00:07,020 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@58cf890a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:07,021 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003004 ms - MDC[] 2021-08-17 12:00:07,021 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:07,022 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 65.314974 ms - MDC[] 2021-08-17 12:00:07,022 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:07,022 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:07,022 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:07,023 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] 2021-08-17 12:00:07,084 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3fe9caee, org.eclipse.scout.rt.mom.jms.JmsSubscription@32def41f] - MDC[] 2021-08-17 12:00:07,088 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3fea4131[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:07,088 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004209 ms - MDC[] 2021-08-17 12:00:07,089 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:07,089 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 66.685950 ms - MDC[] 2021-08-17 12:00:07,089 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:07,089 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:07,090 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:07,091 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] 2021-08-17 12:00:07,151 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3d34b11c, org.eclipse.scout.rt.mom.jms.JmsSubscription@448f656] - MDC[] 2021-08-17 12:00:07,154 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4c731bb2[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:07,154 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.002769 ms - MDC[] 2021-08-17 12:00:07,155 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:07,155 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 65.696847 ms - MDC[] 2021-08-17 12:00:07,155 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:07,156 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:07,156 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:07,157 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] 2021-08-17 12:00:07,218 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2d01bc46, org.eclipse.scout.rt.mom.jms.JmsSubscription@8039274] - MDC[] 2021-08-17 12:00:07,221 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@364cd6fd[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:07,222 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.005708 ms - MDC[] 2021-08-17 12:00:07,223 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:07,223 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 66.852222 ms - MDC[] 2021-08-17 12:00:07,223 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:07,223 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:07,223 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:07,224 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] 2021-08-17 12:00:07,285 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@756974d8, org.eclipse.scout.rt.mom.jms.JmsSubscription@43b8d302] - MDC[] 2021-08-17 12:00:07,288 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@427f83d9[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:07,289 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.002883 ms - MDC[] 2021-08-17 12:00:07,289 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:07,290 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 65.943463 ms - MDC[] 2021-08-17 12:00:07,290 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:07,290 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:07,290 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:07,291 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:07,291 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@30a7dcd4 - MDC[] 2021-08-17 12:00:07,295 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4a35f473, org.eclipse.scout.rt.mom.jms.JmsSubscription@1ff55eff] - MDC[] 2021-08-17 12:00:07,297 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:07,297 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:07,297 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:07,297 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.251926 ms - MDC[] 2021-08-17 12:00:07,298 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:07,298 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:07,298 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:07,299 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)] 2021-08-17 12:00:07,605 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7f7b15d4] - MDC[] 2021-08-17 12:00:07,607 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2a0a3152[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:07,608 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003494 ms - MDC[] 2021-08-17 12:00:07,609 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:07,609 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.452201 ms - MDC[] 2021-08-17 12:00:07,609 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:07,609 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:07,609 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:07,610 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)] 2021-08-17 12:00:07,915 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6a39c005] - MDC[] 2021-08-17 12:00:07,916 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2db25e28[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:07,916 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003287 ms - MDC[] 2021-08-17 12:00:07,917 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:07,917 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 308.000413 ms - MDC[] 2021-08-17 12:00:07,917 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:07,918 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:07,918 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:07,919 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)] 2021-08-17 12:00:08,225 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3243b967] - MDC[] 2021-08-17 12:00:08,227 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@50cb1797[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:08,227 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003299 ms - MDC[] 2021-08-17 12:00:08,228 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:08,228 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.639412 ms - MDC[] 2021-08-17 12:00:08,228 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:08,229 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:08,229 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:08,230 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)] 2021-08-17 12:00:08,535 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2c2b93df] - MDC[] 2021-08-17 12:00:08,538 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@16f133fd[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:08,538 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003168 ms - MDC[] 2021-08-17 12:00:08,539 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:08,539 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.147244 ms - MDC[] 2021-08-17 12:00:08,539 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:08,540 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:08,540 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:08,540 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)] 2021-08-17 12:00:08,847 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@65d870be] - MDC[] 2021-08-17 12:00:08,849 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@57cfcf22[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:08,849 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003753 ms - MDC[] 2021-08-17 12:00:08,850 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:08,850 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.420441 ms - MDC[] 2021-08-17 12:00:08,850 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:08,851 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:08,851 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:08,851 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)] 2021-08-17 12:00:09,157 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3dd4d6e6] - MDC[] 2021-08-17 12:00:09,160 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7a5d5ca7[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:09,161 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.024648 ms - MDC[] 2021-08-17 12:00:09,162 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:09,162 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 311.163719 ms - MDC[] 2021-08-17 12:00:09,162 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:09,162 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:09,162 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:09,163 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)] 2021-08-17 12:00:09,469 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@30694e0e] - MDC[] 2021-08-17 12:00:09,472 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5ea2fc53[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:09,472 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003358 ms - MDC[] 2021-08-17 12:00:09,473 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:09,473 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.265124 ms - MDC[] 2021-08-17 12:00:09,473 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:09,473 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:09,473 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:09,474 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)] 2021-08-17 12:00:09,780 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@520acc7a] - MDC[] 2021-08-17 12:00:09,780 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2c9c48fa[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:09,780 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003099 ms - MDC[] 2021-08-17 12:00:09,781 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:09,781 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 307.822067 ms - MDC[] 2021-08-17 12:00:09,781 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:09,782 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:09,782 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:09,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)] 2021-08-17 12:00:10,089 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@46f77687] - MDC[] 2021-08-17 12:00:10,089 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@44ee514[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:10,089 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.002890 ms - MDC[] 2021-08-17 12:00:10,090 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:10,090 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 308.388007 ms - MDC[] 2021-08-17 12:00:10,090 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:10,091 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:10,091 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:10,091 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)] 2021-08-17 12:00:10,397 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@9aa9e4a] - MDC[] 2021-08-17 12:00:10,398 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@dc710ab[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:10,398 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.002947 ms - MDC[] 2021-08-17 12:00:10,399 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:10,399 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 308.226900 ms - MDC[] 2021-08-17 12:00:10,399 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:10,400 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:10,400 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:10,400 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.095050 ms - MDC[] 2021-08-17 12:00:10,400 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:10,400 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:10,400 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:10,401 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.initRequestReply(JmsMomImplementor.java:207) - Scout JUnit MOM [artemis]: 'request-reply' messaging is disabled - MDC[] 2021-08-17 12:00:10,401 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:10,401 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:10,401 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.889692 ms - MDC[] 2021-08-17 12:00:10,401 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:10,402 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:10,402 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:10,402 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:10,410 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6bfe7897, org.eclipse.scout.rt.mom.jms.JmsSubscription@66193b4b] - MDC[] 2021-08-17 12:00:10,411 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@37eb27a2[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:10,411 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003793 ms - MDC[] 2021-08-17 12:00:10,412 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:10,412 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.192706 ms - MDC[] 2021-08-17 12:00:10,412 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:10,413 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:10,413 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:10,413 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:10,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@5956b966 - MDC[] 2021-08-17 12:00:10,418 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1469d14a, org.eclipse.scout.rt.mom.jms.JmsSubscription@3fbda43d] - MDC[] 2021-08-17 12:00:10,424 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1d3aad20, org.eclipse.scout.rt.mom.jms.JmsSubscription@44067808] - MDC[] 2021-08-17 12:00: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@6c85dbe8, org.eclipse.scout.rt.mom.jms.JmsSubscription@57d354fc] - MDC[] 2021-08-17 12:00:10,436 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@c3976d4, org.eclipse.scout.rt.mom.jms.JmsSubscription@7dc97564] - MDC[] 2021-08-17 12:00:10,442 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@102e8217, org.eclipse.scout.rt.mom.jms.JmsSubscription@3a6f77a4] - MDC[] 2021-08-17 12:00:10,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@143ec23b, org.eclipse.scout.rt.mom.jms.JmsSubscription@24d642eb] - MDC[] 2021-08-17 12:00:10,455 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@29ec693e, org.eclipse.scout.rt.mom.jms.JmsSubscription@33db58ce] - MDC[] 2021-08-17 12:00:10,461 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3593747f, org.eclipse.scout.rt.mom.jms.JmsSubscription@1e6e59d8] - MDC[] 2021-08-17 12:00:10,463 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:10,463 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:10,464 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:10,464 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 50.964839 ms - MDC[] 2021-08-17 12:00:10,464 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:10,464 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:10,464 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:10,465 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:10,466 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2f8b373f - MDC[] 2021-08-17 12:00:10,469 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1baab1b1, org.eclipse.scout.rt.mom.jms.JmsSubscription@1c833e78] - MDC[] 2021-08-17 12:00:10,471 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:10,471 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:10,472 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:10,472 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.200035 ms - MDC[] 2021-08-17 12:00:10,472 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:10,472 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:10,472 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:10,473 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:10,475 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@28336feb - MDC[cid=cid:abc] 2021-08-17 12:00:10,477 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@22b771d1] - MDC[] 2021-08-17 12:00:10,480 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:10,480 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:10,480 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:10,480 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.852179 ms - MDC[] 2021-08-17 12:00:10,480 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:10,481 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:10,481 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:10,482 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:10,483 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5bff7f13 - MDC[] 2021-08-17 12:00:10,485 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@10378c35] - MDC[] 2021-08-17 12:00:10,488 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:10,489 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:10,489 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:10,489 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.024047 ms - MDC[] 2021-08-17 12:00:10,489 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:10,490 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:10,490 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:10,490 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:10,491 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@ce5417f - MDC[] 2021-08-17 12:00:10,494 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4ac2d69c, org.eclipse.scout.rt.mom.jms.JmsSubscription@60ce71c8] - MDC[] 2021-08-17 12:00:10,496 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:10,496 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:10,496 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:10,496 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.647439 ms - MDC[] 2021-08-17 12:00:10,497 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:10,497 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:10,497 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:10,498 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:10,498 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5f6da867 - MDC[] 2021-08-17 12:00:10,502 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1c9ff8fc, org.eclipse.scout.rt.mom.jms.JmsSubscription@1fee651f] - MDC[] 2021-08-17 12:00:10,508 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5a74d858, org.eclipse.scout.rt.mom.jms.JmsSubscription@7896b4d0] - MDC[] 2021-08-17 12:00:10,514 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2737fd1d, org.eclipse.scout.rt.mom.jms.JmsSubscription@2610cb55] - MDC[] 2021-08-17 12:00:10,520 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@42542698, org.eclipse.scout.rt.mom.jms.JmsSubscription@30fc1d0c] - MDC[] 2021-08-17 12:00:10,527 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@51867eab, org.eclipse.scout.rt.mom.jms.JmsSubscription@27d58238] - MDC[] 2021-08-17 12:00:10,533 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6829ec81, org.eclipse.scout.rt.mom.jms.JmsSubscription@6c9dd79d] - MDC[] 2021-08-17 12:00:10,539 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5684d608, org.eclipse.scout.rt.mom.jms.JmsSubscription@4e853286] - MDC[] 2021-08-17 12:00:10,545 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1f0630a9, org.eclipse.scout.rt.mom.jms.JmsSubscription@19ac267e] - MDC[] 2021-08-17 12:00:10,547 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:10,547 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:10,548 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:10,548 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 50.659791 ms - MDC[] 2021-08-17 12:00:10,548 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:10,548 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:10,549 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:10,549 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:10,550 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5f18ed13 - MDC[] 2021-08-17 12:00:10,553 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1abd92c6] - MDC[] 2021-08-17 12:00:10,555 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:10,555 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:10,556 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:10,556 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.196200 ms - MDC[] 2021-08-17 12:00:10,556 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:10,556 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:10,556 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:10,557 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:10,561 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2d7956fb - MDC[] 2021-08-17 12:00:10,613 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@65b1dc67, org.eclipse.scout.rt.mom.jms.JmsSubscription@c129b51] - MDC[] 2021-08-17 12:00:10,615 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:10,615 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:10,616 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:10,616 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 59.321990 ms - MDC[] 2021-08-17 12:00:10,616 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:10,616 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:10,616 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:10,617 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:10,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@7f487086 - MDC[] 2021-08-17 12:00:10,673 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@343f54c7, org.eclipse.scout.rt.mom.jms.JmsSubscription@10e88abc] - MDC[] 2021-08-17 12:00:10,676 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:10,677 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:10,677 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:10,677 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 60.690555 ms - MDC[] 2021-08-17 12:00:10,677 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:10,677 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:10,677 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:10,678 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:10,682 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@39660d2 - MDC[] 2021-08-17 12:00:10,734 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@539fe2b8, org.eclipse.scout.rt.mom.jms.JmsSubscription@30012b46] - MDC[] 2021-08-17 12:00:10,737 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:10,737 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:10,738 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:10,738 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 60.096571 ms - MDC[] 2021-08-17 12:00:10,738 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:10,738 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:10,738 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:10,739 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:10,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@44ca5127 - MDC[] 2021-08-17 12:00:10,795 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@34260b5e, org.eclipse.scout.rt.mom.jms.JmsSubscription@467c77b2] - MDC[] 2021-08-17 12:00:10,798 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:10,798 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:10,799 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:10,799 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 60.540503 ms - MDC[] 2021-08-17 12:00:10,799 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:10,799 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:10,799 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:10,800 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:10,803 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1463efcc - MDC[] 2021-08-17 12:00:10,855 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5a6f8797, org.eclipse.scout.rt.mom.jms.JmsSubscription@606be171] - MDC[] 2021-08-17 12:00:10,859 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:10,859 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:10,859 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:10,859 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 60.085074 ms - MDC[] 2021-08-17 12:00:10,859 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:10,860 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:10,860 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:10,860 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:10,864 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3248b221 - MDC[] 2021-08-17 12:00:10,916 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4bd42698, org.eclipse.scout.rt.mom.jms.JmsSubscription@9e46050] - MDC[] 2021-08-17 12:00:10,919 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:10,919 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:10,920 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:10,920 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 59.605519 ms - MDC[] 2021-08-17 12:00:10,920 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:10,920 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:10,920 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:10,921 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:10,924 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4f54b976 - MDC[] 2021-08-17 12:00:10,976 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7c3013ea, org.eclipse.scout.rt.mom.jms.JmsSubscription@14a37127] - MDC[] 2021-08-17 12:00:10,979 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:10,979 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:10,980 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:10,980 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 59.519955 ms - MDC[] 2021-08-17 12:00:10,980 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:10,980 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:10,980 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:10,981 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:10,985 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7cf6ea5b - MDC[] 2021-08-17 12:00:11,037 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@25fb28dd, org.eclipse.scout.rt.mom.jms.JmsSubscription@5917b984] - MDC[] 2021-08-17 12:00:11,041 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:11,041 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:11,041 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:11,041 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 61.145359 ms - MDC[] 2021-08-17 12:00:11,041 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:11,042 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:11,042 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:11,042 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:11,046 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@d4ce346 - MDC[] 2021-08-17 12:00:11,098 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@10a00374, org.eclipse.scout.rt.mom.jms.JmsSubscription@3f341562] - MDC[] 2021-08-17 12:00:11,101 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:11,101 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:11,102 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:11,102 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 60.062629 ms - MDC[] 2021-08-17 12:00:11,102 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:11,102 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:11,102 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:11,103 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:11,106 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7d69bb0e - MDC[] 2021-08-17 12:00:11,158 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4daa4a5a, org.eclipse.scout.rt.mom.jms.JmsSubscription@16f86d8f] - MDC[] 2021-08-17 12:00:11,162 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:11,162 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:11,162 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:11,162 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 59.984994 ms - MDC[] 2021-08-17 12:00:11,162 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:11,163 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:11,163 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:11,164 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] 2021-08-17 12:00:16,169 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/testTopicRequestReplyTimeout] org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Caused by: java.lang.InterruptedException: null at java.lang.Object.wait(Native Method) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237) ... 29 common frames omitted 2021-08-17 12:00:16,174 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@34d20206] - MDC[] 2021-08-17 12:00:16,174 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@63ca48c6[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:16,175 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.005589 ms - MDC[] 2021-08-17 12:00:16,175 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:16,175 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5012.298529 ms - MDC[] 2021-08-17 12:00:16,176 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:16,176 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:16,176 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:16,177 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:16,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@761bac58 - MDC[] 2021-08-17 12:00:16,181 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@65876774, org.eclipse.scout.rt.mom.jms.JmsSubscription@11ef3bee] - MDC[] 2021-08-17 12:00:16,182 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:16,182 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:16,183 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:16,183 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.664164 ms - MDC[] 2021-08-17 12:00:16,183 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:16,183 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:16,184 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:16,184 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:16,184 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.864786 ms - MDC[] 2021-08-17 12:00:16,185 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:16,185 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:16,185 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:16,186 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:16,186 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@40df1311 - MDC[] 2021-08-17 12:00:16,219 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@16bb8ff5] - MDC[] 2021-08-17 12:00:16,223 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:16,223 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:16,223 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:16,223 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 37.898469 ms - MDC[] 2021-08-17 12:00:16,223 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:16,224 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:16,224 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:16,224 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] 2021-08-17 12:00:16,234 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@11db4d00, org.eclipse.scout.rt.mom.jms.JmsSubscription@5bd5ace9] - MDC[] 2021-08-17 12:00:16,235 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@51674225[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:16,235 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004552 ms - MDC[] 2021-08-17 12:00:16,236 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:16,236 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 12.527141 ms - MDC[] 2021-08-17 12:00:16,236 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:16,237 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:16,237 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:16,237 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:16,238 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4ceb6854 - MDC[] 2021-08-17 12:00:16,392 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@51e28071] - MDC[] 2021-08-17 12:00:16,395 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:16,395 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:16,395 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:16,396 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.595172 ms - MDC[] 2021-08-17 12:00:16,396 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:16,396 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:16,396 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:16,397 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:16,397 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@8c84fb8 - MDC[] 2021-08-17 12:00:16,551 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@299f3c2] - MDC[] 2021-08-17 12:00:16,553 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:16,554 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:16,554 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:16,554 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.020830 ms - MDC[] 2021-08-17 12:00:16,554 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:16,554 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:16,554 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:16,555 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:16,556 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4e32d885 - MDC[] 2021-08-17 12:00:16,710 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@24fb3e2a] - MDC[] 2021-08-17 12:00:16,712 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:16,712 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:16,713 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:16,713 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.306713 ms - MDC[] 2021-08-17 12:00:16,713 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:16,713 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:16,713 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:16,714 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:16,714 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@510e260d - MDC[] 2021-08-17 12:00:16,869 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3426ce80] - MDC[] 2021-08-17 12:00:16,872 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:16,872 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:16,872 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:16,872 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.703867 ms - MDC[] 2021-08-17 12:00:16,872 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:16,872 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:16,873 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:16,873 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:16,874 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@471e3e69 - MDC[] 2021-08-17 12:00:17,028 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3f169051] - MDC[] 2021-08-17 12:00:17,031 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:17,031 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:17,031 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:17,031 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.611311 ms - MDC[] 2021-08-17 12:00:17,031 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:17,032 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:17,032 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:17,032 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:17,033 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1ff06f00 - MDC[] 2021-08-17 12:00:17,186 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@665c6b8d] - MDC[] 2021-08-17 12:00:17,189 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:17,189 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:17,189 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:17,189 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.693125 ms - MDC[] 2021-08-17 12:00:17,189 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:17,190 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:17,190 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:17,191 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:17,191 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6b0090ca - MDC[] 2021-08-17 12:00:17,346 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2ecc303c] - MDC[] 2021-08-17 12:00:17,348 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:17,348 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:17,349 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:17,349 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.805594 ms - MDC[] 2021-08-17 12:00:17,349 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:17,349 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:17,349 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:17,350 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:17,351 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4b495ce7 - MDC[] 2021-08-17 12:00:17,504 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3131c0d8] - MDC[] 2021-08-17 12:00:17,507 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:17,507 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:17,508 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:17,508 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.430023 ms - MDC[] 2021-08-17 12:00:17,508 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:17,508 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:17,508 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:17,509 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:17,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@368a8b70 - MDC[] 2021-08-17 12:00:17,663 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@9ce4057] - MDC[] 2021-08-17 12:00:17,666 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:17,666 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:17,666 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:17,666 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.934835 ms - MDC[] 2021-08-17 12:00:17,666 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:17,667 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:17,667 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:17,667 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:17,668 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3328d00b - MDC[] 2021-08-17 12:00:17,822 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@57d827e6] - MDC[] 2021-08-17 12:00:17,825 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:17,825 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:17,825 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:17,825 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 158.656493 ms - MDC[] 2021-08-17 12:00:17,826 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:17,826 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:17,826 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:17,827 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:17,827 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1a8b2ab3 - MDC[] 2021-08-17 12:00:18,839 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@633c9699, org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@56dc6b33] - MDC[] 2021-08-17 12:00:18,839 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:18,839 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:18,840 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:18,840 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1013.754828 ms - MDC[] 2021-08-17 12:00:18,840 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:18,840 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:18,841 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:18,841 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] 2021-08-17 12:00:18,848 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=156ca4bb-6ead-4365-877a-9437473e5474] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_ObjectMarshaller_Exception(JmsMomImplementorTest.java:1269) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 12:00:18,852 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@44b3d336] - MDC[] 2021-08-17 12:00:18,854 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@18ca913b[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:18,854 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003220 ms - MDC[] 2021-08-17 12:00:18,855 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:18,855 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 14.864651 ms - MDC[] 2021-08-17 12:00:18,856 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:18,856 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:18,856 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:18,857 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] 2021-08-17 12:00:18,865 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@243dc57b] - MDC[] 2021-08-17 12:00:18,865 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@473a92ae[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:18,866 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.015764 ms - MDC[] 2021-08-17 12:00:18,866 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:18,867 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.322815 ms - MDC[] 2021-08-17 12:00:18,867 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:18,867 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:18,867 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:18,868 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] 2021-08-17 12:00:18,876 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] org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Caused by: java.lang.InterruptedException: null at java.lang.Object.wait(Native Method) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237) ... 29 common frames omitted 2021-08-17 12:00:18,878 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4ad23216] - MDC[] 2021-08-17 12:00:18,879 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7e2371a1[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:18,880 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.002929 ms - MDC[] 2021-08-17 12:00:18,880 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:18,880 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.072210 ms - MDC[] 2021-08-17 12:00:18,880 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:18,881 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:18,881 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:18,882 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:18,885 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@12619285 - MDC[] 2021-08-17 12:00:18,887 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@27129ef5, org.eclipse.scout.rt.mom.jms.JmsSubscription@3b0c48bd] - MDC[] 2021-08-17 12:00:18,889 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:18,889 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:18,889 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:18,889 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.181290 ms - MDC[] 2021-08-17 12:00:18,889 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:18,890 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:18,890 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:18,890 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:20,899 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5e23d0db, org.eclipse.scout.rt.mom.jms.JmsSubscription@7d0c21] - MDC[] 2021-08-17 12:00:20,900 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:20,900 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2010.152344 ms - MDC[] 2021-08-17 12:00:20,900 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:20,901 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:20,901 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:20,902 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] 2021-08-17 12:00:25,908 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/testQueueRequestReplyTimeout] org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Caused by: java.lang.InterruptedException: null at java.lang.Object.wait(Native Method) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237) ... 29 common frames omitted 2021-08-17 12:00:25,913 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1eea09a4] - MDC[] 2021-08-17 12:00:25,915 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7b708f7f[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:25,915 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003089 ms - MDC[] 2021-08-17 12:00:25,916 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:25,916 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5014.932300 ms - MDC[] 2021-08-17 12:00:25,916 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:25,916 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:25,917 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:25,917 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] 2021-08-17 12:00:25,924 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=b239109a-2359-4080-95b7-8855e0b89fb9] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_JsonMarshaller_Exception1(JmsMomImplementorTest.java:1298) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 12:00:25,928 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3e1ff1cf] - MDC[] 2021-08-17 12:00:25,930 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3aea5cb[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:25,931 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003158 ms - MDC[] 2021-08-17 12:00:25,931 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:25,931 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 14.886619 ms - MDC[] 2021-08-17 12:00:25,932 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:25,932 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:25,932 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:25,933 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] 2021-08-17 12:00:25,939 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=bd556bd3-fceb-41f1-b58c-3c21943cd698] 2021-08-17 12:00:25,943 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5506ff53] - MDC[] 2021-08-17 12:00:25,945 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1a0a58ff[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:25,945 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003857 ms - MDC[] 2021-08-17 12:00:25,946 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:25,946 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.670497 ms - MDC[] 2021-08-17 12:00:25,946 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:25,947 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:25,947 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:25,948 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] 2021-08-17 12:00:25,956 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1fe24f79, org.eclipse.scout.rt.mom.jms.JmsSubscription@4f9a0139] - MDC[] 2021-08-17 12:00:25,957 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@225a7278[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:25,957 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003261 ms - MDC[] 2021-08-17 12:00:25,958 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:25,958 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.141522 ms - MDC[] 2021-08-17 12:00:25,958 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:25,958 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:25,958 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:25,959 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] 2021-08-17 12:00:25,967 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@315139e2] - MDC[] 2021-08-17 12:00:25,969 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@592223bc[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:25,969 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.002756 ms - MDC[] 2021-08-17 12:00:25,970 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:25,970 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.293232 ms - MDC[] 2021-08-17 12:00:25,970 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:25,970 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:25,970 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:25,971 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] 2021-08-17 12:00:25,979 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] org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Caused by: java.lang.InterruptedException: null at java.lang.Object.wait(Native Method) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237) ... 29 common frames omitted 2021-08-17 12:00:25,980 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@10c04710] - MDC[] 2021-08-17 12:00:25,981 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@182fdcdf[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:25,981 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003431 ms - MDC[] 2021-08-17 12:00:25,982 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:25,982 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.551675 ms - MDC[] 2021-08-17 12:00:25,982 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:25,983 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:25,983 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:25,983 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] 2021-08-17 12:00:25,991 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@2ac4ef1e, org.eclipse.scout.rt.mom.jms.JmsSubscription@42c152cd] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:25,997 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@49cbbb00, org.eclipse.scout.rt.mom.jms.JmsSubscription@31cf24c4] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:26,005 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@33bf1ef9, org.eclipse.scout.rt.mom.jms.JmsSubscription@11199ad8] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:26,014 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@2f955fee, org.eclipse.scout.rt.mom.jms.JmsSubscription@470cb62d] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:26,020 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@4552528c, org.eclipse.scout.rt.mom.jms.JmsSubscription@423e09f9] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:26,026 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@4189ade4, org.eclipse.scout.rt.mom.jms.JmsSubscription@76b3ab64] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:26,033 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@757d24f2, org.eclipse.scout.rt.mom.jms.JmsSubscription@2fff00e9] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:26,039 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@15c960c3, org.eclipse.scout.rt.mom.jms.JmsSubscription@53d545e8] - MDC[jobName=Running test with support for JUnit timeout] 2021-08-17 12:00:26,040 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3f9e438[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:26,041 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003335 ms - MDC[] 2021-08-17 12:00:26,041 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:26,042 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.803211 ms - MDC[] 2021-08-17 12:00:26,042 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:26,042 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:26,042 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:26,043 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] 2021-08-17 12:00:26,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@2541c84, org.eclipse.scout.rt.mom.jms.JmsSubscription@c56ea7b] - MDC[] 2021-08-17 12:00:26,054 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5644770e[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:26,055 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.002821 ms - MDC[] 2021-08-17 12:00:26,055 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:26,055 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.040052 ms - MDC[] 2021-08-17 12:00:26,055 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:26,056 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:26,056 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:26,057 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] 2021-08-17 12:00:26,064 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2c49bc22] - MDC[] 2021-08-17 12:00:26,065 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@135f1234[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:26,065 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004081 ms - MDC[] 2021-08-17 12:00:26,065 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:26,065 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 9.500472 ms - MDC[] 2021-08-17 12:00:26,066 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:26,066 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:26,066 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:26,067 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:26,068 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@32e8c3c3 - MDC[cid=cid:abc] 2021-08-17 12:00:26,070 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5ac1ba35] - MDC[] 2021-08-17 12:00:26,071 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:26,071 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:26,072 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:26,072 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5.444194 ms - MDC[] 2021-08-17 12:00:26,072 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:26,072 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:26,072 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:26,073 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] 2021-08-17 12:00:26,082 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] org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Caused by: java.lang.InterruptedException: null at java.lang.Object.wait(Native Method) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237) ... 29 common frames omitted 2021-08-17 12:00:26,084 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1d67a1ad, org.eclipse.scout.rt.mom.jms.JmsSubscription@4aa0b026] - MDC[] 2021-08-17 12:00:26,086 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@21a15619[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:26,087 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.002679 ms - MDC[] 2021-08-17 12:00:26,087 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:26,088 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.317889 ms - MDC[] 2021-08-17 12:00:26,088 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:26,088 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:26,088 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:26,089 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] 2021-08-17 12:00:26,096 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7432a39e] - MDC[] 2021-08-17 12:00:26,098 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@736a1844[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:26,098 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003034 ms - MDC[] 2021-08-17 12:00:26,099 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:26,099 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.710444 ms - MDC[] 2021-08-17 12:00:26,099 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:26,104 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:26,104 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:26,105 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:26,108 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@11f505e8 - MDC[] 2021-08-17 12:00:28,110 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5d548872, org.eclipse.scout.rt.mom.jms.JmsSubscription@7d576ea9, org.eclipse.scout.rt.mom.jms.JmsSubscription@2eb82c04] - MDC[] 2021-08-17 12:00:28,113 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:28,113 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:28,113 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:28,113 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2008.875716 ms - MDC[] 2021-08-17 12:00:28,113 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:28,114 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:28,114 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:28,114 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:28,115 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2fae65df - MDC[] 2021-08-17 12:00:28,122 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6d6a20f7, org.eclipse.scout.rt.mom.jms.JmsSubscription@313ac50e] - MDC[] 2021-08-17 12:00:28,123 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:28,123 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:28,124 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:28,124 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.153594 ms - MDC[] 2021-08-17 12:00:28,124 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:28,124 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:28,125 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:28,125 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] 2021-08-17 12:00:28,126 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] 2021-08-17 12:00:28,136 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/testQueueRequestReplyCancellation] org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195) at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372) at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Caused by: java.lang.InterruptedException: null at java.lang.Object.wait(Native Method) at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237) ... 29 common frames omitted 2021-08-17 12:00:29,137 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@77c0457f, org.eclipse.scout.rt.mom.jms.JmsSubscription@1035ec3c, org.eclipse.scout.rt.mom.jms.JmsSubscription@511966dc] - MDC[] 2021-08-17 12:00:29,144 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1a38d341[job=JMS reply cancel message listener, state=RUNNING]] - MDC[] 2021-08-17 12:00:29,145 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.002703 ms - MDC[] 2021-08-17 12:00:29,145 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[] 2021-08-17 12:00:29,145 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1020.746509 ms - MDC[] 2021-08-17 12:00:29,146 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:29,146 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:29,146 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:29,147 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:29,147 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3249c81a - MDC[] 2021-08-17 12:00:32,179 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@417081c8] - MDC[] 2021-08-17 12:00:32,184 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:32,184 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:32,184 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:32,184 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 3038.371756 ms - MDC[] 2021-08-17 12:00:32,185 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:32,185 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:32,185 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:32,186 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:32,187 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3887b71 - MDC[] 2021-08-17 12:00:32,190 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7ad4085c, org.eclipse.scout.rt.mom.jms.JmsSubscription@1ca0f80] - MDC[] 2021-08-17 12:00:32,196 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@15411d35, org.eclipse.scout.rt.mom.jms.JmsSubscription@30b9d1f0] - MDC[] 2021-08-17 12:00:32,202 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@66557a82, org.eclipse.scout.rt.mom.jms.JmsSubscription@26bc130c] - MDC[] 2021-08-17 12:00:32,208 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3e4bbada, org.eclipse.scout.rt.mom.jms.JmsSubscription@630d7bce] - MDC[] 2021-08-17 12:00:32,214 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5401976b, org.eclipse.scout.rt.mom.jms.JmsSubscription@22f9cea5] - MDC[] 2021-08-17 12:00:32,220 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3b887e2b, org.eclipse.scout.rt.mom.jms.JmsSubscription@6793a49c] - MDC[] 2021-08-17 12:00:32,227 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7b6bf067, org.eclipse.scout.rt.mom.jms.JmsSubscription@75f8a6c8] - MDC[] 2021-08-17 12:00:32,234 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@64c94e8c, org.eclipse.scout.rt.mom.jms.JmsSubscription@7be03bb2] - MDC[] 2021-08-17 12:00:32,235 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:32,235 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:32,236 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:32,236 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 50.821274 ms - MDC[] 2021-08-17 12:00:32,236 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:32,237 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:32,237 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:32,237 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:32,239 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3a575fff - MDC[] 2021-08-17 12:00:32,242 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6423fba7] - MDC[] 2021-08-17 12:00:32,243 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:32,243 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:32,243 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:32,243 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.502917 ms - MDC[] 2021-08-17 12:00:32,243 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:32,244 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[] 2021-08-17 12:00:32,244 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - - MDC[] 2021-08-17 12:00:32,244 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[] 2021-08-17 12:00:32,245 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2c367518 - MDC[] 2021-08-17 12:00:32,248 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@140b395c, org.eclipse.scout.rt.mom.jms.JmsSubscription@62c2a477] - MDC[] 2021-08-17 12:00:32,250 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[] 2021-08-17 12:00:32,250 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[] 2021-08-17 12:00:32,250 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[] 2021-08-17 12:00:32,251 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.773628 ms - MDC[] 2021-08-17 12:00:32,251 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - - MDC[] 2021-08-17 12:00:32,257 INFO [main] org.apache.activemq.artemis.core.server.stop(ActiveMQServerImpl.java:724) - AMQ221002: Apache ActiveMQ Artemis Message Broker version 1.1.0 [61be3ac0-ff52-11eb-85d7-ff2122bcc0d9] stopped - MDC[] Tests run: 225, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 146.695 sec - in org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest Results : Tests run: 226, Failures: 0, Errors: 0, Skipped: 5 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.mom.jms.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-6.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.jms.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-6.1.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-6.1.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-6.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.test >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.test 6.1.0-SNAPSHOT [25/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.test/target/test-classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.test --- [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.test/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.scout.rt.server.AbstractServerSessionTest 2021-08-17 12:00:34,014 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 12:00:34,044 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:39) - Finished preparation of jandex class inventory in 23.357040 ms - MDC[] 2021-08-17 12:00:34,263 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[] 2021-08-17 12:00:34,267 INFO [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 2 code type classes registered. - MDC[] 2021-08-17 12:00:34,268 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:185) - No config.properties found. Running with empty configuration. - MDC[] 2021-08-17 12:00:34,272 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[] 2021-08-17 12:00:34,336 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@8851ce1[id = 5d8b3839-b720-4803-bea0-1f1999fd5275], user=john] - MDC[] 2021-08-17 12:00:34,364 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@6cbd0674[id = 6b5a42d5-d2a2-4a2d-ae19-8dce39b6227a], user=john] - MDC[] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.562 sec - in org.eclipse.scout.rt.server.AbstractServerSessionTest Running org.eclipse.scout.rt.server.PiggyBackClientNotificationTest 2021-08-17 12:00:34,480 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[] org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45) at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:94) at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:103) at org.eclipse.scout.rt.server.ServiceTunnelServlet.doPost(ServiceTunnelServlet.java:150) at org.eclipse.scout.rt.server.PiggyBackClientNotificationTest.testPiggyBack(PiggyBackClientNotificationTest.java:68) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec - in org.eclipse.scout.rt.server.PiggyBackClientNotificationTest Running org.eclipse.scout.rt.server.ServerSessionListenerTest 2021-08-17 12:00:34,494 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@4837f97e[id = ], user=null] - MDC[] 2021-08-17 12:00:34,507 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@5b48f0f4[id = ], user=null] - MDC[] 2021-08-17 12:00:34,509 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.stop(AbstractServerSession.java:279) - Server session stopped [session=org.eclipse.scout.rt.server.TestServerSession@5b48f0f4[id = ], user=null] - MDC[] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.server.ServerSessionListenerTest Running org.eclipse.scout.rt.server.ServiceOperationInvokerTest 2021-08-17 12:00:34,518 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[] org.eclipse.scout.rt.platform.exception.ProcessingException: xxx [severity=ERROR, service.name=org.eclipse.scout.rt.shared.services.common.ping.IPingService, service.operation=ping] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.scout.rt.shared.servicetunnel.ServiceUtility.invoke(ServiceUtility.java:55) at org.eclipse.scout.rt.server.ServiceOperationInvoker.invokeInternal(ServiceOperationInvoker.java:103) at org.eclipse.scout.rt.server.ServiceOperationInvoker$1.call(ServiceOperationInvoker.java:64) at org.eclipse.scout.rt.server.ServiceOperationInvoker$1.call(ServiceOperationInvoker.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.server.ServiceOperationInvoker.invoke(ServiceOperationInvoker.java:60) at org.eclipse.scout.rt.server.ServiceOperationInvokerTest.invokePingService(ServiceOperationInvokerTest.java:112) at org.eclipse.scout.rt.server.ServiceOperationInvokerTest.testInvokeInvalidWithSession(ServiceOperationInvokerTest.java:73) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 2021-08-17 12:00:34,528 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[] org.eclipse.scout.rt.platform.exception.ProcessingException: xxx [severity=ERROR, service.name=org.eclipse.scout.rt.shared.services.common.ping.IPingService, service.operation=ping] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.scout.rt.shared.servicetunnel.ServiceUtility.invoke(ServiceUtility.java:55) at org.eclipse.scout.rt.server.ServiceOperationInvoker.invokeInternal(ServiceOperationInvoker.java:103) at org.eclipse.scout.rt.server.ServiceOperationInvoker$1.call(ServiceOperationInvoker.java:64) at org.eclipse.scout.rt.server.ServiceOperationInvoker$1.call(ServiceOperationInvoker.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.server.ServiceOperationInvoker.invoke(ServiceOperationInvoker.java:60) at org.eclipse.scout.rt.server.ServiceOperationInvokerTest.invokePingService(ServiceOperationInvokerTest.java:112) at org.eclipse.scout.rt.server.ServiceOperationInvokerTest.testInvokeInvalidWithoutSession(ServiceOperationInvokerTest.java:88) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.rt.server.ServiceOperationInvokerTest Running org.eclipse.scout.rt.server.ServiceTunnelServletTest 2021-08-17 12:00:34,531 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@2c9fdb64[id = 2e3931d1-db74-4e20-a345-36e9ad319442], user=default] - MDC[] 2021-08-17 12:00:34,563 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@1304e0d7[id = testSessionId], user=default] - MDC[] 2021-08-17 12:00:36,627 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@79f5a6ed[id = testid], user=default] - MDC[] 2021-08-17 12:00:36,631 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@aa752bb[id = id1], user=null] - MDC[] 2021-08-17 12:00:36,634 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[] org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45) at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:94) at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:103) at org.eclipse.scout.rt.server.ServiceTunnelServlet.doPost(ServiceTunnelServlet.java:150) at org.eclipse.scout.rt.server.ServiceTunnelServletTest.testPostSuccessful(ServiceTunnelServletTest.java:199) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.server.runner.statement.ServerRunContextStatement.evaluateWithServerRunContext(ServerRunContextStatement.java:78) at org.eclipse.scout.rt.testing.server.runner.statement.ServerRunContextStatement.evaluate(ServerRunContextStatement.java:52) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.server.runner.statement.ClientNotificationsStatement.evaluate(ClientNotificationsStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.109 sec - in org.eclipse.scout.rt.server.ServiceTunnelServletTest Running org.eclipse.scout.rt.server.admin.inspector.SessionInspectorTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.server.admin.inspector.SessionInspectorTest Running org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMapTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMapTest Running org.eclipse.scout.rt.server.cache.CopyOnWriteTransactionalMapTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.server.cache.CopyOnWriteTransactionalMapTest Running org.eclipse.scout.rt.server.cache.InvalidateCacheNofificationCoalescerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.server.cache.InvalidateCacheNofificationCoalescerTest Running org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueueTest 2021-08-17 12:00:36,907 WARN [main] org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueue.putDroppingOld(ClientNotificationNodeQueue.java:147) - Notification queue capacity reached. Remove oldest 1 notification messages. - MDC[] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 sec - in org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueueTest Running org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistryTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.512 sec - in org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistryTest Running org.eclipse.scout.rt.server.clientnotification.TransactionalClientNotificationCollectorTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.server.clientnotification.TransactionalClientNotificationCollectorTest Running org.eclipse.scout.rt.server.context.RunMonitorCancelRegistryTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.server.context.RunMonitorCancelRegistryTest Running org.eclipse.scout.rt.server.context.ServerRunContextChainTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.server.context.ServerRunContextChainTest Running org.eclipse.scout.rt.server.context.ServerRunContextProducerTest 2021-08-17 12:00:38,667 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@51d8f2f2[id = 6b3d50bb-a974-424b-95a8-74489036018f], user=alpha] - MDC[] 2021-08-17 12:00:38,670 INFO [scout-thread-24] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@5eb2e86f[id = 222bc178-1448-42b3-8a82-686831009bda], user=beta] - MDC[jobName=org.eclipse.scout.rt.server.context.ServerRunContextProducerTest$1] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.server.context.ServerRunContextProducerTest Running org.eclipse.scout.rt.server.context.ServerRunContextTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.server.context.ServerRunContextTest Running org.eclipse.scout.rt.server.job.filter.event.SessionJobEventFilterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.server.job.filter.event.SessionJobEventFilterTest Running org.eclipse.scout.rt.server.job.filter.future.ServerRunContextFutureFilterTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.eclipse.scout.rt.server.job.filter.future.ServerRunContextFutureFilterTest Running org.eclipse.scout.rt.server.job.filter.future.SessionFutureFilterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.server.job.filter.future.SessionFutureFilterTest Running org.eclipse.scout.rt.server.notification.NotificationCoalescerTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.server.notification.NotificationCoalescerTest Running org.eclipse.scout.rt.server.services.RemoteServiceAccessDeniedTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.server.services.RemoteServiceAccessDeniedTest Running org.eclipse.scout.rt.server.services.RemoteServiceWithoutAuthorizationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.services.RemoteServiceWithoutAuthorizationTest Running org.eclipse.scout.rt.server.services.ServiceWithSessionInterceptorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.services.ServiceWithSessionInterceptorTest Running org.eclipse.scout.rt.server.services.common.clustersync.ClientNotificationClusterNotificationTest 2021-08-17 12:00:38,735 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[] 2021-08-17 12:00:38,743 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@46d1b59[id = c92924fa-0b8d-4d69-b87f-863e695e84ca], user=system] - MDC[] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec - in org.eclipse.scout.rt.server.services.common.clustersync.ClientNotificationClusterNotificationTest Running org.eclipse.scout.rt.server.services.common.clustersync.ClusterNodeStatusInfoTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.server.services.common.clustersync.ClusterNodeStatusInfoTest Running org.eclipse.scout.rt.server.services.common.clustersync.ClusterSynchronizationServiceTest 2021-08-17 12:00:38,985 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[] 2021-08-17 12:00:38,988 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[] 2021-08-17 12:00:38,990 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[] 2021-08-17 12:00:38,991 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[] 2021-08-17 12:00:38,993 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[] 2021-08-17 12:00:38,995 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[] 2021-08-17 12:00:38,997 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[] 2021-08-17 12:00:38,999 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[] 2021-08-17 12:00:39,000 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[] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.server.services.common.clustersync.ClusterSynchronizationServiceTest Running org.eclipse.scout.rt.server.services.common.code.CodeServiceInvalidateTest 1 2 1 2 3 1 2 1 3 2 4 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.server.services.common.code.CodeServiceInvalidateTest Running org.eclipse.scout.rt.server.services.common.code.CodeServiceTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.server.services.common.code.CodeServiceTest Running org.eclipse.scout.rt.server.services.common.pwd.DefaultPasswordPolicyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.services.common.pwd.DefaultPasswordPolicyTest Running org.eclipse.scout.rt.server.services.common.security.AccessControlServiceTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 sec - in org.eclipse.scout.rt.server.services.common.security.AccessControlServiceTest Running org.eclipse.scout.rt.server.services.common.security.PermissionServiceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.server.services.common.security.PermissionServiceTest Running org.eclipse.scout.rt.server.services.lookup.BatchLookupTest 2021-08-17 12:00:39,528 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[] 2021-08-17 12:00:39,553 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[] 2021-08-17 12:00:39,563 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[] 2021-08-17 12:00:39,572 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[] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec - in org.eclipse.scout.rt.server.services.lookup.BatchLookupTest Running org.eclipse.scout.rt.server.services.lookup.BatchNormalizerTest 2021-08-17 12:00:39,614 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[] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.scout.rt.server.services.lookup.BatchNormalizerTest Running org.eclipse.scout.rt.server.session.ServerSessionCacheTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.server.session.ServerSessionCacheTest Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest 2021-08-17 12:00:39,640 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@5f0d8937[id = 54d245ca-74c7-49bf-bb3f-8e6b77249b2b], user=anna] - MDC[] 2021-08-17 12:00:39,641 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@24a8e40d[id = 86e6a72a-425d-4a31-97cc-8569f3097b56], user=anna] - MDC[] 2021-08-17 12:00:39,643 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@6501b105[id = eb90bce9-842d-42f8-a625-751db338d7b8], user=anna] - MDC[] 2021-08-17 12:00:39,644 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession2@1f7336b2[id = 1e0d5f95-4957-4c86-a71c-f3aef77753e9], user=anna] - MDC[] 2021-08-17 12:00:39,645 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@52433946[id = e14cb994-279b-42b6-883b-79b92adee9a5], user=anna] - MDC[] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest 2021-08-17 12:00:39,648 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest$JUnitServerSession@763b0996[id = c08f5682-1db7-429b-bade-5c78700fd04c], user=anna] - MDC[] 2021-08-17 12:00:39,650 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest$JUnitServerSession@3e2d8623[id = 56aa7720-8d27-46cf-ac0b-0c87afe9bff7], user=john] - MDC[] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest 2021-08-17 12:00:39,652 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest$JUnitServerSession@70d5d96b[id = 9973703d-7d8e-433d-9a2e-0b9747b63d04], user=anna] - MDC[] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTest Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTransactionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTransactionTest Running org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTest Running org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest Running org.eclipse.scout.rt.testing.server.runner.parameterized.SampleParameterizedServerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.testing.server.runner.parameterized.SampleParameterizedServerTest Results : Tests run: 167, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.test --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.test --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.test --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.test-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.test-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.1.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.test-6.1.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.test-6.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms 6.1.0-SNAPSHOT [26/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jms --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jms --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jms --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jms --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jms/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jms --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jms/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jms --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jms/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jms --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jms --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jms --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jms --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jms --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jms --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jms --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jms --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jms --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jms --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jms/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jms-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jms/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jms/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jms-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jms/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jms-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws >------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws 6.1.0-SNAPSHOT [27/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jaxws --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jaxws --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jaxws --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jaxws --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jaxws --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jaxws --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jaxws --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc 6.1.0-SNAPSHOT [28/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jdbc --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jdbc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jdbc --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 72 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jdbc --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jdbc --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jdbc --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jdbc --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jdbc --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge >------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge 6.1.0-SNAPSHOT [29/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.serverbridge --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.serverbridge --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.serverbridge --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.serverbridge --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.serverbridge/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.serverbridge --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.serverbridge --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.serverbridge/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.serverbridge --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.serverbridge --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.serverbridge/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.serverbridge --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.serverbridge --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.serverbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.serverbridge --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.serverbridge --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.serverbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.serverbridge --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.serverbridge --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.serverbridge --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.serverbridge --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/6.1.0-SNAPSHOT/org.eclipse.scout.rt.serverbridge-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.serverbridge/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/6.1.0-SNAPSHOT/org.eclipse.scout.rt.serverbridge-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/6.1.0-SNAPSHOT/org.eclipse.scout.rt.serverbridge-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test >------ [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test 6.1.0-SNAPSHOT [30/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.svg.client.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.svg.client.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.svg.client.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.client.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.client.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.svg.client.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.client.test/target/test-classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.svg.client.test --- [ERROR] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.client.test/target/classes. Directory does not exist! [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.client.test/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.scout.rt.svg.client.SVGUtilityTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 sec - in org.eclipse.scout.rt.svg.client.SVGUtilityTest Results : Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.client.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.client.test --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.client.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.client.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.1.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-6.1.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test >------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test 6.1.0-SNAPSHOT [31/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.ui.html.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add-js-resource) @ org.eclipse.scout.rt.ui.html.test --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/src/main/resources [INFO] Copying 13 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.ui.html.test --- [INFO] No sources to compile [INFO] [INFO] --- phantomjs-maven-plugin:0.7:install (default) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Resolved artifact /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/com/github/klieber/phantomjs/1.9.7/phantomjs-1.9.7-linux-x86_64.tar.bz2 from eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases) [INFO] Extracting /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/com/github/klieber/phantomjs/1.9.7/phantomjs-1.9.7-linux-x86_64.tar.bz2/phantomjs-1.9.7-linux-x86_64/bin/phantomjs to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/target/phantomjs-maven-plugin/phantomjs-1.9.7-linux-x86_64/bin/phantomjs [INFO] [INFO] --- build-helper-maven-plugin:1.9.1:add-test-resource (add-js-test-resource) @ org.eclipse.scout.rt.ui.html.test --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 16 resources [INFO] Copying 139 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 91 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/target/test-classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.ui.html.test --- [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.scout.rt.client.ui.form.fields.ModelVariantTest 12:03:26,351 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy] 12:03:26,351 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/target/test-classes/logback-test.xml] 12:03:26,426 |-INFO in ch.qos.logback.core.joran.util.ConfigurationWatchListUtil@3380ca3d - Adding [jar:file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.1.0-SNAPSHOT.jar!/logback-test-scout.xml] to configuration watch list. 12:03:26,426 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@23310248 - URL [jar:file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.1.0-SNAPSHOT.jar!/logback-test-scout.xml] is not of type file 12:03:26,431 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 12:03:26,434 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT] 12:03:26,450 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 12:03:26,475 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 12:03:26,475 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDERR] 12:03:26,476 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 12:03:26,477 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO 12:03:26,477 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT] 12:03:26,478 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDERR] to Logger[ROOT] 12:03:26,478 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.quartz] to WARN 12:03:26,478 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer] to DEBUG 12:03:26,478 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.scout.rt.ui.html] to DEBUG 12:03:26,479 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 12:03:26,479 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@1a1f79ce - Registering current configuration as safe fallback point Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec - in org.eclipse.scout.rt.client.ui.form.fields.ModelVariantTest Running org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest 2021-08-17 12:03:26,542 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 12:03:26,580 INFO [main] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:39) - Finished preparation of jandex class inventory in 30.148681 ms - MDC[] 2021-08-17 12:03:26,788 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.install(MultiSessionCookieStoreInstaller.java:43) - Successfully installed java.net.CookieManager@77226121 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@3117ac8d) - MDC[] 2021-08-17 12:03:26,805 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[] 2021-08-17 12:03:26,808 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[] 2021-08-17 12:03:26,808 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:185) - No config.properties found. Running with empty configuration. - MDC[] 2021-08-17 12:03:26,837 INFO [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.stateChanged(PrebuildFiles.java:39) - Pre-building of web resources is enabled - MDC[] 2021-08-17 12:03:26,837 INFO [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.buildResources(PrebuildFiles.java:69) - Finished pre-building of 0 web resources 0.170861 ms - MDC[] 2021-08-17 12:03:27,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[] 2021-08-17 12:03:27,047 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:86lb01rn2rmtqgjl1grd1pu298 - MDC[] 2021-08-17 12:03:27,112 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@1e15e4f6[id = 5e76bc6d-4351-4ec3-8e17-49841456ce22], user=null] - MDC[jobName=Starting ClientSession [sessionId=5e76bc6d-4351-4ec3-8e17-49841456ce22]] 2021-08-17 12:03:27,113 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=5e76bc6d-4351-4ec3-8e17-49841456ce22, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:27,116 INFO [main] org.eclipse.scout.rt.ui.html.UiThemeUtility.getConfiguredTheme(UiThemeUtility.java:53) - UI theme configured in config.properties: default - MDC[] 2021-08-17 12:03:27,116 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:27,124 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@d2ed59a] - MDC[jobName=Starting JsonClientSession] 2021-08-17 12:03:27,140 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@12e04531 - MDC[] 2021-08-17 12:03:27,142 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:86lb01rn2rmtqgjl1grd1pu298 initialized - MDC[] protocol: Session stopping 2021-08-17 12:03:27,144 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@1e15e4f6[id = 5e76bc6d-4351-4ec3-8e17-49841456ce22] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11] 2021-08-17 12:03:27,145 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@1e15e4f6[id = 5e76bc6d-4351-4ec3-8e17-49841456ce22] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11] 2021-08-17 12:03:27,148 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@1e15e4f6[id = 5e76bc6d-4351-4ec3-8e17-49841456ce22], point of no return - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11] 2021-08-17 12:03:27,148 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:921) - Logging out from UI session with ID 0:86lb01rn2rmtqgjl1grd1pu298 [clientSessionId=5e76bc6d-4351-4ec3-8e17-49841456ce22, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11] 2021-08-17 12:03:27,149 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:86lb01rn2rmtqgjl1grd1pu298... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11] 2021-08-17 12:03:27,149 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:86lb01rn2rmtqgjl1grd1pu298 from store (clientSessionId=5e76bc6d-4351-4ec3-8e17-49841456ce22) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11] 2021-08-17 12:03:27,149 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 5e76bc6d-4351-4ec3-8e17-49841456ce22 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11] 2021-08-17 12:03:27,149 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 5e76bc6d-4351-4ec3-8e17-49841456ce22 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11] 2021-08-17 12:03:27,151 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:935) - Logged out successfully from UI session with ID 0:86lb01rn2rmtqgjl1grd1pu298 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11] protocol: Before MessageBoxInStore 2021-08-17 12:03:27,159 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] java.lang.IllegalStateException: null at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:332) at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:307) at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession.execStoreSession(ClientSessionWithBlockingConditionInterruptionTest.java:375) at org.eclipse.scout.rt.client.AbstractClientSession$LocalClientSessionExtension.execStoreSession(AbstractClientSession.java:571) at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain$1.callMethod(ClientSessionChains.java:40) at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain$1.callMethod(ClientSessionChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain.execStoreSession(ClientSessionChains.java:43) at org.eclipse.scout.rt.client.AbstractClientSession.interceptStoreSession(AbstractClientSession.java:584) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:460) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:415) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2508) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56) at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source) at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11.run(ClientSessionWithBlockingConditionInterruptionTest.java:244) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) protocol: After MessageBoxInStore 2 2021-08-17 12:03:27,162 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@1e15e4f6[id = 5e76bc6d-4351-4ec3-8e17-49841456ce22], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11] protocol: All session jobs terminated 2021-08-17 12:03:28,150 INFO [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:383) - Session housekeeping: Client session 5e76bc6d-4351-4ec3-8e17-49841456ce22 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 5e76bc6d-4351-4ec3-8e17-49841456ce22] 2021-08-17 12:03:28,150 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 5e76bc6d-4351-4ec3-8e17-49841456ce22 from session store - MDC[jobName=Performing session housekeeping for client session with ID 5e76bc6d-4351-4ec3-8e17-49841456ce22] 2021-08-17 12:03:28,151 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 5e76bc6d-4351-4ec3-8e17-49841456ce22] 2021-08-17 12:03:28,151 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 5e76bc6d-4351-4ec3-8e17-49841456ce22] 2021-08-17 12:03:28,151 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:28,151 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 5e76bc6d-4351-4ec3-8e17-49841456ce22] 2021-08-17 12:03:28,153 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:1bejsaf49e1sm314vmabunkn0l - MDC[] 2021-08-17 12:03:28,157 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@249a453b[id = 14c93fcd-fc3e-4e8e-932a-c0a5de0b51d2], user=null] - MDC[jobName=Starting ClientSession [sessionId=14c93fcd-fc3e-4e8e-932a-c0a5de0b51d2]] 2021-08-17 12:03:28,157 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=14c93fcd-fc3e-4e8e-932a-c0a5de0b51d2, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:28,158 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:28,163 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@12e04531 - MDC[] 2021-08-17 12:03:28,164 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:1bejsaf49e1sm314vmabunkn0l initialized - MDC[] protocol: Session stopping 2021-08-17 12:03:28,166 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@249a453b[id = 14c93fcd-fc3e-4e8e-932a-c0a5de0b51d2] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12] 2021-08-17 12:03:28,166 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@249a453b[id = 14c93fcd-fc3e-4e8e-932a-c0a5de0b51d2] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12] 2021-08-17 12:03:28,167 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@249a453b[id = 14c93fcd-fc3e-4e8e-932a-c0a5de0b51d2], point of no return - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12] 2021-08-17 12:03:28,167 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:921) - Logging out from UI session with ID 0:1bejsaf49e1sm314vmabunkn0l [clientSessionId=14c93fcd-fc3e-4e8e-932a-c0a5de0b51d2, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12] 2021-08-17 12:03:28,168 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:1bejsaf49e1sm314vmabunkn0l... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12] 2021-08-17 12:03:28,168 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:1bejsaf49e1sm314vmabunkn0l from store (clientSessionId=14c93fcd-fc3e-4e8e-932a-c0a5de0b51d2) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12] 2021-08-17 12:03:28,168 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 14c93fcd-fc3e-4e8e-932a-c0a5de0b51d2 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12] 2021-08-17 12:03:28,169 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 14c93fcd-fc3e-4e8e-932a-c0a5de0b51d2 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12] 2021-08-17 12:03:28,169 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:935) - Logged out successfully from UI session with ID 0:1bejsaf49e1sm314vmabunkn0l - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12] protocol: Before Form.start protocol: Form.execLoad protocol: Form error ProcessingException There is no desktop or it is not open in the UI. [severity=ERROR] 2021-08-17 12:03:28,266 ERROR [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:463) - Failed to store the client session. - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12] org.eclipse.scout.rt.platform.exception.ProcessingException: There is no desktop or it is not open in the UI. [severity=ERROR] at org.eclipse.scout.rt.client.ui.form.AbstractForm$5.run(AbstractForm.java:1089) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.client.ui.form.AbstractForm.startInternal(AbstractForm.java:1039) at org.eclipse.scout.rt.client.ui.form.AbstractForm.start(AbstractForm.java:1032) at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureForm.start(ClientSessionWithBlockingConditionInterruptionTest.java:465) at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession.execStoreSession(ClientSessionWithBlockingConditionInterruptionTest.java:387) at org.eclipse.scout.rt.client.AbstractClientSession$LocalClientSessionExtension.execStoreSession(AbstractClientSession.java:571) at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain$1.callMethod(ClientSessionChains.java:40) at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain$1.callMethod(ClientSessionChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain.execStoreSession(ClientSessionChains.java:43) at org.eclipse.scout.rt.client.AbstractClientSession.interceptStoreSession(AbstractClientSession.java:584) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:460) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:415) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2508) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56) at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source) at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12.run(ClientSessionWithBlockingConditionInterruptionTest.java:287) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 12:03:28,267 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] 2021-08-17 12:03:28,268 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@249a453b[id = 14c93fcd-fc3e-4e8e-932a-c0a5de0b51d2], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12] protocol: All session jobs terminated 2021-08-17 12:03:29,170 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:383) - Session housekeeping: Client session 14c93fcd-fc3e-4e8e-932a-c0a5de0b51d2 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 14c93fcd-fc3e-4e8e-932a-c0a5de0b51d2] 2021-08-17 12:03:29,170 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 14c93fcd-fc3e-4e8e-932a-c0a5de0b51d2 from session store - MDC[jobName=Performing session housekeeping for client session with ID 14c93fcd-fc3e-4e8e-932a-c0a5de0b51d2] 2021-08-17 12:03:29,170 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 14c93fcd-fc3e-4e8e-932a-c0a5de0b51d2] 2021-08-17 12:03:29,171 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 14c93fcd-fc3e-4e8e-932a-c0a5de0b51d2] 2021-08-17 12:03:29,171 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:29,171 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 14c93fcd-fc3e-4e8e-932a-c0a5de0b51d2] 2021-08-17 12:03:29,172 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:vb7i5etjhkh8hv1253k73dr5fu - MDC[] 2021-08-17 12:03:29,174 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@2e7d98b8[id = 64f18312-c9b9-4a09-803a-9e2a029a6edc], user=null] - MDC[jobName=Starting ClientSession [sessionId=64f18312-c9b9-4a09-803a-9e2a029a6edc]] 2021-08-17 12:03:29,175 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=64f18312-c9b9-4a09-803a-9e2a029a6edc, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:29,175 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] protocol: Before MessageBox 2021-08-17 12:03:29,182 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@12e04531 - MDC[] 2021-08-17 12:03:29,183 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:vb7i5etjhkh8hv1253k73dr5fu initialized - MDC[] protocol: MessageBox is open protocol: Session stopping 2021-08-17 12:03:29,185 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@2e7d98b8[id = 64f18312-c9b9-4a09-803a-9e2a029a6edc] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6] 2021-08-17 12:03:29,185 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@2e7d98b8[id = 64f18312-c9b9-4a09-803a-9e2a029a6edc] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6] 2021-08-17 12:03:29,186 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@2e7d98b8[id = 64f18312-c9b9-4a09-803a-9e2a029a6edc], point of no return - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6] 2021-08-17 12:03:29,186 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:921) - Logging out from UI session with ID 0:vb7i5etjhkh8hv1253k73dr5fu [clientSessionId=64f18312-c9b9-4a09-803a-9e2a029a6edc, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6] 2021-08-17 12:03:29,187 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:vb7i5etjhkh8hv1253k73dr5fu... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6] 2021-08-17 12:03:29,187 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:vb7i5etjhkh8hv1253k73dr5fu from store (clientSessionId=64f18312-c9b9-4a09-803a-9e2a029a6edc) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6] 2021-08-17 12:03:29,187 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 64f18312-c9b9-4a09-803a-9e2a029a6edc - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6] 2021-08-17 12:03:29,187 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 64f18312-c9b9-4a09-803a-9e2a029a6edc - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6] 2021-08-17 12:03:29,188 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:935) - Logged out successfully from UI session with ID 0:vb7i5etjhkh8hv1253k73dr5fu - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6] 2021-08-17 12:03:29,189 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@2e7d98b8[id = 64f18312-c9b9-4a09-803a-9e2a029a6edc], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6] protocol: Interrupted MessageBox protocol: All session jobs terminated 2021-08-17 12:03:30,189 INFO [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:383) - Session housekeeping: Client session 64f18312-c9b9-4a09-803a-9e2a029a6edc is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 64f18312-c9b9-4a09-803a-9e2a029a6edc] 2021-08-17 12:03:30,190 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 64f18312-c9b9-4a09-803a-9e2a029a6edc from session store - MDC[jobName=Performing session housekeeping for client session with ID 64f18312-c9b9-4a09-803a-9e2a029a6edc] 2021-08-17 12:03:30,190 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 64f18312-c9b9-4a09-803a-9e2a029a6edc] 2021-08-17 12:03:30,190 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 64f18312-c9b9-4a09-803a-9e2a029a6edc] 2021-08-17 12:03:30,191 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 64f18312-c9b9-4a09-803a-9e2a029a6edc] 2021-08-17 12:03:30,191 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:30,192 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:a1kkdhl3ep5bv9eg90ltgjuau7 - MDC[] 2021-08-17 12:03:30,195 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@35a2b3c9[id = 25343046-6dda-44e3-9adb-0555ef4495d4], user=null] - MDC[jobName=Starting ClientSession [sessionId=25343046-6dda-44e3-9adb-0555ef4495d4]] 2021-08-17 12:03:30,196 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=25343046-6dda-44e3-9adb-0555ef4495d4, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:30,197 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:30,200 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@12e04531 - MDC[] 2021-08-17 12:03:30,201 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:a1kkdhl3ep5bv9eg90ltgjuau7 initialized - MDC[] protocol: Form.execLoad 2021-08-17 12:03:30,219 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@7370a706 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$7] protocol: Before Form.waitFor protocol: Form is open protocol: Session stopping 2021-08-17 12:03:30,221 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@35a2b3c9[id = 25343046-6dda-44e3-9adb-0555ef4495d4] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9] 2021-08-17 12:03:30,221 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@35a2b3c9[id = 25343046-6dda-44e3-9adb-0555ef4495d4] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9] 2021-08-17 12:03:30,221 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@35a2b3c9[id = 25343046-6dda-44e3-9adb-0555ef4495d4], point of no return - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9] 2021-08-17 12:03:30,222 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:921) - Logging out from UI session with ID 0:a1kkdhl3ep5bv9eg90ltgjuau7 [clientSessionId=25343046-6dda-44e3-9adb-0555ef4495d4, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9] 2021-08-17 12:03:30,222 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:a1kkdhl3ep5bv9eg90ltgjuau7... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9] 2021-08-17 12:03:30,222 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:a1kkdhl3ep5bv9eg90ltgjuau7 from store (clientSessionId=25343046-6dda-44e3-9adb-0555ef4495d4) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9] 2021-08-17 12:03:30,222 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 25343046-6dda-44e3-9adb-0555ef4495d4 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9] 2021-08-17 12:03:30,223 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 25343046-6dda-44e3-9adb-0555ef4495d4 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9] 2021-08-17 12:03:30,224 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:935) - Logged out successfully from UI session with ID 0:a1kkdhl3ep5bv9eg90ltgjuau7 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9] protocol: Form.execFinally protocol: Form.dispose 2021-08-17 12:03:30,228 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@35a2b3c9[id = 25343046-6dda-44e3-9adb-0555ef4495d4], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9] protocol: Interrupted Form protocol: All session jobs terminated 2021-08-17 12:03:31,223 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:383) - Session housekeeping: Client session 25343046-6dda-44e3-9adb-0555ef4495d4 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 25343046-6dda-44e3-9adb-0555ef4495d4] 2021-08-17 12:03:31,224 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 25343046-6dda-44e3-9adb-0555ef4495d4 from session store - MDC[jobName=Performing session housekeeping for client session with ID 25343046-6dda-44e3-9adb-0555ef4495d4] 2021-08-17 12:03:31,224 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 25343046-6dda-44e3-9adb-0555ef4495d4] 2021-08-17 12:03:31,225 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 25343046-6dda-44e3-9adb-0555ef4495d4] 2021-08-17 12:03:31,225 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 25343046-6dda-44e3-9adb-0555ef4495d4] 2021-08-17 12:03:31,226 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:31,227 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:uadilnkckappd8289urvki4ir4 - MDC[] protocol: Before MessageBoxInLoad 2021-08-17 12:03:31,230 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=c7ab744d-9340-4ea0-bad6-038107e5fd25]] java.lang.IllegalStateException: null at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:332) at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:307) at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession.execLoadSession(ClientSessionWithBlockingConditionInterruptionTest.java:344) at org.eclipse.scout.rt.client.AbstractClientSession$LocalClientSessionExtension.execLoadSession(AbstractClientSession.java:576) at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain$1.callMethod(ClientSessionChains.java:57) at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain$1.callMethod(ClientSessionChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain.execLoadSession(ClientSessionChains.java:60) at org.eclipse.scout.rt.client.AbstractClientSession.interceptLoadSession(AbstractClientSession.java:590) at org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:321) at org.eclipse.scout.rt.client.session.ClientSessionProvider$1$1.call(ClientSessionProvider.java:81) at org.eclipse.scout.rt.client.session.ClientSessionProvider$1$1.call(ClientSessionProvider.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) protocol: After MessageBoxInLoad 2 2021-08-17 12:03:31,231 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@31b16c72[id = c7ab744d-9340-4ea0-bad6-038107e5fd25], user=null] - MDC[jobName=Starting ClientSession [sessionId=c7ab744d-9340-4ea0-bad6-038107e5fd25]] 2021-08-17 12:03:31,231 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=c7ab744d-9340-4ea0-bad6-038107e5fd25, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:31,232 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:31,236 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@12e04531 - MDC[] 2021-08-17 12:03:31,236 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:uadilnkckappd8289urvki4ir4 initialized - MDC[] protocol: Session stopping 2021-08-17 12:03:31,238 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@31b16c72[id = c7ab744d-9340-4ea0-bad6-038107e5fd25] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10] 2021-08-17 12:03:31,239 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@31b16c72[id = c7ab744d-9340-4ea0-bad6-038107e5fd25] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10] 2021-08-17 12:03:31,239 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@31b16c72[id = c7ab744d-9340-4ea0-bad6-038107e5fd25], point of no return - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10] 2021-08-17 12:03:31,239 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:921) - Logging out from UI session with ID 0:uadilnkckappd8289urvki4ir4 [clientSessionId=c7ab744d-9340-4ea0-bad6-038107e5fd25, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10] 2021-08-17 12:03:31,239 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:uadilnkckappd8289urvki4ir4... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10] 2021-08-17 12:03:31,240 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:uadilnkckappd8289urvki4ir4 from store (clientSessionId=c7ab744d-9340-4ea0-bad6-038107e5fd25) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10] 2021-08-17 12:03:31,240 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 c7ab744d-9340-4ea0-bad6-038107e5fd25 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10] 2021-08-17 12:03:31,240 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 c7ab744d-9340-4ea0-bad6-038107e5fd25 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10] 2021-08-17 12:03:31,241 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:935) - Logged out successfully from UI session with ID 0:uadilnkckappd8289urvki4ir4 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10] 2021-08-17 12:03:31,241 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@31b16c72[id = c7ab744d-9340-4ea0-bad6-038107e5fd25], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10] protocol: All session jobs terminated 2021-08-17 12:03:32,241 INFO [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:383) - Session housekeeping: Client session c7ab744d-9340-4ea0-bad6-038107e5fd25 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID c7ab744d-9340-4ea0-bad6-038107e5fd25] 2021-08-17 12:03:32,241 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID c7ab744d-9340-4ea0-bad6-038107e5fd25 from session store - MDC[jobName=Performing session housekeeping for client session with ID c7ab744d-9340-4ea0-bad6-038107e5fd25] 2021-08-17 12:03:32,241 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 c7ab744d-9340-4ea0-bad6-038107e5fd25] 2021-08-17 12:03:32,242 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 c7ab744d-9340-4ea0-bad6-038107e5fd25] 2021-08-17 12:03:32,242 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 c7ab744d-9340-4ea0-bad6-038107e5fd25] 2021-08-17 12:03:32,242 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:32,243 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:s3vc3mqg8ls5o6pbrqskqkc2v5 - MDC[] 2021-08-17 12:03:32,247 WARN [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:38) - Exception in callable chain. - MDC[] java.lang.UnsupportedOperationException: The desktop is currently loading. This method must be called after the desktop has loaded and is set onto the session at org.eclipse.scout.rt.client.ui.desktop.internal.VirtualDesktop.createUnsupportedOperationException(VirtualDesktop.java:168) at org.eclipse.scout.rt.client.ui.desktop.internal.VirtualDesktop.isShowing(VirtualDesktop.java:472) at org.eclipse.scout.rt.client.ui.form.AbstractForm.setDisplayHint(AbstractForm.java:2915) at org.eclipse.scout.rt.client.ui.form.AbstractForm.initConfig(AbstractForm.java:775) at org.eclipse.scout.rt.client.ui.form.AbstractForm$2.run(AbstractForm.java:667) at org.eclipse.scout.rt.shared.extension.ObjectExtensions$1.run(ObjectExtensions.java:86) at org.eclipse.scout.rt.shared.extension.ExtensionRegistry.runInContext(ExtensionRegistry.java:748) at org.eclipse.scout.rt.shared.extension.ObjectExtensions.initConfig(ObjectExtensions.java:100) at org.eclipse.scout.rt.shared.extension.ObjectExtensions.initConfig(ObjectExtensions.java:58) at org.eclipse.scout.rt.client.ui.form.AbstractForm.interceptInitConfig(AbstractForm.java:663) at org.eclipse.scout.rt.client.ui.form.AbstractForm$1.run(AbstractForm.java:274) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.client.ui.form.AbstractForm.callInitializer(AbstractForm.java:271) at org.eclipse.scout.rt.client.ui.form.AbstractForm.(AbstractForm.java:228) at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureForm.(ClientSessionWithBlockingConditionInterruptionTest.java:436) at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession.execLoadSession(ClientSessionWithBlockingConditionInterruptionTest.java:353) at org.eclipse.scout.rt.client.AbstractClientSession$LocalClientSessionExtension.execLoadSession(AbstractClientSession.java:576) at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain$1.callMethod(ClientSessionChains.java:57) at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain$1.callMethod(ClientSessionChains.java:1) at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121) at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain.execLoadSession(ClientSessionChains.java:60) at org.eclipse.scout.rt.client.AbstractClientSession.interceptLoadSession(AbstractClientSession.java:590) at org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:321) at org.eclipse.scout.rt.client.session.ClientSessionProvider$1$1.call(ClientSessionProvider.java:81) at org.eclipse.scout.rt.client.session.ClientSessionProvider$1$1.call(ClientSessionProvider.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 12:03:32,248 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:s3vc3mqg8ls5o6pbrqskqkc2v5... - MDC[] 2021-08-17 12:03:32,248 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:s3vc3mqg8ls5o6pbrqskqkc2v5 from store (clientSessionId=null) - MDC[] 2021-08-17 12:03:32,248 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[] 2021-08-17 12:03:32,250 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.uninstall(MultiSessionCookieStoreInstaller.java:81) - Successfully uninstalled java.net.CookieManager@77226121 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@3117ac8d) - MDC[] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.768 sec - in org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest Running org.eclipse.scout.rt.ui.html.RequestHistoryTest 2021-08-17 12:03:32,251 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #2 - MDC[] 2021-08-17 12:03:32,252 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #3 - MDC[] 2021-08-17 12:03:32,252 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #4 - MDC[] 2021-08-17 12:03:32,252 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:56) - Cleanup previously missing request sequence number #3 - MDC[] 2021-08-17 12:03:32,252 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:56) - Cleanup previously missing request sequence number #2 - MDC[] 2021-08-17 12:03:32,252 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:56) - Cleanup previously missing request sequence number #4 - MDC[] 2021-08-17 12:03:32,252 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #1 - MDC[] 2021-08-17 12:03:32,253 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[] 2021-08-17 12:03:32,253 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999900 - MDC[] 2021-08-17 12:03:32,253 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999901 - MDC[] 2021-08-17 12:03:32,253 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999902 - MDC[] 2021-08-17 12:03:32,253 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999903 - MDC[] 2021-08-17 12:03:32,253 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999904 - MDC[] 2021-08-17 12:03:32,253 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999905 - MDC[] 2021-08-17 12:03:32,253 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999906 - MDC[] 2021-08-17 12:03:32,253 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999907 - MDC[] 2021-08-17 12:03:32,253 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999908 - MDC[] 2021-08-17 12:03:32,254 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999909 - MDC[] 2021-08-17 12:03:32,254 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999910 - MDC[] 2021-08-17 12:03:32,254 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999911 - MDC[] 2021-08-17 12:03:32,254 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999912 - MDC[] 2021-08-17 12:03:32,254 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999913 - MDC[] 2021-08-17 12:03:32,254 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999914 - MDC[] 2021-08-17 12:03:32,254 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999915 - MDC[] 2021-08-17 12:03:32,254 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999916 - MDC[] 2021-08-17 12:03:32,254 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999917 - MDC[] 2021-08-17 12:03:32,254 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999918 - MDC[] 2021-08-17 12:03:32,254 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999919 - MDC[] 2021-08-17 12:03:32,255 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999920 - MDC[] 2021-08-17 12:03:32,255 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999921 - MDC[] 2021-08-17 12:03:32,255 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999922 - MDC[] 2021-08-17 12:03:32,255 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999923 - MDC[] 2021-08-17 12:03:32,255 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999924 - MDC[] 2021-08-17 12:03:32,255 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999925 - MDC[] 2021-08-17 12:03:32,255 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999926 - MDC[] 2021-08-17 12:03:32,255 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999927 - MDC[] 2021-08-17 12:03:32,255 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999928 - MDC[] 2021-08-17 12:03:32,255 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999929 - MDC[] 2021-08-17 12:03:32,256 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999930 - MDC[] 2021-08-17 12:03:32,256 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999931 - MDC[] 2021-08-17 12:03:32,256 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999932 - MDC[] 2021-08-17 12:03:32,256 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999933 - MDC[] 2021-08-17 12:03:32,256 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999934 - MDC[] 2021-08-17 12:03:32,256 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999935 - MDC[] 2021-08-17 12:03:32,256 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999936 - MDC[] 2021-08-17 12:03:32,256 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999937 - MDC[] 2021-08-17 12:03:32,256 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999938 - MDC[] 2021-08-17 12:03:32,256 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999939 - MDC[] 2021-08-17 12:03:32,256 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999940 - MDC[] 2021-08-17 12:03:32,256 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999941 - MDC[] 2021-08-17 12:03:32,257 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999942 - MDC[] 2021-08-17 12:03:32,257 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999943 - MDC[] 2021-08-17 12:03:32,257 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999944 - MDC[] 2021-08-17 12:03:32,257 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999945 - MDC[] 2021-08-17 12:03:32,257 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999946 - MDC[] 2021-08-17 12:03:32,257 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999947 - MDC[] 2021-08-17 12:03:32,257 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999948 - MDC[] 2021-08-17 12:03:32,257 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999949 - MDC[] 2021-08-17 12:03:32,257 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999950 - MDC[] 2021-08-17 12:03:32,257 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999951 - MDC[] 2021-08-17 12:03:32,258 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999952 - MDC[] 2021-08-17 12:03:32,258 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999953 - MDC[] 2021-08-17 12:03:32,258 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999954 - MDC[] 2021-08-17 12:03:32,258 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999955 - MDC[] 2021-08-17 12:03:32,258 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999956 - MDC[] 2021-08-17 12:03:32,258 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999957 - MDC[] 2021-08-17 12:03:32,258 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999958 - MDC[] 2021-08-17 12:03:32,258 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999959 - MDC[] 2021-08-17 12:03:32,258 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999960 - MDC[] 2021-08-17 12:03:32,258 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999961 - MDC[] 2021-08-17 12:03:32,259 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999962 - MDC[] 2021-08-17 12:03:32,259 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999963 - MDC[] 2021-08-17 12:03:32,259 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999964 - MDC[] 2021-08-17 12:03:32,259 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999965 - MDC[] 2021-08-17 12:03:32,259 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999966 - MDC[] 2021-08-17 12:03:32,259 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999967 - MDC[] 2021-08-17 12:03:32,259 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999968 - MDC[] 2021-08-17 12:03:32,259 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999969 - MDC[] 2021-08-17 12:03:32,259 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999970 - MDC[] 2021-08-17 12:03:32,259 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999971 - MDC[] 2021-08-17 12:03:32,259 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999972 - MDC[] 2021-08-17 12:03:32,259 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999973 - MDC[] 2021-08-17 12:03:32,260 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999974 - MDC[] 2021-08-17 12:03:32,260 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999975 - MDC[] 2021-08-17 12:03:32,260 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999976 - MDC[] 2021-08-17 12:03:32,260 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999977 - MDC[] 2021-08-17 12:03:32,260 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999978 - MDC[] 2021-08-17 12:03:32,260 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999979 - MDC[] 2021-08-17 12:03:32,260 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999980 - MDC[] 2021-08-17 12:03:32,260 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999981 - MDC[] 2021-08-17 12:03:32,260 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999982 - MDC[] 2021-08-17 12:03:32,260 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999983 - MDC[] 2021-08-17 12:03:32,260 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999984 - MDC[] 2021-08-17 12:03:32,260 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999985 - MDC[] 2021-08-17 12:03:32,260 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999986 - MDC[] 2021-08-17 12:03:32,261 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999987 - MDC[] 2021-08-17 12:03:32,261 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999988 - MDC[] 2021-08-17 12:03:32,261 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999989 - MDC[] 2021-08-17 12:03:32,261 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999990 - MDC[] 2021-08-17 12:03:32,261 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999991 - MDC[] 2021-08-17 12:03:32,261 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999992 - MDC[] 2021-08-17 12:03:32,261 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999993 - MDC[] 2021-08-17 12:03:32,261 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999994 - MDC[] 2021-08-17 12:03:32,261 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999995 - MDC[] 2021-08-17 12:03:32,261 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999996 - MDC[] 2021-08-17 12:03:32,261 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999997 - MDC[] 2021-08-17 12:03:32,262 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999998 - MDC[] 2021-08-17 12:03:32,262 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999999 - MDC[] 2021-08-17 12:03:32,262 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #1 - MDC[] 2021-08-17 12:03:32,262 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #201 - MDC[] 2021-08-17 12:03:32,262 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #202 - MDC[] 2021-08-17 12:03:32,262 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #203 - MDC[] 2021-08-17 12:03:32,262 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #204 - MDC[] 2021-08-17 12:03:32,262 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #205 - MDC[] 2021-08-17 12:03:32,262 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #206 - MDC[] 2021-08-17 12:03:32,263 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #207 - MDC[] 2021-08-17 12:03:32,263 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #208 - MDC[] 2021-08-17 12:03:32,263 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #209 - MDC[] 2021-08-17 12:03:32,263 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #210 - MDC[] 2021-08-17 12:03:32,263 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #211 - MDC[] 2021-08-17 12:03:32,263 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #212 - MDC[] 2021-08-17 12:03:32,263 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #213 - MDC[] 2021-08-17 12:03:32,263 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #214 - MDC[] 2021-08-17 12:03:32,263 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #215 - MDC[] 2021-08-17 12:03:32,263 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #216 - MDC[] 2021-08-17 12:03:32,264 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #217 - MDC[] 2021-08-17 12:03:32,264 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #218 - MDC[] 2021-08-17 12:03:32,264 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #219 - MDC[] 2021-08-17 12:03:32,264 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #220 - MDC[] 2021-08-17 12:03:32,264 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #221 - MDC[] 2021-08-17 12:03:32,264 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #222 - MDC[] 2021-08-17 12:03:32,264 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #223 - MDC[] 2021-08-17 12:03:32,264 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #224 - MDC[] 2021-08-17 12:03:32,264 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #225 - MDC[] 2021-08-17 12:03:32,264 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #226 - MDC[] 2021-08-17 12:03:32,264 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #227 - MDC[] 2021-08-17 12:03:32,264 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #228 - MDC[] 2021-08-17 12:03:32,264 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #229 - MDC[] 2021-08-17 12:03:32,265 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #230 - MDC[] 2021-08-17 12:03:32,265 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #231 - MDC[] 2021-08-17 12:03:32,265 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #232 - MDC[] 2021-08-17 12:03:32,265 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #233 - MDC[] 2021-08-17 12:03:32,265 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #234 - MDC[] 2021-08-17 12:03:32,265 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #235 - MDC[] 2021-08-17 12:03:32,265 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #236 - MDC[] 2021-08-17 12:03:32,265 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #237 - MDC[] 2021-08-17 12:03:32,265 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #238 - MDC[] 2021-08-17 12:03:32,265 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #239 - MDC[] 2021-08-17 12:03:32,265 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #240 - MDC[] 2021-08-17 12:03:32,265 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #241 - MDC[] 2021-08-17 12:03:32,265 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #242 - MDC[] 2021-08-17 12:03:32,265 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #243 - MDC[] 2021-08-17 12:03:32,266 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #244 - MDC[] 2021-08-17 12:03:32,266 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #245 - MDC[] 2021-08-17 12:03:32,266 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #246 - MDC[] 2021-08-17 12:03:32,266 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #247 - MDC[] 2021-08-17 12:03:32,266 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #248 - MDC[] 2021-08-17 12:03:32,266 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #249 - MDC[] 2021-08-17 12:03:32,266 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #250 - MDC[] 2021-08-17 12:03:32,266 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #251 - MDC[] 2021-08-17 12:03:32,266 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #252 - MDC[] 2021-08-17 12:03:32,266 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #253 - MDC[] 2021-08-17 12:03:32,266 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #254 - MDC[] 2021-08-17 12:03:32,266 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #255 - MDC[] 2021-08-17 12:03:32,267 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #256 - MDC[] 2021-08-17 12:03:32,267 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #257 - MDC[] 2021-08-17 12:03:32,267 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #258 - MDC[] 2021-08-17 12:03:32,267 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #259 - MDC[] 2021-08-17 12:03:32,267 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #260 - MDC[] 2021-08-17 12:03:32,267 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #261 - MDC[] 2021-08-17 12:03:32,267 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #262 - MDC[] 2021-08-17 12:03:32,267 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #263 - MDC[] 2021-08-17 12:03:32,267 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #264 - MDC[] 2021-08-17 12:03:32,267 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #265 - MDC[] 2021-08-17 12:03:32,267 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #266 - MDC[] 2021-08-17 12:03:32,267 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #267 - MDC[] 2021-08-17 12:03:32,267 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #268 - MDC[] 2021-08-17 12:03:32,268 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #269 - MDC[] 2021-08-17 12:03:32,268 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #270 - MDC[] 2021-08-17 12:03:32,268 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #271 - MDC[] 2021-08-17 12:03:32,268 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #272 - MDC[] 2021-08-17 12:03:32,268 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #273 - MDC[] 2021-08-17 12:03:32,268 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #274 - MDC[] 2021-08-17 12:03:32,268 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #275 - MDC[] 2021-08-17 12:03:32,268 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #276 - MDC[] 2021-08-17 12:03:32,268 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #277 - MDC[] 2021-08-17 12:03:32,268 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #278 - MDC[] 2021-08-17 12:03:32,268 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #279 - MDC[] 2021-08-17 12:03:32,268 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #280 - MDC[] 2021-08-17 12:03:32,268 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #281 - MDC[] 2021-08-17 12:03:32,268 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #282 - MDC[] 2021-08-17 12:03:32,269 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #283 - MDC[] 2021-08-17 12:03:32,269 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #284 - MDC[] 2021-08-17 12:03:32,269 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #285 - MDC[] 2021-08-17 12:03:32,269 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #286 - MDC[] 2021-08-17 12:03:32,269 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #287 - MDC[] 2021-08-17 12:03:32,269 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #288 - MDC[] 2021-08-17 12:03:32,269 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #289 - MDC[] 2021-08-17 12:03:32,269 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #290 - MDC[] 2021-08-17 12:03:32,269 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #291 - MDC[] 2021-08-17 12:03:32,269 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #292 - MDC[] 2021-08-17 12:03:32,269 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #293 - MDC[] 2021-08-17 12:03:32,269 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #294 - MDC[] 2021-08-17 12:03:32,269 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #295 - MDC[] 2021-08-17 12:03:32,270 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #296 - MDC[] 2021-08-17 12:03:32,270 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #297 - MDC[] 2021-08-17 12:03:32,270 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #298 - MDC[] 2021-08-17 12:03:32,270 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #299 - MDC[] 2021-08-17 12:03:32,270 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #301 - MDC[] 2021-08-17 12:03:32,270 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[] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.eclipse.scout.rt.ui.html.RequestHistoryTest Running org.eclipse.scout.rt.ui.html.ResponseHistoryTest 2021-08-17 12:03:32,271 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[] 2021-08-17 12:03:32,271 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.toSyncResponse(ResponseHistory.java:127) - Synchronize response queue [] for UI session null - MDC[] 2021-08-17 12:03:32,271 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #7 to history [7] for UI session null - MDC[] 2021-08-17 12:03:32,271 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[] 2021-08-17 12:03:32,272 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #0 to history [0] for UI session null - MDC[] 2021-08-17 12:03:32,272 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[] 2021-08-17 12:03:32,272 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[] 2021-08-17 12:03:32,272 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[] 2021-08-17 12:03:32,272 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[] 2021-08-17 12:03:32,272 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[] 2021-08-17 12:03:32,272 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[] 2021-08-17 12:03:32,272 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[] 2021-08-17 12:03:32,272 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[] 2021-08-17 12:03:32,272 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[] 2021-08-17 12:03:32,273 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[] 2021-08-17 12:03:32,273 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[] 2021-08-17 12:03:32,273 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[] 2021-08-17 12:03:32,273 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[] 2021-08-17 12:03:32,273 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[] 2021-08-17 12:03:32,273 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[] 2021-08-17 12:03:32,273 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[] 2021-08-17 12:03:32,273 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[] 2021-08-17 12:03:32,273 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[] 2021-08-17 12:03:32,273 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[] 2021-08-17 12:03:32,273 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[] 2021-08-17 12:03:32,274 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[] 2021-08-17 12:03:32,274 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[] 2021-08-17 12:03:32,274 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[] 2021-08-17 12:03:32,274 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[] 2021-08-17 12:03:32,274 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[] 2021-08-17 12:03:32,274 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[] 2021-08-17 12:03:32,274 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[] 2021-08-17 12:03:32,274 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[] 2021-08-17 12:03:32,274 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[] 2021-08-17 12:03:32,275 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #7 to history [7] for UI session null - MDC[] 2021-08-17 12:03:32,275 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[] 2021-08-17 12:03:32,275 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[] 2021-08-17 12:03:32,275 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[] 2021-08-17 12:03:32,275 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[] 2021-08-17 12:03:32,275 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #1 to history [1] for UI session null - MDC[] 2021-08-17 12:03:32,275 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[] 2021-08-17 12:03:32,275 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[] 2021-08-17 12:03:32,276 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #1 to history [1] for UI session null - MDC[] 2021-08-17 12:03:32,276 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #1 to history [1] for UI session null - MDC[] 2021-08-17 12:03:32,276 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #1 to history [1] for UI session null - MDC[] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.ui.html.ResponseHistoryTest Running org.eclipse.scout.rt.ui.html.UiJobsTest 2021-08-17 12:03:32,277 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 12:03:32,282 INFO [Thread-1] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.install(MultiSessionCookieStoreInstaller.java:43) - Successfully installed java.net.CookieManager@4bf09886 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@45377f88) - MDC[] 2021-08-17 12:03:32,283 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[] 2021-08-17 12:03:32,283 INFO [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[] 2021-08-17 12:03:32,283 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:185) - No config.properties found. Running with empty configuration. - MDC[] 2021-08-17 12:03:32,285 INFO [Thread-1] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.stateChanged(PrebuildFiles.java:39) - Pre-building of web resources is enabled - MDC[] 2021-08-17 12:03:32,285 INFO [Thread-1] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.buildResources(PrebuildFiles.java:69) - Finished pre-building of 0 web resources 0.081259 ms - MDC[] 2021-08-17 12:03:32,292 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:32,293 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:3f2mulk0e7onslrgq5sd6in0p5 - MDC[] 2021-08-17 12:03:32,304 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@b5128ca[id = 3337acc0-de9d-4914-af65-fac2683fb02f], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=3337acc0-de9d-4914-af65-fac2683fb02f]] 2021-08-17 12:03:32,305 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=3337acc0-de9d-4914-af65-fac2683fb02f, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:32,305 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:32,307 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@484c4c78] - MDC[jobName=Starting JsonClientSession] 2021-08-17 12:03:32,309 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@46c28400 - MDC[] 2021-08-17 12:03:32,309 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:3f2mulk0e7onslrgq5sd6in0p5 initialized - MDC[] 2021-08-17 12:03:32,313 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:32,313 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:8rvc28fq8m92bj288sg0k8iiag - MDC[] 2021-08-17 12:03:32,316 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@5d9c84e9[id = d1278652-75d5-4b15-9bcf-a17de5b86fb4], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=d1278652-75d5-4b15-9bcf-a17de5b86fb4]] 2021-08-17 12:03:32,317 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=d1278652-75d5-4b15-9bcf-a17de5b86fb4, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:32,317 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:32,320 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@46c28400 - MDC[] 2021-08-17 12:03:32,321 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:8rvc28fq8m92bj288sg0k8iiag initialized - MDC[] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.048 sec - in org.eclipse.scout.rt.ui.html.UiJobsTest Running org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest 2021-08-17 12:03:33,324 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 12:03:33,329 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@4bf09886 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@45377f88) - MDC[] 2021-08-17 12:03:33,329 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[] 2021-08-17 12:03:33,330 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[] 2021-08-17 12:03:33,330 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:185) - No config.properties found. Running with empty configuration. - MDC[] 2021-08-17 12:03:33,331 INFO [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.stateChanged(PrebuildFiles.java:39) - Pre-building of web resources is enabled - MDC[] 2021-08-17 12:03:33,331 INFO [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.buildResources(PrebuildFiles.java:69) - Finished pre-building of 0 web resources 0.059827 ms - MDC[] 2021-08-17 12:03:33,337 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:33,338 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[] 2021-08-17 12:03:33,341 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true} - MDC[] 2021-08-17 12:03:33,343 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[] 2021-08-17 12:03:33,343 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[] 2021-08-17 12:03:33,343 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init' - MDC[] 2021-08-17 12:03:33,344 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession' - MDC[] 2021-08-17 12:03:33,344 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:no6s5o57815d3o4kvl4pfu3j9u - MDC[] 2021-08-17 12:03:33,346 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=52a89c72-be9a-41e6-884d-33462e44afa6]] 2021-08-17 12:03: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.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@6275673c[id = 52a89c72-be9a-41e6-884d-33462e44afa6], user=null] - MDC[jobName=Starting ClientSession [sessionId=52a89c72-be9a-41e6-884d-33462e44afa6]] 2021-08-17 12:03:33,348 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=52a89c72-be9a-41e6-884d-33462e44afa6, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:33,348 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:33,349 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] 2021-08-17 12:03:33,350 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] 2021-08-17 12:03:33,351 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@1221cfc] - MDC[jobName=Starting JsonClientSession] 2021-08-17 12:03:33,352 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@346e76ad - MDC[] 2021-08-17 12:03:33,353 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:no6s5o57815d3o4kvl4pfu3j9u initialized - MDC[] 2021-08-17 12:03:33,353 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:no6s5o57815d3o4kvl4pfu3j9u in store (clientSessionId=52a89c72-be9a-41e6-884d-33462e44afa6) - MDC[] 2021-08-17 12:03:33,353 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:no6s5o57815d3o4kvl4pfu3j9u in 10.000983 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[] 2021-08-17 12:03:33,368 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] 2021-08-17 12:03:33,368 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:759) - Adapter count after request: 3 - MDC[] 2021-08-17 12:03:33,369 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:no6s5o57815d3o4kvl4pfu3j9u","clientSessionId":"52a89c72-be9a-41e6-884d-33462e44afa6","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--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","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.InvalidDateFormat":"--ui.InvalidDateFormat--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","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.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","displayStyle":"default","notifications":[],"keyStrokes":[]}}} - MDC[] 2021-08-17 12:03:33,369 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 30.769675 ms - MDC[] 2021-08-17 12:03:33,371 INFO [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:61) - Unloading UI session with ID 0:no6s5o57815d3o4kvl4pfu3j9u (requested by UI) - MDC[] 2021-08-17 12:03:33,371 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.dispose' - MDC[] 2021-08-17 12:03:33,373 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:no6s5o57815d3o4kvl4pfu3j9u... - MDC[] 2021-08-17 12:03:33,373 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:no6s5o57815d3o4kvl4pfu3j9u from store (clientSessionId=52a89c72-be9a-41e6-884d-33462e44afa6) - MDC[] 2021-08-17 12:03:33,373 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 52a89c72-be9a-41e6-884d-33462e44afa6 - MDC[] 2021-08-17 12:03:33,373 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] 2021-08-17 12:03:33,373 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 52a89c72-be9a-41e6-884d-33462e44afa6 - MDC[] 2021-08-17 12:03:35,375 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 52a89c72-be9a-41e6-884d-33462e44afa6] 2021-08-17 12:03:35,375 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 52a89c72-be9a-41e6-884d-33462e44afa6 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 52a89c72-be9a-41e6-884d-33462e44afa6] 2021-08-17 12:03:35,375 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 52a89c72-be9a-41e6-884d-33462e44afa6 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 52a89c72-be9a-41e6-884d-33462e44afa6] 2021-08-17 12:03:35,375 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 52a89c72-be9a-41e6-884d-33462e44afa6 from session store - MDC[jobName=Performing session housekeeping for client session with ID 52a89c72-be9a-41e6-884d-33462e44afa6] 2021-08-17 12:03:35,375 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 52a89c72-be9a-41e6-884d-33462e44afa6] 2021-08-17 12:03:35,376 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 52a89c72-be9a-41e6-884d-33462e44afa6] 2021-08-17 12:03:35,376 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 52a89c72-be9a-41e6-884d-33462e44afa6] 2021-08-17 12:03:35,377 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 52a89c72-be9a-41e6-884d-33462e44afa6 due to session housekeeping] 2021-08-17 12:03:35,377 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@6275673c[id = 52a89c72-be9a-41e6-884d-33462e44afa6] - MDC[jobName=Stop client session 52a89c72-be9a-41e6-884d-33462e44afa6 due to session housekeeping] 2021-08-17 12:03:35,377 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@6275673c[id = 52a89c72-be9a-41e6-884d-33462e44afa6] - MDC[jobName=Stop client session 52a89c72-be9a-41e6-884d-33462e44afa6 due to session housekeeping] 2021-08-17 12:03:35,378 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@6275673c[id = 52a89c72-be9a-41e6-884d-33462e44afa6], point of no return - MDC[jobName=Stop client session 52a89c72-be9a-41e6-884d-33462e44afa6 due to session housekeeping] 2021-08-17 12:03:35,378 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 52a89c72-be9a-41e6-884d-33462e44afa6 due to session housekeeping] 2021-08-17 12:03:35,378 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 52a89c72-be9a-41e6-884d-33462e44afa6 due to session housekeeping] 2021-08-17 12:03:35,379 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@6275673c[id = 52a89c72-be9a-41e6-884d-33462e44afa6], user=null] - MDC[jobName=Stop client session 52a89c72-be9a-41e6-884d-33462e44afa6 due to session housekeeping] 2021-08-17 12:03:35,379 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 52a89c72-be9a-41e6-884d-33462e44afa6 due to session housekeeping] 2021-08-17 12:03:35,379 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 52a89c72-be9a-41e6-884d-33462e44afa6 terminated. - MDC[jobName=Stop client session 52a89c72-be9a-41e6-884d-33462e44afa6 due to session housekeeping] 2021-08-17 12:03:35,380 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:35,381 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[] 2021-08-17 12:03:35,381 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true} - MDC[] 2021-08-17 12:03:35,382 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[] 2021-08-17 12:03:35,382 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[] 2021-08-17 12:03:35,382 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init' - MDC[] 2021-08-17 12:03:35,382 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession' - MDC[] 2021-08-17 12:03:35,382 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:hfs1u4kk3ma0pg6l6cokaasqa8 - MDC[] 2021-08-17 12:03:35,384 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=e2b5e74b-61c9-49bb-9263-568e77d4f50f]] 2021-08-17 12:03:35,385 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@1b697425[id = e2b5e74b-61c9-49bb-9263-568e77d4f50f], user=null] - MDC[jobName=Starting ClientSession [sessionId=e2b5e74b-61c9-49bb-9263-568e77d4f50f]] 2021-08-17 12:03:35,385 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=e2b5e74b-61c9-49bb-9263-568e77d4f50f, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:35,385 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:35,386 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] 2021-08-17 12:03:35,387 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] 2021-08-17 12:03:35,389 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@346e76ad - MDC[] 2021-08-17 12:03:35,389 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:hfs1u4kk3ma0pg6l6cokaasqa8 initialized - MDC[] 2021-08-17 12:03:35,389 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:hfs1u4kk3ma0pg6l6cokaasqa8 in store (clientSessionId=e2b5e74b-61c9-49bb-9263-568e77d4f50f) - MDC[] 2021-08-17 12:03:35,390 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:hfs1u4kk3ma0pg6l6cokaasqa8 in 8.066678 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[] 2021-08-17 12:03:35,391 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] 2021-08-17 12:03:35,392 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:759) - Adapter count after request: 3 - MDC[] 2021-08-17 12:03:35,392 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:hfs1u4kk3ma0pg6l6cokaasqa8","clientSessionId":"e2b5e74b-61c9-49bb-9263-568e77d4f50f","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--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","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.InvalidDateFormat":"--ui.InvalidDateFormat--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","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.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","displayStyle":"default","notifications":[],"keyStrokes":[]}}} - MDC[] 2021-08-17 12:03:35,393 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 11.619424 ms - MDC[] 2021-08-17 12:03:35,394 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[] 2021-08-17 12:03:35,394 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true, "clientSessionId":"e2b5e74b-61c9-49bb-9263-568e77d4f50f"} - MDC[] 2021-08-17 12:03:35,394 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[] 2021-08-17 12:03:35,394 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[] 2021-08-17 12:03:35,395 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init' - MDC[] 2021-08-17 12:03:35,395 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession' - MDC[] 2021-08-17 12:03:35,395 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:iop521s5nkkea8tjo4d025pu0e - MDC[] 2021-08-17 12:03:35,395 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:294) - Using cached client session [clientSessionId=e2b5e74b-61c9-49bb-9263-568e77d4f50f] - MDC[] 2021-08-17 12:03:35,395 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:35,399 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@346e76ad - MDC[] 2021-08-17 12:03:35,399 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:iop521s5nkkea8tjo4d025pu0e initialized - MDC[] 2021-08-17 12:03:35,399 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:iop521s5nkkea8tjo4d025pu0e in store (clientSessionId=e2b5e74b-61c9-49bb-9263-568e77d4f50f) - MDC[] 2021-08-17 12:03:35,399 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:iop521s5nkkea8tjo4d025pu0e in 5.065672 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[] 2021-08-17 12:03:35,401 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] 2021-08-17 12:03:35,401 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:759) - Adapter count after request: 3 - MDC[] 2021-08-17 12:03:35,402 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:iop521s5nkkea8tjo4d025pu0e","clientSessionId":"e2b5e74b-61c9-49bb-9263-568e77d4f50f","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--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","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.InvalidDateFormat":"--ui.InvalidDateFormat--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","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.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","displayStyle":"default","notifications":[],"keyStrokes":[]}}} - MDC[] 2021-08-17 12:03:35,402 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 8.245179 ms - MDC[] 2021-08-17 12:03:35,403 INFO [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:61) - Unloading UI session with ID 0:hfs1u4kk3ma0pg6l6cokaasqa8 (requested by UI) - MDC[] 2021-08-17 12:03:35,403 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.dispose' - MDC[] 2021-08-17 12:03:35,404 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:hfs1u4kk3ma0pg6l6cokaasqa8... - MDC[] 2021-08-17 12:03:35,404 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:hfs1u4kk3ma0pg6l6cokaasqa8 from store (clientSessionId=e2b5e74b-61c9-49bb-9263-568e77d4f50f) - MDC[] 2021-08-17 12:03:35,404 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 e2b5e74b-61c9-49bb-9263-568e77d4f50f - MDC[] 2021-08-17 12:03:35,405 INFO [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:61) - Unloading UI session with ID 0:iop521s5nkkea8tjo4d025pu0e (requested by UI) - MDC[] 2021-08-17 12:03:35,405 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.dispose' - MDC[] 2021-08-17 12:03:35,405 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:iop521s5nkkea8tjo4d025pu0e... - MDC[] 2021-08-17 12:03:35,405 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:iop521s5nkkea8tjo4d025pu0e from store (clientSessionId=e2b5e74b-61c9-49bb-9263-568e77d4f50f) - MDC[] 2021-08-17 12:03:35,406 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 e2b5e74b-61c9-49bb-9263-568e77d4f50f - MDC[] 2021-08-17 12:03:35,406 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] 2021-08-17 12:03:35,406 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID e2b5e74b-61c9-49bb-9263-568e77d4f50f - MDC[] 2021-08-17 12:03:37,406 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 e2b5e74b-61c9-49bb-9263-568e77d4f50f] 2021-08-17 12:03:37,406 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session e2b5e74b-61c9-49bb-9263-568e77d4f50f referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID e2b5e74b-61c9-49bb-9263-568e77d4f50f] 2021-08-17 12:03:37,407 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID e2b5e74b-61c9-49bb-9263-568e77d4f50f because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID e2b5e74b-61c9-49bb-9263-568e77d4f50f] 2021-08-17 12:03:37,407 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID e2b5e74b-61c9-49bb-9263-568e77d4f50f from session store - MDC[jobName=Performing session housekeeping for client session with ID e2b5e74b-61c9-49bb-9263-568e77d4f50f] 2021-08-17 12:03:37,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 e2b5e74b-61c9-49bb-9263-568e77d4f50f] 2021-08-17 12:03:37,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 e2b5e74b-61c9-49bb-9263-568e77d4f50f] 2021-08-17 12:03:37,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 e2b5e74b-61c9-49bb-9263-568e77d4f50f] 2021-08-17 12:03:37,408 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 e2b5e74b-61c9-49bb-9263-568e77d4f50f due to session housekeeping] 2021-08-17 12:03:37,409 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@1b697425[id = e2b5e74b-61c9-49bb-9263-568e77d4f50f] - MDC[jobName=Stop client session e2b5e74b-61c9-49bb-9263-568e77d4f50f due to session housekeeping] 2021-08-17 12:03:37,409 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@1b697425[id = e2b5e74b-61c9-49bb-9263-568e77d4f50f] - MDC[jobName=Stop client session e2b5e74b-61c9-49bb-9263-568e77d4f50f due to session housekeeping] 2021-08-17 12:03:37,409 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@1b697425[id = e2b5e74b-61c9-49bb-9263-568e77d4f50f], point of no return - MDC[jobName=Stop client session e2b5e74b-61c9-49bb-9263-568e77d4f50f due to session housekeeping] 2021-08-17 12:03:37,409 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 e2b5e74b-61c9-49bb-9263-568e77d4f50f due to session housekeeping] 2021-08-17 12:03:37,410 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 e2b5e74b-61c9-49bb-9263-568e77d4f50f due to session housekeeping] 2021-08-17 12:03:37,410 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@1b697425[id = e2b5e74b-61c9-49bb-9263-568e77d4f50f], user=null] - MDC[jobName=Stop client session e2b5e74b-61c9-49bb-9263-568e77d4f50f due to session housekeeping] 2021-08-17 12:03:37,410 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 e2b5e74b-61c9-49bb-9263-568e77d4f50f due to session housekeeping] 2021-08-17 12:03:37,410 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID e2b5e74b-61c9-49bb-9263-568e77d4f50f terminated. - MDC[jobName=Stop client session e2b5e74b-61c9-49bb-9263-568e77d4f50f due to session housekeeping] 2021-08-17 12:03:37,412 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:37,413 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[] 2021-08-17 12:03:37,413 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true} - MDC[] 2021-08-17 12:03:37,413 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[] 2021-08-17 12:03:37,413 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[] 2021-08-17 12:03:37,414 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init' - MDC[] 2021-08-17 12:03:37,414 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession' - MDC[] 2021-08-17 12:03:37,414 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:9j1k5glbhuoo717bpps609utpf - MDC[] 2021-08-17 12:03:37,415 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=8ac8e49c-c45d-4693-9202-b7cb50cbe503]] 2021-08-17 12:03:37,416 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@1b1159[id = 8ac8e49c-c45d-4693-9202-b7cb50cbe503], user=null] - MDC[jobName=Starting ClientSession [sessionId=8ac8e49c-c45d-4693-9202-b7cb50cbe503]] 2021-08-17 12:03:37,416 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=8ac8e49c-c45d-4693-9202-b7cb50cbe503, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:37,417 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:37,418 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] 2021-08-17 12:03:37,418 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] 2021-08-17 12:03:37,420 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@346e76ad - MDC[] 2021-08-17 12:03:37,420 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:9j1k5glbhuoo717bpps609utpf initialized - MDC[] 2021-08-17 12:03:37,420 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:9j1k5glbhuoo717bpps609utpf in store (clientSessionId=8ac8e49c-c45d-4693-9202-b7cb50cbe503) - MDC[] 2021-08-17 12:03:37,421 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:9j1k5glbhuoo717bpps609utpf in 7.391841 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[] 2021-08-17 12:03:37,422 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] 2021-08-17 12:03:37,422 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:759) - Adapter count after request: 3 - MDC[] 2021-08-17 12:03:37,423 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:9j1k5glbhuoo717bpps609utpf","clientSessionId":"8ac8e49c-c45d-4693-9202-b7cb50cbe503","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--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","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.InvalidDateFormat":"--ui.InvalidDateFormat--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","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.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","displayStyle":"default","notifications":[],"keyStrokes":[]}}} - MDC[] 2021-08-17 12:03:37,423 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 10.271889 ms - MDC[] 2021-08-17 12:03:37,424 INFO [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:61) - Unloading UI session with ID 0:9j1k5glbhuoo717bpps609utpf (requested by UI) - MDC[] 2021-08-17 12:03:37,424 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.dispose' - MDC[] 2021-08-17 12:03:37,424 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:9j1k5glbhuoo717bpps609utpf... - MDC[] 2021-08-17 12:03:37,425 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:9j1k5glbhuoo717bpps609utpf from store (clientSessionId=8ac8e49c-c45d-4693-9202-b7cb50cbe503) - MDC[] 2021-08-17 12:03:37,425 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 8ac8e49c-c45d-4693-9202-b7cb50cbe503 - MDC[] 2021-08-17 12:03:37,425 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] 2021-08-17 12:03:37,425 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 8ac8e49c-c45d-4693-9202-b7cb50cbe503 - MDC[] 2021-08-17 12:03:37,427 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[] 2021-08-17 12:03:37,427 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true, "clientSessionId":"8ac8e49c-c45d-4693-9202-b7cb50cbe503"} - MDC[] 2021-08-17 12:03:37,427 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[] 2021-08-17 12:03:37,427 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[] 2021-08-17 12:03:37,428 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init' - MDC[] 2021-08-17 12:03:37,428 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession' - MDC[] 2021-08-17 12:03:37,428 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:o3n03jrac19c87nh37r4isc0qg - MDC[] 2021-08-17 12:03:37,428 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:230) - Client session with ID 8ac8e49c-c45d-4693-9202-b7cb50cbe503 reserved for use - session housekeeping cancelled! - MDC[] 2021-08-17 12:03:37,429 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:294) - Using cached client session [clientSessionId=8ac8e49c-c45d-4693-9202-b7cb50cbe503] - MDC[] 2021-08-17 12:03:37,429 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:37,430 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] 2021-08-17 12:03:37,432 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@346e76ad - MDC[] 2021-08-17 12:03:37,432 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:o3n03jrac19c87nh37r4isc0qg initialized - MDC[] 2021-08-17 12:03:37,432 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:o3n03jrac19c87nh37r4isc0qg in store (clientSessionId=8ac8e49c-c45d-4693-9202-b7cb50cbe503) - MDC[] 2021-08-17 12:03:37,432 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:o3n03jrac19c87nh37r4isc0qg in 5.095968 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[] 2021-08-17 12:03:37,434 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] 2021-08-17 12:03:37,434 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:759) - Adapter count after request: 3 - MDC[] 2021-08-17 12:03:37,435 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:o3n03jrac19c87nh37r4isc0qg","clientSessionId":"8ac8e49c-c45d-4693-9202-b7cb50cbe503","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--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","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.InvalidDateFormat":"--ui.InvalidDateFormat--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","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.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","displayStyle":"default","notifications":[],"keyStrokes":[]}}} - MDC[] 2021-08-17 12:03:37,435 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 8.184911 ms - MDC[] 2021-08-17 12:03:37,436 INFO [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:61) - Unloading UI session with ID 0:o3n03jrac19c87nh37r4isc0qg (requested by UI) - MDC[] 2021-08-17 12:03:37,436 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.dispose' - MDC[] 2021-08-17 12:03:37,437 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:o3n03jrac19c87nh37r4isc0qg... - MDC[] 2021-08-17 12:03:37,437 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:o3n03jrac19c87nh37r4isc0qg from store (clientSessionId=8ac8e49c-c45d-4693-9202-b7cb50cbe503) - MDC[] 2021-08-17 12:03:37,437 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] 2021-08-17 12:03:37,437 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 8ac8e49c-c45d-4693-9202-b7cb50cbe503 - MDC[] 2021-08-17 12:03:37,437 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 8ac8e49c-c45d-4693-9202-b7cb50cbe503 - MDC[] 2021-08-17 12:03:39,439 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 8ac8e49c-c45d-4693-9202-b7cb50cbe503] 2021-08-17 12:03:39,439 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 8ac8e49c-c45d-4693-9202-b7cb50cbe503 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 8ac8e49c-c45d-4693-9202-b7cb50cbe503] 2021-08-17 12:03:39,439 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 8ac8e49c-c45d-4693-9202-b7cb50cbe503 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 8ac8e49c-c45d-4693-9202-b7cb50cbe503] 2021-08-17 12:03:39,439 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 8ac8e49c-c45d-4693-9202-b7cb50cbe503 from session store - MDC[jobName=Performing session housekeeping for client session with ID 8ac8e49c-c45d-4693-9202-b7cb50cbe503] 2021-08-17 12:03:39,439 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 8ac8e49c-c45d-4693-9202-b7cb50cbe503] 2021-08-17 12:03:39,440 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 8ac8e49c-c45d-4693-9202-b7cb50cbe503] 2021-08-17 12:03:39,440 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 8ac8e49c-c45d-4693-9202-b7cb50cbe503] 2021-08-17 12:03:39,441 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 8ac8e49c-c45d-4693-9202-b7cb50cbe503 due to session housekeeping] 2021-08-17 12:03:39,442 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@1b1159[id = 8ac8e49c-c45d-4693-9202-b7cb50cbe503] - MDC[jobName=Stop client session 8ac8e49c-c45d-4693-9202-b7cb50cbe503 due to session housekeeping] 2021-08-17 12:03:39,442 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@1b1159[id = 8ac8e49c-c45d-4693-9202-b7cb50cbe503] - MDC[jobName=Stop client session 8ac8e49c-c45d-4693-9202-b7cb50cbe503 due to session housekeeping] 2021-08-17 12:03:39,442 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@1b1159[id = 8ac8e49c-c45d-4693-9202-b7cb50cbe503], point of no return - MDC[jobName=Stop client session 8ac8e49c-c45d-4693-9202-b7cb50cbe503 due to session housekeeping] 2021-08-17 12:03:39,442 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 8ac8e49c-c45d-4693-9202-b7cb50cbe503 due to session housekeeping] 2021-08-17 12:03:39,443 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 8ac8e49c-c45d-4693-9202-b7cb50cbe503 due to session housekeeping] 2021-08-17 12:03:39,443 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@1b1159[id = 8ac8e49c-c45d-4693-9202-b7cb50cbe503], user=null] - MDC[jobName=Stop client session 8ac8e49c-c45d-4693-9202-b7cb50cbe503 due to session housekeeping] 2021-08-17 12:03:39,443 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 8ac8e49c-c45d-4693-9202-b7cb50cbe503 due to session housekeeping] 2021-08-17 12:03:39,443 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 8ac8e49c-c45d-4693-9202-b7cb50cbe503 terminated. - MDC[jobName=Stop client session 8ac8e49c-c45d-4693-9202-b7cb50cbe503 due to session housekeeping] 2021-08-17 12:03:39,444 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:39,445 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[] 2021-08-17 12:03:39,445 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true} - MDC[] 2021-08-17 12:03:39,445 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[] 2021-08-17 12:03:39,445 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[] 2021-08-17 12:03:39,446 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init' - MDC[] 2021-08-17 12:03:39,446 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession' - MDC[] 2021-08-17 12:03:39,446 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:npfk9590hc9dh264ku1b7fud4a - MDC[] 2021-08-17 12:03:39,447 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=0969b650-7e57-4335-9efb-d52766973cbd]] 2021-08-17 12:03:39,448 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@7899d8c3[id = 0969b650-7e57-4335-9efb-d52766973cbd], user=null] - MDC[jobName=Starting ClientSession [sessionId=0969b650-7e57-4335-9efb-d52766973cbd]] 2021-08-17 12:03:39,449 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=0969b650-7e57-4335-9efb-d52766973cbd, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:39,449 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:39,450 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] 2021-08-17 12:03:39,450 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] 2021-08-17 12:03:39,452 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@346e76ad - MDC[] 2021-08-17 12:03:39,452 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:npfk9590hc9dh264ku1b7fud4a initialized - MDC[] 2021-08-17 12:03:39,452 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:npfk9590hc9dh264ku1b7fud4a in store (clientSessionId=0969b650-7e57-4335-9efb-d52766973cbd) - MDC[] 2021-08-17 12:03:39,452 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:npfk9590hc9dh264ku1b7fud4a in 6.983650 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[] 2021-08-17 12:03:39,454 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] 2021-08-17 12:03:39,454 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:759) - Adapter count after request: 3 - MDC[] 2021-08-17 12:03:39,455 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:npfk9590hc9dh264ku1b7fud4a","clientSessionId":"0969b650-7e57-4335-9efb-d52766973cbd","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--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","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.InvalidDateFormat":"--ui.InvalidDateFormat--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","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.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","displayStyle":"default","notifications":[],"keyStrokes":[]}}} - MDC[] 2021-08-17 12:03:39,455 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 9.980336 ms - MDC[] 2021-08-17 12:03:39,456 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[] 2021-08-17 12:03:39,456 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true, "clientSessionId":"0969b650-7e57-4335-9efb-d52766973cbd"} - MDC[] 2021-08-17 12:03:39,456 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[] 2021-08-17 12:03:39,457 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[] 2021-08-17 12:03:39,457 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init' - MDC[] 2021-08-17 12:03:39,457 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession' - MDC[] 2021-08-17 12:03:39,457 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:ugquqk7vj38vnsofld8l1kfgo2 - MDC[] 2021-08-17 12:03:39,457 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:294) - Using cached client session [clientSessionId=0969b650-7e57-4335-9efb-d52766973cbd] - MDC[] 2021-08-17 12:03:39,457 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:39,460 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@346e76ad - MDC[] 2021-08-17 12:03:39,460 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:ugquqk7vj38vnsofld8l1kfgo2 initialized - MDC[] 2021-08-17 12:03:39,460 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:ugquqk7vj38vnsofld8l1kfgo2 in store (clientSessionId=0969b650-7e57-4335-9efb-d52766973cbd) - MDC[] 2021-08-17 12:03:39,461 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:ugquqk7vj38vnsofld8l1kfgo2 in 4.126837 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[] 2021-08-17 12:03:39,462 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] 2021-08-17 12:03:39,462 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:759) - Adapter count after request: 3 - MDC[] 2021-08-17 12:03:39,463 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:ugquqk7vj38vnsofld8l1kfgo2","clientSessionId":"0969b650-7e57-4335-9efb-d52766973cbd","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--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","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.InvalidDateFormat":"--ui.InvalidDateFormat--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","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.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","displayStyle":"default","notifications":[],"keyStrokes":[]}}} - MDC[] 2021-08-17 12:03:39,463 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 7.155551 ms - MDC[] 2021-08-17 12:03:39,464 INFO [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:61) - Unloading UI session with ID 0:npfk9590hc9dh264ku1b7fud4a (requested by UI) - MDC[] 2021-08-17 12:03:39,465 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.dispose' - MDC[] 2021-08-17 12:03:39,465 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:npfk9590hc9dh264ku1b7fud4a... - MDC[] 2021-08-17 12:03:39,465 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:npfk9590hc9dh264ku1b7fud4a from store (clientSessionId=0969b650-7e57-4335-9efb-d52766973cbd) - MDC[] 2021-08-17 12:03:39,465 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 0969b650-7e57-4335-9efb-d52766973cbd - MDC[] 2021-08-17 12:03:39,466 INFO [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:61) - Unloading UI session with ID 0:ugquqk7vj38vnsofld8l1kfgo2 (requested by UI) - MDC[] 2021-08-17 12:03:39,467 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.dispose' - MDC[] 2021-08-17 12:03:39,467 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:ugquqk7vj38vnsofld8l1kfgo2... - MDC[] 2021-08-17 12:03:39,467 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:ugquqk7vj38vnsofld8l1kfgo2 from store (clientSessionId=0969b650-7e57-4335-9efb-d52766973cbd) - MDC[] 2021-08-17 12:03:39,467 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] 2021-08-17 12:03:39,467 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 0969b650-7e57-4335-9efb-d52766973cbd - MDC[] 2021-08-17 12:03:39,468 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 0969b650-7e57-4335-9efb-d52766973cbd - MDC[] 2021-08-17 12:03:41,469 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 0969b650-7e57-4335-9efb-d52766973cbd] 2021-08-17 12:03:41,469 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 0969b650-7e57-4335-9efb-d52766973cbd referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 0969b650-7e57-4335-9efb-d52766973cbd] 2021-08-17 12:03:41,469 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 0969b650-7e57-4335-9efb-d52766973cbd because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 0969b650-7e57-4335-9efb-d52766973cbd] 2021-08-17 12:03:41,469 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 0969b650-7e57-4335-9efb-d52766973cbd from session store - MDC[jobName=Performing session housekeeping for client session with ID 0969b650-7e57-4335-9efb-d52766973cbd] 2021-08-17 12:03:41,469 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 0969b650-7e57-4335-9efb-d52766973cbd] 2021-08-17 12:03:41,469 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 0969b650-7e57-4335-9efb-d52766973cbd] 2021-08-17 12:03:41,470 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 0969b650-7e57-4335-9efb-d52766973cbd] 2021-08-17 12:03:41,470 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 0969b650-7e57-4335-9efb-d52766973cbd due to session housekeeping] 2021-08-17 12:03:41,470 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@7899d8c3[id = 0969b650-7e57-4335-9efb-d52766973cbd] - MDC[jobName=Stop client session 0969b650-7e57-4335-9efb-d52766973cbd due to session housekeeping] 2021-08-17 12:03:41,471 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@7899d8c3[id = 0969b650-7e57-4335-9efb-d52766973cbd] - MDC[jobName=Stop client session 0969b650-7e57-4335-9efb-d52766973cbd due to session housekeeping] 2021-08-17 12:03:41,471 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@7899d8c3[id = 0969b650-7e57-4335-9efb-d52766973cbd], point of no return - MDC[jobName=Stop client session 0969b650-7e57-4335-9efb-d52766973cbd due to session housekeeping] 2021-08-17 12:03:41,471 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 0969b650-7e57-4335-9efb-d52766973cbd due to session housekeeping] 2021-08-17 12:03:41,471 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 0969b650-7e57-4335-9efb-d52766973cbd due to session housekeeping] 2021-08-17 12:03:41,472 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@7899d8c3[id = 0969b650-7e57-4335-9efb-d52766973cbd], user=null] - MDC[jobName=Stop client session 0969b650-7e57-4335-9efb-d52766973cbd due to session housekeeping] 2021-08-17 12:03:41,472 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 0969b650-7e57-4335-9efb-d52766973cbd due to session housekeeping] 2021-08-17 12:03:41,472 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 0969b650-7e57-4335-9efb-d52766973cbd terminated. - MDC[jobName=Stop client session 0969b650-7e57-4335-9efb-d52766973cbd due to session housekeeping] 2021-08-17 12:03:41,473 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:41,474 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[] 2021-08-17 12:03:41,474 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true} - MDC[] 2021-08-17 12:03:41,474 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[] 2021-08-17 12:03:41,474 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[] 2021-08-17 12:03:41,475 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init' - MDC[] 2021-08-17 12:03:41,475 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession' - MDC[] 2021-08-17 12:03:41,475 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:r79hsk7beplq0ogug26ngvk6i1 - MDC[] 2021-08-17 12:03:41,477 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=da8cd7f3-21cf-45bc-9a90-c9b0c1448daa]] 2021-08-17 12:03:41,478 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@6a729f27[id = da8cd7f3-21cf-45bc-9a90-c9b0c1448daa], user=null] - MDC[jobName=Starting ClientSession [sessionId=da8cd7f3-21cf-45bc-9a90-c9b0c1448daa]] 2021-08-17 12:03:41,478 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=da8cd7f3-21cf-45bc-9a90-c9b0c1448daa, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:41,479 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:41,480 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] 2021-08-17 12:03:41,480 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] 2021-08-17 12:03:41,482 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@346e76ad - MDC[] 2021-08-17 12:03:41,482 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:r79hsk7beplq0ogug26ngvk6i1 initialized - MDC[] 2021-08-17 12:03:41,482 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:r79hsk7beplq0ogug26ngvk6i1 in store (clientSessionId=da8cd7f3-21cf-45bc-9a90-c9b0c1448daa) - MDC[] 2021-08-17 12:03:41,482 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:r79hsk7beplq0ogug26ngvk6i1 in 8.034684 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[] 2021-08-17 12:03:41,484 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] 2021-08-17 12:03:41,484 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:759) - Adapter count after request: 3 - MDC[] 2021-08-17 12:03:41,484 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:r79hsk7beplq0ogug26ngvk6i1","clientSessionId":"da8cd7f3-21cf-45bc-9a90-c9b0c1448daa","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--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","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.InvalidDateFormat":"--ui.InvalidDateFormat--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","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.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","displayStyle":"default","notifications":[],"keyStrokes":[]}}} - MDC[] 2021-08-17 12:03:41,485 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 10.883519 ms - MDC[] 2021-08-17 12:03:41,486 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] 2021-08-17 12:03:41,486 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@6a729f27[id = da8cd7f3-21cf-45bc-9a90-c9b0c1448daa] - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6] 2021-08-17 12:03:41,486 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@6a729f27[id = da8cd7f3-21cf-45bc-9a90-c9b0c1448daa] - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6] 2021-08-17 12:03:41,487 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@6a729f27[id = da8cd7f3-21cf-45bc-9a90-c9b0c1448daa], point of no return - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6] 2021-08-17 12:03:41,487 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:921) - Logging out from UI session with ID 0:r79hsk7beplq0ogug26ngvk6i1 [clientSessionId=da8cd7f3-21cf-45bc-9a90-c9b0c1448daa, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6] 2021-08-17 12:03:41,487 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] 2021-08-17 12:03:41,487 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:r79hsk7beplq0ogug26ngvk6i1... - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6] 2021-08-17 12:03:41,487 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:r79hsk7beplq0ogug26ngvk6i1 from store (clientSessionId=da8cd7f3-21cf-45bc-9a90-c9b0c1448daa) - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6] 2021-08-17 12:03:41,487 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 da8cd7f3-21cf-45bc-9a90-c9b0c1448daa - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6] 2021-08-17 12:03:41,487 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 da8cd7f3-21cf-45bc-9a90-c9b0c1448daa - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6] 2021-08-17 12:03:41,488 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:935) - Logged out successfully from UI session with ID 0:r79hsk7beplq0ogug26ngvk6i1 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6] 2021-08-17 12:03:41,488 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] 2021-08-17 12:03:41,488 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] 2021-08-17 12:03:41,488 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] 2021-08-17 12:03:41,489 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@6a729f27[id = da8cd7f3-21cf-45bc-9a90-c9b0c1448daa], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6] 2021-08-17 12:03:41,489 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] 2021-08-17 12:03:43,488 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 da8cd7f3-21cf-45bc-9a90-c9b0c1448daa] 2021-08-17 12:03:43,489 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:383) - Session housekeeping: Client session da8cd7f3-21cf-45bc-9a90-c9b0c1448daa is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID da8cd7f3-21cf-45bc-9a90-c9b0c1448daa] 2021-08-17 12:03:43,489 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID da8cd7f3-21cf-45bc-9a90-c9b0c1448daa from session store - MDC[jobName=Performing session housekeeping for client session with ID da8cd7f3-21cf-45bc-9a90-c9b0c1448daa] 2021-08-17 12:03:43,489 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 da8cd7f3-21cf-45bc-9a90-c9b0c1448daa] 2021-08-17 12:03:43,490 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 da8cd7f3-21cf-45bc-9a90-c9b0c1448daa] 2021-08-17 12:03:43,490 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 da8cd7f3-21cf-45bc-9a90-c9b0c1448daa] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.168 sec - in org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest Running org.eclipse.scout.rt.ui.html.UiSessionTest 2021-08-17 12:03:43,494 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:43,495 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:fbvvrb32nqovs60p8itv7jkkvt - MDC[] 2021-08-17 12:03:43,497 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@1bd829df[id = 952c37fa-f71f-46f3-8953-48bbefde6c3f], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=952c37fa-f71f-46f3-8953-48bbefde6c3f]] 2021-08-17 12:03:43,497 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=952c37fa-f71f-46f3-8953-48bbefde6c3f, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:43,498 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:43,500 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@46c28400 - MDC[] 2021-08-17 12:03:43,501 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:fbvvrb32nqovs60p8itv7jkkvt initialized - MDC[] 2021-08-17 12:03:43,501 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:fbvvrb32nqovs60p8itv7jkkvt in store (clientSessionId=952c37fa-f71f-46f3-8953-48bbefde6c3f) - MDC[] 2021-08-17 12:03:43,501 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[] 2021-08-17 12:03:43,501 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:fbvvrb32nqovs60p8itv7jkkvt... - MDC[] 2021-08-17 12:03:43,501 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:fbvvrb32nqovs60p8itv7jkkvt from store (clientSessionId=952c37fa-f71f-46f3-8953-48bbefde6c3f) - MDC[] 2021-08-17 12:03:43,502 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 952c37fa-f71f-46f3-8953-48bbefde6c3f - MDC[] 2021-08-17 12:03:43,502 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 952c37fa-f71f-46f3-8953-48bbefde6c3f - MDC[] 2021-08-17 12:03:43,502 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 952c37fa-f71f-46f3-8953-48bbefde6c3f referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 952c37fa-f71f-46f3-8953-48bbefde6c3f] 2021-08-17 12:03:43,502 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 952c37fa-f71f-46f3-8953-48bbefde6c3f because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 952c37fa-f71f-46f3-8953-48bbefde6c3f] 2021-08-17 12:03:43,502 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 952c37fa-f71f-46f3-8953-48bbefde6c3f from session store - MDC[jobName=Performing session housekeeping for client session with ID 952c37fa-f71f-46f3-8953-48bbefde6c3f] 2021-08-17 12:03:43,502 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 952c37fa-f71f-46f3-8953-48bbefde6c3f] 2021-08-17 12:03:43,503 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 952c37fa-f71f-46f3-8953-48bbefde6c3f referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[] 2021-08-17 12:03:43,503 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 952c37fa-f71f-46f3-8953-48bbefde6c3f because it is not used anymore - MDC[] 2021-08-17 12:03:43,503 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 952c37fa-f71f-46f3-8953-48bbefde6c3f from session store - MDC[] 2021-08-17 12:03:43,503 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[] 2021-08-17 12:03:43,503 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1bd829df[id = 952c37fa-f71f-46f3-8953-48bbefde6c3f] - MDC[jobName=Stop client session 952c37fa-f71f-46f3-8953-48bbefde6c3f due to session housekeeping] 2021-08-17 12:03:43,503 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1bd829df[id = 952c37fa-f71f-46f3-8953-48bbefde6c3f] - MDC[jobName=Stop client session 952c37fa-f71f-46f3-8953-48bbefde6c3f due to session housekeeping] 2021-08-17 12:03:43,504 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1bd829df[id = 952c37fa-f71f-46f3-8953-48bbefde6c3f], point of no return - MDC[jobName=Stop client session 952c37fa-f71f-46f3-8953-48bbefde6c3f due to session housekeeping] 2021-08-17 12:03:43,504 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1bd829df[id = 952c37fa-f71f-46f3-8953-48bbefde6c3f], user=jenkins] - MDC[jobName=Stop client session 952c37fa-f71f-46f3-8953-48bbefde6c3f due to session housekeeping] 2021-08-17 12:03:43,504 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 952c37fa-f71f-46f3-8953-48bbefde6c3f terminated. - MDC[jobName=Stop client session 952c37fa-f71f-46f3-8953-48bbefde6c3f due to session housekeeping] 2021-08-17 12:03:43,606 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:43,607 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:n6pj4qsem8thv6en9n1sqsphro - MDC[] 2021-08-17 12:03:43,609 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@433d5a68[id = 86b46a3d-650d-4ab7-aa3e-dfd2a755719c], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=86b46a3d-650d-4ab7-aa3e-dfd2a755719c]] 2021-08-17 12:03:43,609 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=86b46a3d-650d-4ab7-aa3e-dfd2a755719c, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:43,609 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:43,612 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@46c28400 - MDC[] 2021-08-17 12:03:43,612 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:n6pj4qsem8thv6en9n1sqsphro initialized - MDC[] 2021-08-17 12:03:43,612 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:n6pj4qsem8thv6en9n1sqsphro in store (clientSessionId=86b46a3d-650d-4ab7-aa3e-dfd2a755719c) - MDC[] 2021-08-17 12:03:43,625 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@3a12f5c5 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6] 2021-08-17 12:03:43,625 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[] 2021-08-17 12:03:43,626 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:n6pj4qsem8thv6en9n1sqsphro... - MDC[] 2021-08-17 12:03:43,626 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:n6pj4qsem8thv6en9n1sqsphro from store (clientSessionId=86b46a3d-650d-4ab7-aa3e-dfd2a755719c) - MDC[] 2021-08-17 12:03:43,626 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 86b46a3d-650d-4ab7-aa3e-dfd2a755719c - MDC[] 2021-08-17 12:03:43,626 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 86b46a3d-650d-4ab7-aa3e-dfd2a755719c - MDC[] 2021-08-17 12:03:43,627 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 86b46a3d-650d-4ab7-aa3e-dfd2a755719c referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[] 2021-08-17 12:03:43,627 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 86b46a3d-650d-4ab7-aa3e-dfd2a755719c because it is not used anymore - MDC[] 2021-08-17 12:03:43,627 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 86b46a3d-650d-4ab7-aa3e-dfd2a755719c from session store - MDC[] 2021-08-17 12:03:43,627 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[] 2021-08-17 12:03:43,628 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@433d5a68[id = 86b46a3d-650d-4ab7-aa3e-dfd2a755719c] - MDC[jobName=Stop client session 86b46a3d-650d-4ab7-aa3e-dfd2a755719c due to session housekeeping] 2021-08-17 12:03:43,628 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@433d5a68[id = 86b46a3d-650d-4ab7-aa3e-dfd2a755719c] - MDC[jobName=Stop client session 86b46a3d-650d-4ab7-aa3e-dfd2a755719c due to session housekeeping] 2021-08-17 12:03:43,628 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@433d5a68[id = 86b46a3d-650d-4ab7-aa3e-dfd2a755719c], point of no return - MDC[jobName=Stop client session 86b46a3d-650d-4ab7-aa3e-dfd2a755719c due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_JOB... 2021-08-17 12:03:45,630 WARN [scout-thread-22] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.awaitJobs(ClientSessionStopHelper.java:162) - Client session org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@433d5a68[id = 86b46a3d-650d-4ab7-aa3e-dfd2a755719c] did not stop within 1 seconds. Stopping will continue. - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2] 2021-08-17 12:03:45,630 INFO [scout-thread-22] 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@433d5a68[id = 86b46a3d-650d-4ab7-aa3e-dfd2a755719c], user=jenkins, jobs=[JobFutureTask@3129792a[job=Stop client session 86b46a3d-650d-4ab7-aa3e-dfd2a755719c due to session housekeeping, state=WAITING_FOR_PERMIT], JobFutureTask@700c2008[job=Stop client session 86b46a3d-650d-4ab7-aa3e-dfd2a755719c due to session housekeeping, state=RUNNING]]] - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2] 2021-08-17 12:03:45,632 ERROR [scout-model-thread-23] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2058) - Exception while closing forms - MDC[jobName=Stop client session 86b46a3d-650d-4ab7-aa3e-dfd2a755719c due to session housekeeping] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while waiting for a job to complete [calling-thread=scout-model-thread-23, job=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm$1] at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateInterruptedException(JobExceptionTranslator.java:49) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:351) at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:80) at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1950) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2055) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:468) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:415) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2508) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56) at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:90) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper$1.run(ClientSessionStopHelper.java:61) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Caused by: java.lang.InterruptedException: null at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048) at org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:164) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:344) ... 48 common frames omitted 2021-08-17 12:03:45,632 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 SessionStoreTestForm] - MDC[jobName=Stop client session 86b46a3d-650d-4ab7-aa3e-dfd2a755719c due to session housekeeping] 2021-08-17 12:03:45,633 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@433d5a68[id = 86b46a3d-650d-4ab7-aa3e-dfd2a755719c], user=jenkins] - MDC[jobName=Stop client session 86b46a3d-650d-4ab7-aa3e-dfd2a755719c due to session housekeeping] 2021-08-17 12:03:45,633 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 86b46a3d-650d-4ab7-aa3e-dfd2a755719c terminated. - MDC[jobName=Stop client session 86b46a3d-650d-4ab7-aa3e-dfd2a755719c due to session housekeeping] 2021-08-17 12:03:45,633 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:45,634 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:rso0re48s521232nfcbf3ou1st - MDC[] 2021-08-17 12:03:45,638 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@15cce330[id = a1217907-6e9b-4742-a8db-960a450cd20e], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=a1217907-6e9b-4742-a8db-960a450cd20e]] 2021-08-17 12:03:45,639 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=a1217907-6e9b-4742-a8db-960a450cd20e, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:45,639 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:45,642 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@46c28400 - MDC[] 2021-08-17 12:03:45,642 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:rso0re48s521232nfcbf3ou1st initialized - MDC[] 2021-08-17 12:03:45,642 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:rso0re48s521232nfcbf3ou1st in store (clientSessionId=a1217907-6e9b-4742-a8db-960a450cd20e) - MDC[] 2021-08-17 12:03:45,645 DEBUG [scout-model-thread-22] 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@44206c6d - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$3] 2021-08-17 12:03:45,646 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:921) - Logging out from UI session with ID 0:rso0re48s521232nfcbf3ou1st [clientSessionId=a1217907-6e9b-4742-a8db-960a450cd20e, processingJsonRequest=false] - MDC[] 2021-08-17 12:03:45,646 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:rso0re48s521232nfcbf3ou1st... - MDC[] 2021-08-17 12:03:45,646 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:rso0re48s521232nfcbf3ou1st from store (clientSessionId=a1217907-6e9b-4742-a8db-960a450cd20e) - MDC[] 2021-08-17 12:03:45,646 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 a1217907-6e9b-4742-a8db-960a450cd20e - MDC[] 2021-08-17 12:03:45,647 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID a1217907-6e9b-4742-a8db-960a450cd20e - MDC[] 2021-08-17 12:03:45,647 DEBUG [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session a1217907-6e9b-4742-a8db-960a450cd20e referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID a1217907-6e9b-4742-a8db-960a450cd20e] 2021-08-17 12:03:45,647 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:935) - Logged out successfully from UI session with ID 0:rso0re48s521232nfcbf3ou1st - MDC[] 2021-08-17 12:03:45,647 INFO [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID a1217907-6e9b-4742-a8db-960a450cd20e because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID a1217907-6e9b-4742-a8db-960a450cd20e] 2021-08-17 12:03:45,647 DEBUG [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID a1217907-6e9b-4742-a8db-960a450cd20e from session store - MDC[jobName=Performing session housekeeping for client session with ID a1217907-6e9b-4742-a8db-960a450cd20e] 2021-08-17 12:03:45,647 DEBUG [scout-thread-22] 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 a1217907-6e9b-4742-a8db-960a450cd20e] 2021-08-17 12:03:45,648 INFO [scout-thread-22] 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 a1217907-6e9b-4742-a8db-960a450cd20e] 2021-08-17 12:03:45,648 INFO [scout-thread-22] 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 a1217907-6e9b-4742-a8db-960a450cd20e] 2021-08-17 12:03:45,649 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@15cce330[id = a1217907-6e9b-4742-a8db-960a450cd20e] - MDC[jobName=Stop client session a1217907-6e9b-4742-a8db-960a450cd20e due to session housekeeping] 2021-08-17 12:03:45,649 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@15cce330[id = a1217907-6e9b-4742-a8db-960a450cd20e] - MDC[jobName=Stop client session a1217907-6e9b-4742-a8db-960a450cd20e due to session housekeeping] 2021-08-17 12:03:45,649 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@15cce330[id = a1217907-6e9b-4742-a8db-960a450cd20e], point of no return - MDC[jobName=Stop client session a1217907-6e9b-4742-a8db-960a450cd20e due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_JOB... 2021-08-17 12:03:47,650 WARN [scout-thread-21] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.awaitJobs(ClientSessionStopHelper.java:162) - Client session org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@15cce330[id = a1217907-6e9b-4742-a8db-960a450cd20e] did not stop within 1 seconds. Stopping will continue. - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2] 2021-08-17 12:03:47,650 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@15cce330[id = a1217907-6e9b-4742-a8db-960a450cd20e], user=jenkins, jobs=[JobFutureTask@bf03c13[job=Stop client session a1217907-6e9b-4742-a8db-960a450cd20e due to session housekeeping, state=RUNNING]]] - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2] 2021-08-17 12:03:47,651 ERROR [scout-model-thread-23] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2058) - Exception while closing forms - MDC[jobName=Stop client session a1217907-6e9b-4742-a8db-960a450cd20e due to session housekeeping] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while waiting for a job to complete [calling-thread=scout-model-thread-23, job=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm$1] at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateInterruptedException(JobExceptionTranslator.java:49) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:351) at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:80) at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1950) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2055) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:468) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:415) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2508) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56) at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:90) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper$1.run(ClientSessionStopHelper.java:61) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) Caused by: java.lang.InterruptedException: null at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048) at org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:164) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:344) ... 48 common frames omitted 2021-08-17 12:03:47,651 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 SessionStoreTestForm] - MDC[jobName=Stop client session a1217907-6e9b-4742-a8db-960a450cd20e due to session housekeeping] 2021-08-17 12:03:47,652 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@15cce330[id = a1217907-6e9b-4742-a8db-960a450cd20e], user=jenkins] - MDC[jobName=Stop client session a1217907-6e9b-4742-a8db-960a450cd20e due to session housekeeping] 2021-08-17 12:03:47,652 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID a1217907-6e9b-4742-a8db-960a450cd20e terminated. - MDC[jobName=Stop client session a1217907-6e9b-4742-a8db-960a450cd20e due to session housekeeping] 2021-08-17 12:03:47,652 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:47,653 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:mngb6g7j7aejoft64jqtpvcvnb - MDC[] 2021-08-17 12:03:47,655 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@4cbf5536[id = 1fb98c40-42b6-4e7c-b74c-24cffb8c8882], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=1fb98c40-42b6-4e7c-b74c-24cffb8c8882]] 2021-08-17 12:03:47,656 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=1fb98c40-42b6-4e7c-b74c-24cffb8c8882, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:47,656 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:47,659 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@46c28400 - MDC[] 2021-08-17 12:03:47,659 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:mngb6g7j7aejoft64jqtpvcvnb initialized - MDC[] 2021-08-17 12:03:47,659 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:mngb6g7j7aejoft64jqtpvcvnb in store (clientSessionId=1fb98c40-42b6-4e7c-b74c-24cffb8c8882) - MDC[] 2021-08-17 12:03:47,662 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@497f8855 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$3] 2021-08-17 12:03:47,662 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:921) - Logging out from UI session with ID 0:mngb6g7j7aejoft64jqtpvcvnb [clientSessionId=1fb98c40-42b6-4e7c-b74c-24cffb8c8882, processingJsonRequest=false] - MDC[] 2021-08-17 12:03:47,663 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:mngb6g7j7aejoft64jqtpvcvnb... - MDC[] 2021-08-17 12:03:47,663 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:mngb6g7j7aejoft64jqtpvcvnb from store (clientSessionId=1fb98c40-42b6-4e7c-b74c-24cffb8c8882) - MDC[] 2021-08-17 12:03:47,663 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 1fb98c40-42b6-4e7c-b74c-24cffb8c8882 - MDC[] 2021-08-17 12:03:47,663 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 1fb98c40-42b6-4e7c-b74c-24cffb8c8882 - MDC[] 2021-08-17 12:03:47,664 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 1fb98c40-42b6-4e7c-b74c-24cffb8c8882 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 1fb98c40-42b6-4e7c-b74c-24cffb8c8882] 2021-08-17 12:03:47,664 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:935) - Logged out successfully from UI session with ID 0:mngb6g7j7aejoft64jqtpvcvnb - MDC[] 2021-08-17 12:03:47,664 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 1fb98c40-42b6-4e7c-b74c-24cffb8c8882 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 1fb98c40-42b6-4e7c-b74c-24cffb8c8882] 2021-08-17 12:03:47,664 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 1fb98c40-42b6-4e7c-b74c-24cffb8c8882 from session store - MDC[jobName=Performing session housekeeping for client session with ID 1fb98c40-42b6-4e7c-b74c-24cffb8c8882] 2021-08-17 12:03:47,664 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 1fb98c40-42b6-4e7c-b74c-24cffb8c8882] 2021-08-17 12:03:47,664 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 1fb98c40-42b6-4e7c-b74c-24cffb8c8882] 2021-08-17 12:03:47,664 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 1fb98c40-42b6-4e7c-b74c-24cffb8c8882] 2021-08-17 12:03:47,665 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4cbf5536[id = 1fb98c40-42b6-4e7c-b74c-24cffb8c8882] - MDC[jobName=Stop client session 1fb98c40-42b6-4e7c-b74c-24cffb8c8882 due to session housekeeping] 2021-08-17 12:03:47,665 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4cbf5536[id = 1fb98c40-42b6-4e7c-b74c-24cffb8c8882] - MDC[jobName=Stop client session 1fb98c40-42b6-4e7c-b74c-24cffb8c8882 due to session housekeeping] 2021-08-17 12:03:47,666 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4cbf5536[id = 1fb98c40-42b6-4e7c-b74c-24cffb8c8882], point of no return - MDC[jobName=Stop client session 1fb98c40-42b6-4e7c-b74c-24cffb8c8882 due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_MESSAGE_BOX... 2021-08-17 12:03:47,667 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 1fb98c40-42b6-4e7c-b74c-24cffb8c8882 due to session housekeeping] java.lang.IllegalStateException: null at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:332) at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:307) at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:72) at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1950) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2055) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:468) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:415) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2508) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56) at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:90) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper$1.run(ClientSessionStopHelper.java:61) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) # SessionStoreTestForm.doFinally done. 2021-08-17 12:03:47,667 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4cbf5536[id = 1fb98c40-42b6-4e7c-b74c-24cffb8c8882], user=jenkins] - MDC[jobName=Stop client session 1fb98c40-42b6-4e7c-b74c-24cffb8c8882 due to session housekeeping] 2021-08-17 12:03:47,668 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 1fb98c40-42b6-4e7c-b74c-24cffb8c8882 terminated. - MDC[jobName=Stop client session 1fb98c40-42b6-4e7c-b74c-24cffb8c8882 due to session housekeeping] 2021-08-17 12:03:47,864 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:47,865 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:p77inni7ove0bo0aj0esbbh5u0 - MDC[] 2021-08-17 12:03:47,867 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@67e6c431[id = 5b96a1ef-c95b-4497-9658-2abd0fd0965b], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=5b96a1ef-c95b-4497-9658-2abd0fd0965b]] 2021-08-17 12:03:47,867 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=5b96a1ef-c95b-4497-9658-2abd0fd0965b, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:47,868 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:47,870 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@46c28400 - MDC[] 2021-08-17 12:03:47,870 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:p77inni7ove0bo0aj0esbbh5u0 initialized - MDC[] 2021-08-17 12:03:47,870 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:p77inni7ove0bo0aj0esbbh5u0 in store (clientSessionId=5b96a1ef-c95b-4497-9658-2abd0fd0965b) - MDC[] 2021-08-17 12:03:47,874 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@3655e810 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6] 2021-08-17 12:03:47,874 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[] 2021-08-17 12:03:47,874 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:p77inni7ove0bo0aj0esbbh5u0... - MDC[] 2021-08-17 12:03:47,875 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:p77inni7ove0bo0aj0esbbh5u0 from store (clientSessionId=5b96a1ef-c95b-4497-9658-2abd0fd0965b) - MDC[] 2021-08-17 12:03:47,875 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 5b96a1ef-c95b-4497-9658-2abd0fd0965b - MDC[] 2021-08-17 12:03:47,875 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 5b96a1ef-c95b-4497-9658-2abd0fd0965b - MDC[] 2021-08-17 12:03:47,875 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 5b96a1ef-c95b-4497-9658-2abd0fd0965b referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[] 2021-08-17 12:03:47,875 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 5b96a1ef-c95b-4497-9658-2abd0fd0965b because it is not used anymore - MDC[] 2021-08-17 12:03:47,876 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 5b96a1ef-c95b-4497-9658-2abd0fd0965b from session store - MDC[] 2021-08-17 12:03:47,876 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[] 2021-08-17 12:03:47,876 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@67e6c431[id = 5b96a1ef-c95b-4497-9658-2abd0fd0965b] - MDC[jobName=Stop client session 5b96a1ef-c95b-4497-9658-2abd0fd0965b due to session housekeeping] 2021-08-17 12:03:47,876 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@67e6c431[id = 5b96a1ef-c95b-4497-9658-2abd0fd0965b] - MDC[jobName=Stop client session 5b96a1ef-c95b-4497-9658-2abd0fd0965b due to session housekeeping] 2021-08-17 12:03:47,877 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@67e6c431[id = 5b96a1ef-c95b-4497-9658-2abd0fd0965b], point of no return - MDC[jobName=Stop client session 5b96a1ef-c95b-4497-9658-2abd0fd0965b due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_MESSAGE_BOX... 2021-08-17 12:03:47,878 WARN [scout-model-thread-23] 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 5b96a1ef-c95b-4497-9658-2abd0fd0965b due to session housekeeping] java.lang.IllegalStateException: null at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:332) at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:307) at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:72) at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1950) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2055) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:468) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:415) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2508) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56) at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:90) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper$1.run(ClientSessionStopHelper.java:61) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) # SessionStoreTestForm.doFinally done. 2021-08-17 12:03:47,878 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@67e6c431[id = 5b96a1ef-c95b-4497-9658-2abd0fd0965b], user=jenkins] - MDC[jobName=Stop client session 5b96a1ef-c95b-4497-9658-2abd0fd0965b due to session housekeeping] 2021-08-17 12:03:47,878 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 5b96a1ef-c95b-4497-9658-2abd0fd0965b terminated. - MDC[jobName=Stop client session 5b96a1ef-c95b-4497-9658-2abd0fd0965b due to session housekeeping] 2021-08-17 12:03:47,879 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:47,880 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:74a3dmtvi0to5q53qnu6h7hn0 - MDC[] 2021-08-17 12:03:47,882 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@af000c1[id = dec548ee-cd3d-4de7-aeec-ffd5acb110a1], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=dec548ee-cd3d-4de7-aeec-ffd5acb110a1]] 2021-08-17 12:03:47,882 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=dec548ee-cd3d-4de7-aeec-ffd5acb110a1, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:47,882 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:47,884 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@46c28400 - MDC[] 2021-08-17 12:03:47,885 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:74a3dmtvi0to5q53qnu6h7hn0 initialized - MDC[] 2021-08-17 12:03:47,885 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:74a3dmtvi0to5q53qnu6h7hn0 in store (clientSessionId=dec548ee-cd3d-4de7-aeec-ffd5acb110a1) - MDC[] 2021-08-17 12:03:47,887 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@663da5d1 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6] 2021-08-17 12:03:47,888 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[] 2021-08-17 12:03:47,888 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:74a3dmtvi0to5q53qnu6h7hn0... - MDC[] 2021-08-17 12:03:47,888 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:74a3dmtvi0to5q53qnu6h7hn0 from store (clientSessionId=dec548ee-cd3d-4de7-aeec-ffd5acb110a1) - MDC[] 2021-08-17 12:03:47,888 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 dec548ee-cd3d-4de7-aeec-ffd5acb110a1 - MDC[] 2021-08-17 12:03:47,888 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID dec548ee-cd3d-4de7-aeec-ffd5acb110a1 - MDC[] 2021-08-17 12:03:47,889 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session dec548ee-cd3d-4de7-aeec-ffd5acb110a1 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[] 2021-08-17 12:03:47,889 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID dec548ee-cd3d-4de7-aeec-ffd5acb110a1 because it is not used anymore - MDC[] 2021-08-17 12:03:47,889 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID dec548ee-cd3d-4de7-aeec-ffd5acb110a1 from session store - MDC[] 2021-08-17 12:03:47,889 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[] 2021-08-17 12:03:47,890 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@af000c1[id = dec548ee-cd3d-4de7-aeec-ffd5acb110a1] - MDC[jobName=Stop client session dec548ee-cd3d-4de7-aeec-ffd5acb110a1 due to session housekeeping] 2021-08-17 12:03:47,890 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@af000c1[id = dec548ee-cd3d-4de7-aeec-ffd5acb110a1] - MDC[jobName=Stop client session dec548ee-cd3d-4de7-aeec-ffd5acb110a1 due to session housekeeping] 2021-08-17 12:03:47,890 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@af000c1[id = dec548ee-cd3d-4de7-aeec-ffd5acb110a1], point of no return - MDC[jobName=Stop client session dec548ee-cd3d-4de7-aeec-ffd5acb110a1 due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_LOOP... # for-loop in state RUNNING, ttl=5000 # for-loop in state RUNNING, ttl=3224 2021-08-17 12:03:49,891 WARN [scout-thread-25] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.awaitJobs(ClientSessionStopHelper.java:162) - Client session org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@af000c1[id = dec548ee-cd3d-4de7-aeec-ffd5acb110a1] did not stop within 1 seconds. Stopping will continue. - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2] 2021-08-17 12:03:49,891 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@af000c1[id = dec548ee-cd3d-4de7-aeec-ffd5acb110a1], user=jenkins, jobs=[JobFutureTask@33d24480[job=Stop client session dec548ee-cd3d-4de7-aeec-ffd5acb110a1 due to session housekeeping, state=RUNNING], JobFutureTask@47c06b1a[job=Stop client session dec548ee-cd3d-4de7-aeec-ffd5acb110a1 due to session housekeeping, state=WAITING_FOR_PERMIT]]] - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2] # for-loop in state DONE, ttl=1320 # SessionStoreTestForm.doFinally done. 2021-08-17 12:03:52,892 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@af000c1[id = dec548ee-cd3d-4de7-aeec-ffd5acb110a1], user=jenkins] - MDC[jobName=Stop client session dec548ee-cd3d-4de7-aeec-ffd5acb110a1 due to session housekeeping] 2021-08-17 12:03:52,893 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID dec548ee-cd3d-4de7-aeec-ffd5acb110a1 terminated. - MDC[jobName=Stop client session dec548ee-cd3d-4de7-aeec-ffd5acb110a1 due to session housekeeping] 2021-08-17 12:03:52,893 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:52,894 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:5d8r3jqh4t3p3d9c7blgj2c1fl - MDC[] 2021-08-17 12:03:52,896 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@6feb4f19[id = 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=9c02546b-ff90-48e9-aa0d-8c71c84ebcc3]] 2021-08-17 12:03:52,896 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=9c02546b-ff90-48e9-aa0d-8c71c84ebcc3, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:52,896 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:52,898 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@46c28400 - MDC[] 2021-08-17 12:03:52,899 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:5d8r3jqh4t3p3d9c7blgj2c1fl initialized - MDC[] 2021-08-17 12:03:52,899 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:5d8r3jqh4t3p3d9c7blgj2c1fl in store (clientSessionId=9c02546b-ff90-48e9-aa0d-8c71c84ebcc3) - MDC[] 2021-08-17 12:03:52,904 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@33e9ca5a - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$3] 2021-08-17 12:03:52,905 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:921) - Logging out from UI session with ID 0:5d8r3jqh4t3p3d9c7blgj2c1fl [clientSessionId=9c02546b-ff90-48e9-aa0d-8c71c84ebcc3, processingJsonRequest=false] - MDC[] 2021-08-17 12:03:52,905 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:5d8r3jqh4t3p3d9c7blgj2c1fl... - MDC[] 2021-08-17 12:03:52,906 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:5d8r3jqh4t3p3d9c7blgj2c1fl from store (clientSessionId=9c02546b-ff90-48e9-aa0d-8c71c84ebcc3) - MDC[] 2021-08-17 12:03:52,906 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 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3 - MDC[] 2021-08-17 12:03:52,906 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3 - MDC[] 2021-08-17 12:03:52,906 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3] 2021-08-17 12:03:52,906 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:935) - Logged out successfully from UI session with ID 0:5d8r3jqh4t3p3d9c7blgj2c1fl - MDC[] 2021-08-17 12:03:52,906 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3] 2021-08-17 12:03:52,906 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3 from session store - MDC[jobName=Performing session housekeeping for client session with ID 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3] 2021-08-17 12:03:52,906 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 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3] 2021-08-17 12:03:52,907 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 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3] 2021-08-17 12:03:52,907 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 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3] 2021-08-17 12:03:52,907 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6feb4f19[id = 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3] - MDC[jobName=Stop client session 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3 due to session housekeeping] 2021-08-17 12:03:52,908 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6feb4f19[id = 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3] - MDC[jobName=Stop client session 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3 due to session housekeeping] 2021-08-17 12:03:52,908 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6feb4f19[id = 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3], point of no return - MDC[jobName=Stop client session 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3 due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_ANOTHER_FORM... 2021-08-17 12:03:52,911 ERROR [scout-model-thread-22] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2058) - Exception while closing forms - MDC[jobName=Stop client session 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3 due to session housekeeping] org.eclipse.scout.rt.platform.exception.ProcessingException: There is no desktop or it is not open in the UI. [severity=ERROR, form=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm] at org.eclipse.scout.rt.client.ui.form.AbstractForm$5.run(AbstractForm.java:1089) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.client.ui.form.AbstractForm.startInternal(AbstractForm.java:1039) at org.eclipse.scout.rt.client.ui.form.AbstractForm.start(AbstractForm.java:1032) at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:65) at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1950) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2055) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:468) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:415) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2508) at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56) at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:90) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper$1.run(ClientSessionStopHelper.java:61) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 12:03:52,912 WARN [scout-model-thread-22] 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 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3 due to session housekeeping] 2021-08-17 12:03:52,912 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6feb4f19[id = 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3], user=jenkins] - MDC[jobName=Stop client session 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3 due to session housekeeping] 2021-08-17 12:03:52,912 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3 terminated. - MDC[jobName=Stop client session 9c02546b-ff90-48e9-aa0d-8c71c84ebcc3 due to session housekeeping] 2021-08-17 12:03:53,106 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:53,107 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:tath3tndnvrb2f1pf3c81o0ajq - MDC[] 2021-08-17 12:03:53,109 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@2db398c7[id = 4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945]] 2021-08-17 12:03:53,109 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:53,109 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:53,111 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@46c28400 - MDC[] 2021-08-17 12:03:53,112 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:tath3tndnvrb2f1pf3c81o0ajq initialized - MDC[] 2021-08-17 12:03:53,112 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:tath3tndnvrb2f1pf3c81o0ajq in store (clientSessionId=4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945) - MDC[] 2021-08-17 12:03:53,114 DEBUG [scout-model-thread-22] 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@70ab0b73 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$3] 2021-08-17 12:03:53,115 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:921) - Logging out from UI session with ID 0:tath3tndnvrb2f1pf3c81o0ajq [clientSessionId=4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945, processingJsonRequest=false] - MDC[] 2021-08-17 12:03:53,115 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:tath3tndnvrb2f1pf3c81o0ajq... - MDC[] 2021-08-17 12:03:53,115 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:tath3tndnvrb2f1pf3c81o0ajq from store (clientSessionId=4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945) - MDC[] 2021-08-17 12:03:53,115 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 4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945 - MDC[] 2021-08-17 12:03:53,115 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945 - MDC[] 2021-08-17 12:03:53,116 DEBUG [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945] 2021-08-17 12:03:53,116 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:935) - Logged out successfully from UI session with ID 0:tath3tndnvrb2f1pf3c81o0ajq - MDC[] 2021-08-17 12:03:53,116 INFO [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945] 2021-08-17 12:03:53,116 DEBUG [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945 from session store - MDC[jobName=Performing session housekeeping for client session with ID 4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945] 2021-08-17 12:03:53,116 DEBUG [scout-thread-22] 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 4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945] 2021-08-17 12:03:53,116 INFO [scout-thread-22] 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 4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945] 2021-08-17 12:03:53,116 INFO [scout-thread-22] 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 4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945] 2021-08-17 12:03:53,117 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2db398c7[id = 4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945] - MDC[jobName=Stop client session 4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945 due to session housekeeping] 2021-08-17 12:03:53,117 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2db398c7[id = 4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945] - MDC[jobName=Stop client session 4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945 due to session housekeeping] 2021-08-17 12:03:53,117 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2db398c7[id = 4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945], point of no return - MDC[jobName=Stop client session 4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945 due to session housekeeping] # SessionStoreTestForm.doFinally DO_NOTHING... # SessionStoreTestForm.doFinally done. 2021-08-17 12:03:53,118 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2db398c7[id = 4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945], user=jenkins] - MDC[jobName=Stop client session 4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945 due to session housekeeping] 2021-08-17 12:03:53,118 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945 terminated. - MDC[jobName=Stop client session 4e8c3ee5-e76c-4b6c-ab21-1f047d7cb945 due to session housekeeping] 2021-08-17 12:03:53,315 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:53,316 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:kb3au1v0bh8ti4jtnlst5efnp - MDC[] 2021-08-17 12:03:53,317 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@33447a28[id = 3748b09c-443e-4107-ae53-14e0437b9db4], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=3748b09c-443e-4107-ae53-14e0437b9db4]] 2021-08-17 12:03:53,318 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=3748b09c-443e-4107-ae53-14e0437b9db4, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:53,318 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:53,320 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@46c28400 - MDC[] 2021-08-17 12:03:53,320 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:kb3au1v0bh8ti4jtnlst5efnp initialized - MDC[] 2021-08-17 12:03:53,321 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:kb3au1v0bh8ti4jtnlst5efnp in store (clientSessionId=3748b09c-443e-4107-ae53-14e0437b9db4) - MDC[] 2021-08-17 12:03:53,323 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@3edd6b24 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6] 2021-08-17 12:03:53,324 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[] 2021-08-17 12:03:53,324 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:kb3au1v0bh8ti4jtnlst5efnp... - MDC[] 2021-08-17 12:03:53,324 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:kb3au1v0bh8ti4jtnlst5efnp from store (clientSessionId=3748b09c-443e-4107-ae53-14e0437b9db4) - MDC[] 2021-08-17 12:03:53,324 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 3748b09c-443e-4107-ae53-14e0437b9db4 - MDC[] 2021-08-17 12:03:53,324 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 3748b09c-443e-4107-ae53-14e0437b9db4 - MDC[] 2021-08-17 12:03:53,325 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 3748b09c-443e-4107-ae53-14e0437b9db4 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[] 2021-08-17 12:03:53,325 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 3748b09c-443e-4107-ae53-14e0437b9db4 because it is not used anymore - MDC[] 2021-08-17 12:03:53,325 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 3748b09c-443e-4107-ae53-14e0437b9db4 from session store - MDC[] 2021-08-17 12:03:53,325 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[] 2021-08-17 12:03:53,325 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@33447a28[id = 3748b09c-443e-4107-ae53-14e0437b9db4] - MDC[jobName=Stop client session 3748b09c-443e-4107-ae53-14e0437b9db4 due to session housekeeping] 2021-08-17 12:03:53,326 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@33447a28[id = 3748b09c-443e-4107-ae53-14e0437b9db4] - MDC[jobName=Stop client session 3748b09c-443e-4107-ae53-14e0437b9db4 due to session housekeeping] 2021-08-17 12:03:53,326 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@33447a28[id = 3748b09c-443e-4107-ae53-14e0437b9db4], point of no return - MDC[jobName=Stop client session 3748b09c-443e-4107-ae53-14e0437b9db4 due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_ANOTHER_FORM... 2021-08-17 12:03:53,328 ERROR [scout-model-thread-23] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2058) - Exception while closing forms - MDC[jobName=Stop client session 3748b09c-443e-4107-ae53-14e0437b9db4 due to session housekeeping] org.eclipse.scout.rt.platform.exception.ProcessingException: There is no desktop or it is not open in the UI. [severity=ERROR, form=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm] at org.eclipse.scout.rt.client.ui.form.AbstractForm$5.run(AbstractForm.java:1089) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.client.ui.form.AbstractForm.startInternal(AbstractForm.java:1039) at org.eclipse.scout.rt.client.ui.form.AbstractForm.start(AbstractForm.java:1032) at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:65) at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1950) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2055) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:468) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:415) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2508) at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56) at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:90) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper$1.run(ClientSessionStopHelper.java:61) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:21) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63) 2021-08-17 12:03:53,329 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 SessionStoreTestForm, Form SessionStoreTestForm] - MDC[jobName=Stop client session 3748b09c-443e-4107-ae53-14e0437b9db4 due to session housekeeping] 2021-08-17 12:03:53,329 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@33447a28[id = 3748b09c-443e-4107-ae53-14e0437b9db4], user=jenkins] - MDC[jobName=Stop client session 3748b09c-443e-4107-ae53-14e0437b9db4 due to session housekeeping] 2021-08-17 12:03:53,329 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 3748b09c-443e-4107-ae53-14e0437b9db4 terminated. - MDC[jobName=Stop client session 3748b09c-443e-4107-ae53-14e0437b9db4 due to session housekeeping] 2021-08-17 12:03:53,329 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:53,330 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:ka4vcfkrv0iqtf6sghm0d952j7 - MDC[] 2021-08-17 12:03:53,332 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@5c661646[id = 7e5aea03-969e-4785-af1f-0f019de80173], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=7e5aea03-969e-4785-af1f-0f019de80173]] 2021-08-17 12:03:53,332 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=7e5aea03-969e-4785-af1f-0f019de80173, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:53,332 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:53,334 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@46c28400 - MDC[] 2021-08-17 12:03:53,335 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:ka4vcfkrv0iqtf6sghm0d952j7 initialized - MDC[] 2021-08-17 12:03:53,335 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:ka4vcfkrv0iqtf6sghm0d952j7... - MDC[] 2021-08-17 12:03:53,335 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:ka4vcfkrv0iqtf6sghm0d952j7 from store (clientSessionId=7e5aea03-969e-4785-af1f-0f019de80173) - MDC[] 2021-08-17 12:03:53,335 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 7e5aea03-969e-4785-af1f-0f019de80173 - MDC[] 2021-08-17 12:03:53,335 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 7e5aea03-969e-4785-af1f-0f019de80173 - MDC[] 2021-08-17 12:03:53,335 DEBUG [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 7e5aea03-969e-4785-af1f-0f019de80173 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 7e5aea03-969e-4785-af1f-0f019de80173] 2021-08-17 12:03:53,378 INFO [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 7e5aea03-969e-4785-af1f-0f019de80173 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 7e5aea03-969e-4785-af1f-0f019de80173] 2021-08-17 12:03:53,379 DEBUG [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 7e5aea03-969e-4785-af1f-0f019de80173 from session store - MDC[jobName=Performing session housekeeping for client session with ID 7e5aea03-969e-4785-af1f-0f019de80173] 2021-08-17 12:03:53,379 DEBUG [scout-thread-22] 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 7e5aea03-969e-4785-af1f-0f019de80173] 2021-08-17 12:03:53,379 INFO [scout-thread-22] 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 7e5aea03-969e-4785-af1f-0f019de80173] 2021-08-17 12:03:53,379 INFO [scout-thread-22] 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 7e5aea03-969e-4785-af1f-0f019de80173] 2021-08-17 12:03:53,380 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5c661646[id = 7e5aea03-969e-4785-af1f-0f019de80173] - MDC[jobName=Stop client session 7e5aea03-969e-4785-af1f-0f019de80173 due to session housekeeping] 2021-08-17 12:03:53,380 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5c661646[id = 7e5aea03-969e-4785-af1f-0f019de80173] - MDC[jobName=Stop client session 7e5aea03-969e-4785-af1f-0f019de80173 due to session housekeeping] 2021-08-17 12:03:53,380 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5c661646[id = 7e5aea03-969e-4785-af1f-0f019de80173], point of no return - MDC[jobName=Stop client session 7e5aea03-969e-4785-af1f-0f019de80173 due to session housekeeping] 2021-08-17 12:03:53,381 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5c661646[id = 7e5aea03-969e-4785-af1f-0f019de80173], user=jenkins] - MDC[jobName=Stop client session 7e5aea03-969e-4785-af1f-0f019de80173 due to session housekeeping] 2021-08-17 12:03:53,381 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 7e5aea03-969e-4785-af1f-0f019de80173 terminated. - MDC[jobName=Stop client session 7e5aea03-969e-4785-af1f-0f019de80173 due to session housekeeping] 2021-08-17 12:03:53,428 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:53,429 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:uubhsbsafltift4jcorb9vu9rf - MDC[] 2021-08-17 12:03:53,430 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@4c8a8177[id = 3a0c6539-e83e-4472-a971-29d5c48518ff], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=3a0c6539-e83e-4472-a971-29d5c48518ff]] 2021-08-17 12:03:53,430 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=3a0c6539-e83e-4472-a971-29d5c48518ff, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:53,431 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:53,432 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@46c28400 - MDC[] 2021-08-17 12:03:53,433 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:uubhsbsafltift4jcorb9vu9rf initialized - MDC[] 2021-08-17 12:03:53,433 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4c8a8177[id = 3a0c6539-e83e-4472-a971-29d5c48518ff] - MDC[] 2021-08-17 12:03:53,433 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4c8a8177[id = 3a0c6539-e83e-4472-a971-29d5c48518ff] - MDC[] 2021-08-17 12:03:53,434 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4c8a8177[id = 3a0c6539-e83e-4472-a971-29d5c48518ff], point of no return - MDC[] 2021-08-17 12:03:53,434 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:921) - Logging out from UI session with ID 0:uubhsbsafltift4jcorb9vu9rf [clientSessionId=3a0c6539-e83e-4472-a971-29d5c48518ff, processingJsonRequest=false] - MDC[] 2021-08-17 12:03:53,434 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:uubhsbsafltift4jcorb9vu9rf... - MDC[] 2021-08-17 12:03:53,434 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:uubhsbsafltift4jcorb9vu9rf from store (clientSessionId=3a0c6539-e83e-4472-a971-29d5c48518ff) - MDC[] 2021-08-17 12:03:53,434 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 3a0c6539-e83e-4472-a971-29d5c48518ff - MDC[] 2021-08-17 12:03:53,435 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 3a0c6539-e83e-4472-a971-29d5c48518ff - MDC[] 2021-08-17 12:03:53,435 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:383) - Session housekeeping: Client session 3a0c6539-e83e-4472-a971-29d5c48518ff is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 3a0c6539-e83e-4472-a971-29d5c48518ff] 2021-08-17 12:03:53,435 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:935) - Logged out successfully from UI session with ID 0:uubhsbsafltift4jcorb9vu9rf - MDC[] 2021-08-17 12:03:53,435 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 3a0c6539-e83e-4472-a971-29d5c48518ff from session store - MDC[jobName=Performing session housekeeping for client session with ID 3a0c6539-e83e-4472-a971-29d5c48518ff] 2021-08-17 12:03:53,435 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 3a0c6539-e83e-4472-a971-29d5c48518ff] 2021-08-17 12:03:53,435 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 3a0c6539-e83e-4472-a971-29d5c48518ff] 2021-08-17 12:03:53,435 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4c8a8177[id = 3a0c6539-e83e-4472-a971-29d5c48518ff], user=jenkins] - MDC[] 2021-08-17 12:03:53,435 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 3a0c6539-e83e-4472-a971-29d5c48518ff] 2021-08-17 12:03:53,436 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:53,437 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:6uep8p9i830pj0utmi89qpcij6 - MDC[] 2021-08-17 12:03:53,438 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@51faff8[id = 5e1753e6-ae6e-4834-bbb4-c414209cfa87], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=5e1753e6-ae6e-4834-bbb4-c414209cfa87]] 2021-08-17 12:03:53,438 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=5e1753e6-ae6e-4834-bbb4-c414209cfa87, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:53,439 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:53,440 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@46c28400 - MDC[] 2021-08-17 12:03:53,441 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:6uep8p9i830pj0utmi89qpcij6 initialized - MDC[] 2021-08-17 12:03:53,441 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:6uep8p9i830pj0utmi89qpcij6 in store (clientSessionId=5e1753e6-ae6e-4834-bbb4-c414209cfa87) - MDC[] 2021-08-17 12:03:53,443 DEBUG [scout-model-thread-22] 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@3bd5c1e0 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6] 2021-08-17 12:03:53,444 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[] 2021-08-17 12:03:53,444 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:6uep8p9i830pj0utmi89qpcij6... - MDC[] 2021-08-17 12:03:53,444 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:6uep8p9i830pj0utmi89qpcij6 from store (clientSessionId=5e1753e6-ae6e-4834-bbb4-c414209cfa87) - MDC[] 2021-08-17 12:03:53,444 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 5e1753e6-ae6e-4834-bbb4-c414209cfa87 - MDC[] 2021-08-17 12:03:53,444 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 5e1753e6-ae6e-4834-bbb4-c414209cfa87 - MDC[] 2021-08-17 12:03:53,445 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 5e1753e6-ae6e-4834-bbb4-c414209cfa87 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[] 2021-08-17 12:03:53,445 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 5e1753e6-ae6e-4834-bbb4-c414209cfa87 because it is not used anymore - MDC[] 2021-08-17 12:03:53,445 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 5e1753e6-ae6e-4834-bbb4-c414209cfa87 from session store - MDC[] 2021-08-17 12:03:53,445 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[] 2021-08-17 12:03:53,446 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@51faff8[id = 5e1753e6-ae6e-4834-bbb4-c414209cfa87] - MDC[jobName=Stop client session 5e1753e6-ae6e-4834-bbb4-c414209cfa87 due to session housekeeping] 2021-08-17 12:03:53,446 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@51faff8[id = 5e1753e6-ae6e-4834-bbb4-c414209cfa87] - MDC[jobName=Stop client session 5e1753e6-ae6e-4834-bbb4-c414209cfa87 due to session housekeeping] 2021-08-17 12:03:53,446 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@51faff8[id = 5e1753e6-ae6e-4834-bbb4-c414209cfa87], point of no return - MDC[jobName=Stop client session 5e1753e6-ae6e-4834-bbb4-c414209cfa87 due to session housekeeping] # SessionStoreTestForm.doFinally DO_NOTHING... # SessionStoreTestForm.doFinally done. 2021-08-17 12:03:53,447 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@51faff8[id = 5e1753e6-ae6e-4834-bbb4-c414209cfa87], user=jenkins] - MDC[jobName=Stop client session 5e1753e6-ae6e-4834-bbb4-c414209cfa87 due to session housekeeping] 2021-08-17 12:03:53,447 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 5e1753e6-ae6e-4834-bbb4-c414209cfa87 terminated. - MDC[jobName=Stop client session 5e1753e6-ae6e-4834-bbb4-c414209cfa87 due to session housekeeping] 2021-08-17 12:03:53,448 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[] 2021-08-17 12:03:53,449 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:s9iakogf3t6d5bhtnqtuu5rms0 - MDC[] 2021-08-17 12:03:53,450 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@544dce20[id = 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=3a4172f7-40a5-4f2f-b6f2-02fe49d7926d]] 2021-08-17 12:03:53,451 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:300) - Created new client session [clientSessionId=3a4172f7-40a5-4f2f-b6f2-02fe49d7926d, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[] 2021-08-17 12:03:53,451 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:418) - UI theme model=default current=default reloadPage=false - MDC[] 2021-08-17 12:03:53,453 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1202) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@46c28400 - MDC[] 2021-08-17 12:03:53,453 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:260) - UiSession with ID 0:s9iakogf3t6d5bhtnqtuu5rms0 initialized - MDC[] 2021-08-17 12:03:53,453 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:s9iakogf3t6d5bhtnqtuu5rms0 in store (clientSessionId=3a4172f7-40a5-4f2f-b6f2-02fe49d7926d) - MDC[] 2021-08-17 12:03:53,456 DEBUG [scout-model-thread-22] 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@5931d7f8 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$3] 2021-08-17 12:03:53,456 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:921) - Logging out from UI session with ID 0:s9iakogf3t6d5bhtnqtuu5rms0 [clientSessionId=3a4172f7-40a5-4f2f-b6f2-02fe49d7926d, processingJsonRequest=false] - MDC[] 2021-08-17 12:03:53,457 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:595) - Disposing UI session with ID 0:s9iakogf3t6d5bhtnqtuu5rms0... - MDC[] 2021-08-17 12:03:53,457 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:s9iakogf3t6d5bhtnqtuu5rms0 from store (clientSessionId=3a4172f7-40a5-4f2f-b6f2-02fe49d7926d) - MDC[] 2021-08-17 12:03:53,457 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 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d - MDC[] 2021-08-17 12:03:53,457 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d - MDC[] 2021-08-17 12:03:53,457 DEBUG [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d] 2021-08-17 12:03:53,457 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:935) - Logged out successfully from UI session with ID 0:s9iakogf3t6d5bhtnqtuu5rms0 - MDC[] 2021-08-17 12:03:53,457 INFO [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d] 2021-08-17 12:03:53,457 DEBUG [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d from session store - MDC[jobName=Performing session housekeeping for client session with ID 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d] 2021-08-17 12:03:53,457 DEBUG [scout-thread-22] 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 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d] 2021-08-17 12:03:53,458 INFO [scout-thread-22] 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 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d] 2021-08-17 12:03:53,458 INFO [scout-thread-22] 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 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d] 2021-08-17 12:03:53,458 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:420) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@544dce20[id = 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d] - MDC[jobName=Stop client session 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d due to session housekeeping] 2021-08-17 12:03:53,458 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:425) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@544dce20[id = 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d] - MDC[jobName=Stop client session 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d due to session housekeeping] 2021-08-17 12:03:53,459 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:450) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@544dce20[id = 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d], point of no return - MDC[jobName=Stop client session 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_LOOP... # for-loop in state RUNNING, ttl=5000 2021-08-17 12:03:55,460 WARN [scout-thread-22] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.awaitJobs(ClientSessionStopHelper.java:162) - Client session org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@544dce20[id = 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d] did not stop within 1 seconds. Stopping will continue. - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2] 2021-08-17 12:03:55,460 INFO [scout-thread-22] 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@544dce20[id = 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d], user=jenkins, jobs=[JobFutureTask@5df1bf05[job=Stop client session 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d due to session housekeeping, state=RUNNING]]] - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2] # for-loop in state DONE, ttl=2934 # for-loop in state DONE, ttl=1021 # SessionStoreTestForm.doFinally done. Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.967 sec - in org.eclipse.scout.rt.ui.html.UiSessionTest Running org.eclipse.scout.rt.ui.html.UiThreadInterruptionTest 2021-08-17 12:03:58,460 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:504) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@544dce20[id = 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d], user=jenkins] - MDC[jobName=Stop client session 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d due to session housekeeping] 2021-08-17 12:03:58,460 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d terminated. - MDC[jobName=Stop client session 3a4172f7-40a5-4f2f-b6f2-02fe49d7926d due to session housekeeping] 2021-08-17 12:03:58,460 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 12:03:58,464 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@4bf09886 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@45377f88) - MDC[] 2021-08-17 12:03:58,465 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[] 2021-08-17 12:03:58,465 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[] 2021-08-17 12:03:58,465 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:185) - No config.properties found. Running with empty configuration. - MDC[] 2021-08-17 12:03:58,466 INFO [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.stateChanged(PrebuildFiles.java:39) - Pre-building of web resources is enabled - MDC[] 2021-08-17 12:03:58,466 INFO [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.buildResources(PrebuildFiles.java:69) - Finished pre-building of 0 web resources 0.031007 ms - MDC[] 2021-08-17 12:03:58,469 WARN [main] org.eclipse.scout.rt.ui.html.UiThreadInterruption.detectAndClear(UiThreadInterruption.java:34) - DETECTED_THREAD_INTERRUPTION in org.eclipse.scout.rt.ui.html.UiThreadInterruptionTest#1ef585bb 'test', clearing interrupt status successful - MDC[] java.lang.Exception: Calling trace at org.eclipse.scout.rt.ui.html.UiThreadInterruption.detectAndClear(UiThreadInterruption.java:39) at org.eclipse.scout.rt.ui.html.UiThreadInterruptionTest.testDetectAndClearWithInterrupt(UiThreadInterruptionTest.java:62) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34) at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithNewPlatform(PlatformStatement.java:85) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:72) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.ui.html.UiThreadInterruptionTest Running org.eclipse.scout.rt.ui.html.cache.HttpCacheControlTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.eclipse.scout.rt.ui.html.cache.HttpCacheControlTest Running org.eclipse.scout.rt.ui.html.cache.HttpCacheKeyTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.ui.html.cache.HttpCacheKeyTest Running org.eclipse.scout.rt.ui.html.cache.HttpCacheObjectTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.cache.HttpCacheObjectTest Running org.eclipse.scout.rt.ui.html.cache.HttpResourceCacheTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.cache.HttpResourceCacheTest Running org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapterTest 2021-08-17 12:03:58,509 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:137) - Failed to register session for notifications. - MDC[] 2021-08-17 12:03:58,509 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] 2021-08-17 12:03:58,512 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@3bac1f70[id = b79c163e-9171-4210-ab85-62357d8afedb], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=b79c163e-9171-4210-ab85-62357d8afedb]] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapterTest Running org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserverTest 2021-08-17 12:03:58,525 DEBUG [scout-model-thread-23] 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] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserverTest Running org.eclipse.scout.rt.ui.html.json.DefaultValuesFilterTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.ui.html.json.DefaultValuesFilterTest Running org.eclipse.scout.rt.ui.html.json.JsonAdapterRegistryTest 2021-08-17 12:03:58,542 DEBUG [scout-model-thread-23] 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] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.ui.html.json.JsonAdapterRegistryTest Running org.eclipse.scout.rt.ui.html.json.JsonBeanTest 2021-08-17 12:03:58,546 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@4dc3c231, org.eclipse.scout.rt.ui.html.JsonObjectFactory@3d73f011] - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:58,552 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@4dc3c231, org.eclipse.scout.rt.ui.html.JsonObjectFactory@b2ce842] - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:58,555 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@4dc3c231, org.eclipse.scout.rt.ui.html.JsonObjectFactory@550128af] - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:58,558 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@4dc3c231, org.eclipse.scout.rt.ui.html.JsonObjectFactory@1db97b21] - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:58,559 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@4dc3c231, org.eclipse.scout.rt.ui.html.JsonObjectFactory@2be6db51] - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:58,563 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@4dc3c231, org.eclipse.scout.rt.ui.html.JsonObjectFactory@1632406e] - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:58,564 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@4dc3c231, org.eclipse.scout.rt.ui.html.JsonObjectFactory@4bb9d98e] - MDC[jobName=Running JUnit test in model job] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.ui.html.json.JsonBeanTest Running org.eclipse.scout.rt.ui.html.json.JsonByteArrayTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.json.JsonByteArrayTest Running org.eclipse.scout.rt.ui.html.json.JsonDateTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.ui.html.json.JsonDateTest Running org.eclipse.scout.rt.ui.html.json.JsonEventTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.json.JsonEventTest Running org.eclipse.scout.rt.ui.html.json.JsonObjectUtilityTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.json.JsonObjectUtilityTest Running org.eclipse.scout.rt.ui.html.json.JsonRequestTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.json.JsonRequestTest Running org.eclipse.scout.rt.ui.html.json.JsonResponseTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.eclipse.scout.rt.ui.html.json.JsonResponseTest Running org.eclipse.scout.rt.ui.html.json.JsonStartupRequestTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.json.JsonStartupRequestTest Running org.eclipse.scout.rt.ui.html.json.JsonStatusTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.json.JsonStatusTest Running org.eclipse.scout.rt.ui.html.json.JsonUtilityTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.json.JsonUtilityTest Running org.eclipse.scout.rt.ui.html.json.PropertyEventFilterTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.ui.html.json.PropertyEventFilterTest Running org.eclipse.scout.rt.ui.html.json.basic.filechooser.JsonFileChooserAcceptAttributeBuilderTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.json.basic.filechooser.JsonFileChooserAcceptAttributeBuilderTest Running org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest 2021-08-17 12:03:58,636 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:58,638 DEBUG [scout-model-thread-23] 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@7fd501c - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:58,638 DEBUG [scout-model-thread-23] 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@7fd501c - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:58,639 DEBUG [scout-model-thread-23] 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@7fd501c - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:58,639 DEBUG [scout-model-thread-23] 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@7fd501c - MDC[jobName=Running JUnit test in model job] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest Running org.eclipse.scout.rt.ui.html.json.desktop.DownloadHandlerStorageTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 sec - in org.eclipse.scout.rt.ui.html.json.desktop.DownloadHandlerStorageTest Running org.eclipse.scout.rt.ui.html.json.desktop.JsonDesktopTest 2021-08-17 12:03:59,008 WARN [scout-model-thread-23] 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] 2021-08-17 12:03:59,023 DEBUG [scout-model-thread-23] 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@1069f91b - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,024 DEBUG [scout-model-thread-23] 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@1069f91b - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,155 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 2 and reference 3. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithOneOutline@1ef35ec9 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,157 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,262 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 2 and reference 3. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithOneOutline@74631ee2 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,262 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,266 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,267 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 2 and reference 3. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,267 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,272 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 2 and reference 3. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithOneOutline@5bb9d49a - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,274 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,275 DEBUG [scout-model-thread-23] 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@5bb9d49a - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,288 DEBUG [scout-model-thread-23] 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@14888dd2 - MDC[jobName=Running JUnit test in model job] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.341 sec - in org.eclipse.scout.rt.ui.html.json.desktop.JsonDesktopTest Running org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineTest 2021-08-17 12:03:59,315 DEBUG [scout-model-thread-23] 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@30eba829 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,336 DEBUG [scout-model-thread-23] 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@79299631 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,337 DEBUG [scout-model-thread-23] 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@79299631 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,344 DEBUG [scout-model-thread-23] 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@7d5c6e0d - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,344 DEBUG [scout-model-thread-23] 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@7d5c6e0d - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,460 DEBUG [scout-model-thread-23] 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@4b6dc427 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,465 DEBUG [scout-model-thread-23] 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@58b7fed1 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,478 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,478 DEBUG [scout-model-thread-23] 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] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec - in org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineTest Running org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineViewButtonTest 2021-08-17 12:03:59,499 DEBUG [scout-model-thread-23] 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@844619d' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@4f140efa - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,499 DEBUG [scout-model-thread-23] 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@4f140efa - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,500 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'enabled: false' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@4f140efa - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,501 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'enabled: true' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@4f140efa - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,505 DEBUG [scout-model-thread-23] 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@4e46f790' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@262c11e1 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,505 DEBUG [scout-model-thread-23] 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@262c11e1 - MDC[jobName=Running JUnit test in model job] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineViewButtonTest Running org.eclipse.scout.rt.ui.html.json.form.JsonFormMenuTest 2021-08-17 12:03:59,513 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,514 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 2 and reference 6. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,514 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,514 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.ui.html.json.form.JsonFormMenuTest Running org.eclipse.scout.rt.ui.html.json.form.JsonFormTest 2021-08-17 12:03:59,518 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,518 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,519 ERROR [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.form.JsonForm.handleModelRequestFocus(JsonForm.java:264) - Cannot handle requestFocus event, 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] 2021-08-17 12:03:59,519 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,520 ERROR [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.form.JsonForm.handleModelRequestFocus(JsonForm.java:264) - Cannot handle requestFocus event, 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] 2021-08-17 12:03:59,520 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 2 and reference 9. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,520 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,523 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,523 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,523 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,523 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,524 ERROR [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.form.JsonForm.handleModelRequestFocus(JsonForm.java:264) - Cannot handle requestFocus event, 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] 2021-08-17 12:03:59,524 ERROR [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.form.JsonForm.handleModelRequestFocus(JsonForm.java:264) - Cannot handle requestFocus event, 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] 2021-08-17 12:03:59,525 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,525 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,528 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,529 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,529 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 2 and reference 11. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,529 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,529 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 7. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,530 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,530 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,533 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,534 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 2 and reference 14. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,534 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,534 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 10. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,534 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,535 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,535 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,535 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,535 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,539 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,539 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 2 and reference 17. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,539 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,539 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 13. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,540 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,540 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 7. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,540 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,540 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,541 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,541 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,541 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,541 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,544 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,545 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,545 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 2 and reference 20. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,545 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,546 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 16. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,546 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,546 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 10. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,546 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,546 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 7. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,547 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,547 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,547 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,547 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,557 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 2 and reference 23. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,557 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 19. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,558 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 13. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,558 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 10. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,558 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,558 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,559 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,559 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,559 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,559 DEBUG [scout-model-thread-23] 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@5a118b6 - MDC[jobName=Running JUnit test in model job] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.eclipse.scout.rt.ui.html.json.form.JsonFormTest Running org.eclipse.scout.rt.ui.html.json.form.fields.JsonAdapterPropertyConfigBuilderTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.JsonAdapterPropertyConfigBuilderTest Running org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest 2021-08-17 12:03:59,563 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,563 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,564 DEBUG [scout-model-thread-23] 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] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest Running org.eclipse.scout.rt.ui.html.json.form.fields.browserfield.JsonBrowserFieldTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.browserfield.JsonBrowserFieldTest Running org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBoxTest 2021-08-17 12:03:59,605 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,610 DEBUG [scout-model-thread-23] 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] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBoxTest Running org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest 2021-08-17 12:03:59,619 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'displayText: ' 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] 2021-08-17 12:03:59,622 WARN [scout-model-thread-23] 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] 2021-08-17 12:03:59,622 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'displayText: ' 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] 2021-08-17 12:03:59,622 WARN [scout-model-thread-23] 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] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest Running org.eclipse.scout.rt.ui.html.json.form.fields.listbox.JsonListBoxTest 2021-08-17 12:03:59,643 DEBUG [scout-model-thread-23] 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@6372d109 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,643 DEBUG [scout-model-thread-23] 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@6372d109 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,645 DEBUG [scout-model-thread-23] 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@6372d109 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,645 DEBUG [scout-model-thread-23] 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@6372d109 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,645 DEBUG [scout-model-thread-23] 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@6372d109 - MDC[jobName=Running JUnit test in model job] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.listbox.JsonListBoxTest Running org.eclipse.scout.rt.ui.html.json.form.fields.stringfield.JsonStringFieldTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.stringfield.JsonStringFieldTest Running org.eclipse.scout.rt.ui.html.json.form.fields.tabbox.JsonTabBoxTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.tabbox.JsonTabBoxTest Running org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.JsonTableFieldTest 2021-08-17 12:03:59,737 DEBUG [scout-model-thread-23] 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@113da5a9' 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] 2021-08-17 12:03:59,738 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,739 DEBUG [scout-model-thread-23] 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@33496e69' 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] 2021-08-17 12:03:59,743 DEBUG [scout-model-thread-23] 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@72084994' 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] 2021-08-17 12:03:59,744 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,748 DEBUG [scout-model-thread-23] 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@1f84f02a' 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] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.JsonTableFieldTest Running org.eclipse.scout.rt.ui.html.json.menu.JsonMenuTest 2021-08-17 12:03:59,753 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,754 DEBUG [scout-model-thread-23] 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@fc6382d - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,754 WARN [scout-model-thread-23] 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@fc6382d) is already sent to the UI. - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,754 DEBUG [scout-model-thread-23] 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@fc6382d - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,759 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,760 DEBUG [scout-model-thread-23] 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@468225bd - MDC[jobName=Running JUnit test in model job] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.ui.html.json.menu.JsonMenuTest Running org.eclipse.scout.rt.ui.html.json.table.JsonCellToJsonTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.eclipse.scout.rt.ui.html.json.table.JsonCellToJsonTest Running org.eclipse.scout.rt.ui.html.json.table.JsonTableTest 2021-08-17 12:03:59,821 DEBUG [scout-model-thread-23] 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@41468291 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,824 DEBUG [scout-model-thread-23] 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@22f23e59]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@4aecf329 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,824 DEBUG [scout-model-thread-23] 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@4aecf329 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,827 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,828 DEBUG [scout-model-thread-23] 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@25ef2508 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,828 DEBUG [scout-model-thread-23] 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@25ef2508 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,828 DEBUG [scout-model-thread-23] 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@25ef2508 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,832 DEBUG [scout-model-thread-23] 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@4d4180d6 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,832 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,842 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,864 DEBUG [scout-model-thread-23] 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@71be3067 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,868 DEBUG [scout-model-thread-23] 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@71be3067 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,875 DEBUG [scout-model-thread-23] 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@234b098 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,875 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,879 DEBUG [scout-model-thread-23] 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@7fa5d580 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,879 DEBUG [scout-model-thread-23] 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@7fa5d580 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,906 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,913 DEBUG [scout-model-thread-23] 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@6c75d708 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,913 DEBUG [scout-model-thread-23] 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@6c75d708 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,913 DEBUG [scout-model-thread-23] 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@6c75d708 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,916 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,919 DEBUG [scout-model-thread-23] 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@5b3d74a9 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,923 DEBUG [scout-model-thread-23] 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@6273f017 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,924 DEBUG [scout-model-thread-23] 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@6273f017 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,924 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,927 DEBUG [scout-model-thread-23] 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@1bc71eca - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,930 DEBUG [scout-model-thread-23] 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@7fc78c47 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,939 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,940 DEBUG [scout-model-thread-23] 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@dc56b93 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,943 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,951 DEBUG [scout-model-thread-23] 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@e78429f - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,957 DEBUG [scout-model-thread-23] 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@694674e9 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,962 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:03:59,963 DEBUG [scout-model-thread-23] 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@62053fd2 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,963 DEBUG [scout-model-thread-23] 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@62053fd2 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,963 DEBUG [scout-model-thread-23] 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@62053fd2 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,973 DEBUG [scout-model-thread-23] 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@3dfa8d35 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:03:59,973 DEBUG [scout-model-thread-23] 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@3dfa8d35 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,004 DEBUG [scout-model-thread-23] 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@3dfa8d35 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,108 DEBUG [scout-model-thread-23] 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@1456427 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,115 DEBUG [scout-model-thread-23] 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@6fbbd6ae - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,115 DEBUG [scout-model-thread-23] 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@6fbbd6ae - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,115 DEBUG [scout-model-thread-23] 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@6fbbd6ae - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,120 DEBUG [scout-model-thread-23] 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@7ac87906 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,123 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:04:00,123 DEBUG [scout-model-thread-23] 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@3e18c145 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,124 DEBUG [scout-model-thread-23] 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@3e18c145 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,126 DEBUG [scout-model-thread-23] 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@56e6527d]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@7e16ffdf - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,126 DEBUG [scout-model-thread-23] 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@56e6527d, org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@2b3b56bd]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@7e16ffdf - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,126 DEBUG [scout-model-thread-23] 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@2b3b56bd]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@7e16ffdf - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,130 DEBUG [scout-model-thread-23] 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@1a82e4ba - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,130 DEBUG [scout-model-thread-23] 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@1a82e4ba - MDC[jobName=Running JUnit test in model job] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 sec - in org.eclipse.scout.rt.ui.html.json.table.JsonTableTest Running org.eclipse.scout.rt.ui.html.json.table.control.JsonFormTableControlTest 2021-08-17 12:04:00,134 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:04:00,138 DEBUG [scout-model-thread-23] 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@27310cdc - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,138 DEBUG [scout-model-thread-23] 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@27310cdc - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,139 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:04:00,141 DEBUG [scout-model-thread-23] 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@2990ce2b - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,142 DEBUG [scout-model-thread-23] 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] 2021-08-17 12:04:00,145 DEBUG [scout-model-thread-23] 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@22704edf - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,145 DEBUG [scout-model-thread-23] 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@22704edf - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,145 DEBUG [scout-model-thread-23] 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] 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 Running org.eclipse.scout.rt.ui.html.json.tree.JsonTreeTest 2021-08-17 12:04:00,148 DEBUG [scout-model-thread-23] 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@42e1dfb - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,152 DEBUG [scout-model-thread-23] 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@29a45be3 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,155 DEBUG [scout-model-thread-23] 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@2ef1fef1 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,159 DEBUG [scout-model-thread-23] 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@4838ba6b - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,162 DEBUG [scout-model-thread-23] 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] 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}]}}} 2021-08-17 12:04:00,163 DEBUG [scout-model-thread-23] 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@4990bb55 - MDC[jobName=Running JUnit test in model job] Response #2: {"#":1,"events":[{"target":"2","type":"nodesDeleted","commonParentNodeId":"4","nodeIds":["5"]}]} 2021-08-17 12:04:00,165 DEBUG [scout-model-thread-23] 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] Response #1: {"startupData":{},"adapterData":{"2":{"id":"2","objectType":"Tree","scrollToSelection":false}}} Response #2: {"#":1} 2021-08-17 12:04:00,167 DEBUG [scout-model-thread-23] 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@1b35f50d - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,169 DEBUG [scout-model-thread-23] 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@c4752db - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,205 DEBUG [scout-model-thread-23] 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@6aecee32 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,207 DEBUG [scout-model-thread-23] 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@34d76556 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,300 DEBUG [scout-model-thread-23] 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] 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}]}}} 2021-08-17 12:04:00,301 DEBUG [scout-model-thread-23] 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@72146372 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,301 DEBUG [scout-model-thread-23] 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@72146372 - MDC[jobName=Running JUnit test in model job] 2021-08-17 12:04:00,301 DEBUG [scout-model-thread-23] 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@72146372 - MDC[jobName=Running JUnit test in model job] 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}]} 2021-08-17 12:04:00,302 DEBUG [scout-model-thread-23] 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@72146372 - MDC[jobName=Running JUnit test in model job] Response #3: {"#":2,"events":[{"target":"2","type":"nodeExpanded","nodeId":"3","expanded":false,"expandedLazy":false,"recursive":true}]} 2021-08-17 12:04:00,305 DEBUG [scout-model-thread-23] 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@7e859769 - MDC[jobName=Running JUnit test in model job] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 sec - in org.eclipse.scout.rt.ui.html.json.tree.JsonTreeTest Running org.eclipse.scout.rt.ui.html.res.BinaryResourceUrlUtilityTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.ui.html.res.BinaryResourceUrlUtilityTest Running org.eclipse.scout.rt.ui.html.res.loader.HtmlDocumentParserTest 2021-08-17 12:04:00,319 WARN [main] org.eclipse.scout.rt.ui.html.res.loader.HtmlDocumentParser.stripUnknownTags(HtmlDocumentParser.java:339) - Removing unknown or improperly formatted scout tag from 'html/path': - MDC[] 2021-08-17 12:04:00,319 WARN [main] org.eclipse.scout.rt.ui.html.res.loader.HtmlDocumentParser.stripUnknownTags(HtmlDocumentParser.java:339) - Removing unknown or improperly formatted scout tag from 'html/path': - MDC[] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.ui.html.res.loader.HtmlDocumentParserTest Running org.eclipse.scout.rt.ui.html.res.loader.TextsLoaderTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.ui.html.res.loader.TextsLoaderTest Results : Tests run: 287, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jasmine-maven-plugin:2.0:test (default) @ org.eclipse.scout.rt.ui.html.test --- [INFO] jetty-8.1.14.v20131031 [INFO] Started SelectChannelConnector@0.0.0.0:45393 [INFO] Executing Jasmine Specs Aug 17, 2021 12:14:03 PM org.openqa.selenium.phantomjs.PhantomJSDriverService INFO: executable: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/target/phantomjs-maven-plugin/phantomjs-1.9.7-linux-x86_64/bin/phantomjs Aug 17, 2021 12:14:03 PM org.openqa.selenium.phantomjs.PhantomJSDriverService INFO: port: 15722 Aug 17, 2021 12:14:03 PM org.openqa.selenium.phantomjs.PhantomJSDriverService INFO: arguments: [--webdriver=15722, --webdriver-logfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/phantomjsdriver.log] Aug 17, 2021 12:14:03 PM org.openqa.selenium.phantomjs.PhantomJSDriverService INFO: environment: {} PhantomJS is launching GhostDriver... [INFO - 2021-08-17T12:14:03.905Z] GhostDriver - Main - running on port 15722 [INFO - 2021-08-17T12:14:04.359Z] Session [9d22c750-ff54-11eb-895b-f1fb07d24916] - page.settings - {"XSSAuditingEnabled":false,"javascriptCanCloseWindows":true,"javascriptCanOpenWindows":true,"javascriptEnabled":true,"loadImages":true,"localToRemoteUrlAccessEnabled":false,"userAgent":"Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.7 Safari/534.34","webSecurityEnabled":true} [INFO - 2021-08-17T12:14:04.359Z] Session [9d22c750-ff54-11eb-895b-f1fb07d24916] - page.customHeaders: - {} [INFO - 2021-08-17T12:14:04.359Z] Session [9d22c750-ff54-11eb-895b-f1fb07d24916] - Session.negotiatedCapabilities - {"browserName":"phantomjs","version":"1.9.7","driverName":"ghostdriver","driverVersion":"1.1.0","platform":"linux-unknown-64bit","javascriptEnabled":true,"takesScreenshot":true,"handlesAlerts":false,"databaseEnabled":false,"locationContextEnabled":false,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"cssSelectorsEnabled":true,"webStorageEnabled":false,"rotatable":false,"acceptSslCerts":false,"nativeEvents":true,"proxy":{"proxyType":"direct"}} [INFO - 2021-08-17T12:14:04.359Z] SessionManagerReqHand - _postNewSessionCommand - New Session Created: 9d22c750-ff54-11eb-895b-f1fb07d24916 [INFO - 2021-08-17T12:14:18.472Z] ShutdownReqHand - _handle - About to shutdown [INFO] ------------------------------------------------------- J A S M I N E S P E C S ------------------------------------------------------- [INFO] JasmineScout toContainEventTypesExactly checks whether event types in correct order checks whether event types are complete considers empty values jquery-scout isEnabled is only false when class disabled is set isVisible returns true when display != none and visiblity != hidden setEnabled DIV does not have disabled attribute INPUT must have disabled attribute toggleAttr toggles attribute icon sets and removes icons textOrNbsp sets text or nbsp htmlOrNbsp sets html or nbsp nvl can return alternative element elementFromPoint returns the element from point but only if it is a child considers the selector returns the document element if no element matches and document is used as container returns an empty collection if called on empty collection cssPxValue is behaves differently with different types of arguments debounce is debounces function calls Extension extend functions of StringField should extend _init method should extend _renderProperties method should extend _renderInputMasked method ObjectFactory creates objects which are registered in scout.objectFactories scout.create works with KeyStroke puts the object type to the resulting object puts the object type to the resulting object throws an error if no explicit type is specified throws an error if argument list is wrong finds the correct constructor function if no factory is defined uses scout namespace by default uses namespace of given object type if provided considers variants considers variants also within a custom namespace for object type considers variants also within a custom namespace for variant considers variants also within a custom namespace for variant and a different variant for objectType can handle too many variants in objectType can handle nested namespaces throws errors variantLenient tries to create an object without variant if with variant fails tries to create an object without variant if with variant fails also with custom namespace ObjectInfo parse parses objectType only - without namespace parses objectType only - with namespace parses objectType and variant - without namespace parses objectType and variant - with namespace on objectType (model variant inherits namespace from object type) parses objectType and variant - different namespaces for model variant and object type parses objectType with multiple nested namespaces toString returns correct string Action defaults should be as expected setTabbable should modify $container tabindex Calendar init creates an empty calendar dayPosition calculates the day position component part day position calculates the part day position calculates the part day position for a range smaller than the minimum calculates the part day position for components larger than a day sort sorts first from then to arrangeComponents does nothing for no components arranges a single component arranges non intersecting components arranges intersecting components arranges equal components arranges intersecting and non-intersecting components reduces rows when arranging components arranges intersecting components spanning more than one day navigation navigate forward and back (with first day of month selected) navigate forward and back (with last day of month selected) DateRange equals DesktopAdapter activateForm sends formActivatedEvent onFormShow activates form but does not send an activate form event DesktopFormController Listens to popupWindowReady event and calls _onReady - having a popupWindow instance Listens to popupWindowReady event and calls _onReady - having only a form ID (reload case) _addPopupWindow registers listeners and adds to array with popup-windows _removePopupWindow cleans up and removes from array with popup-windows Desktop notification is rendered when desktop is rendered may be added with addNotification schedules addNotification when desktop is not rendered removeNotification with object removeNotification with (string) ID _onNotificationRemove - last notifications removes $notifications DIV outline gets displayed in desktop navigation benchVisible controls visibility of the bench removes the content after the animation navigationVisible controls visibility of the navigation only affects content in navigation, not in bench or header headerVisible controls visibility of the header geolocation asks the browser for its geographic location showForm shows and activates the form adds a view to the bench if displayHint is View activateForm brings non-modal dialog in front upon activation keeps the order of other non-modal dialogs even when one of them is the display-parent of the dialog to activate activates outline when activating dialog of other outline activates outline when activating child dialog of other's outline dialog does not bring non-modal dialog in front of desktop-modal dialog brings non-modal dialog in front of other non-modal dialog and it's modal child-dialog brings complete hierarchy of a non-modal dialog with 2-levels of modal child dialogs in front keeps position of dialog's messagebox relative to it's parent dialog while reordering dialogs brings dialog with messagebox on top upon mousedown on messagebox keeps desktop's messagebox on top while reordering dialogs keeps position of dialog's fileChooser relative to it's parent dialog while reordering dialogs brings dialog with filechooser on top upon mousedown on filechooser does not change position of desktop's fileChooser while reordering dialogs activates parent view upon activation of child dialog displayStyle COMPACT shows bench and hides navigation if a view is open hides bench and shows navigation if the last view gets closed does not bring activateForm to fail for fake views PopupWindow Constructor sets cross references and window-name Initialization in _onReady DesktopBench updateOutlineContent called when an outline page gets selected doesn't get called if page already is selected sets detailForm as outlineContent if node gets selected preserves desktop.inBackground when updating outline content preserves desktop.inBackground when switching nodes DesktopHeader onBenchOutlineContentChange attaches listener to new outline content removes listener from old outline content removes listener when getting removed DesktopNavigation viewButtonBox is rendered if there are view buttons is not rendered if there are no view buttons outline collapses and expands in two steps when breadcrumb toggling enabled collapses and expands in one step when breadcrumb toggling disabled DesktopNotification will fade in, be added to the desktop and be renderd upon show() will fade out and be removed from the dektop upon hide() _init copies properties from event (model) has close-icon when notification is closable OutlineMediator tableRowsInserted tableRowsDeleted tableRowsUpdated tableRowAction tableRowOrderChanged tableRowsFiltered Outline collapsing still allows a messagebox to be shown dispose calls onNodeDeleted for every node to be able to cleanup calls onNodeDeleted for every node (which was not already deleted before) to be able to cleanup deleteNodes calls onNodeDeleted for every node to be able to cleanup deleteAllChildNodes calls onNodeDeleted for every node to be able to cleanup navigateToTop collapses all nodes in bread crumb mode selectNodes handle navigateUp only once otherwise handle single selection (or do nothing when selection is != 1 node) updateDetailMenus adds the empty space menus of the detail table to the detail menu bar adds the single selection menus of the parent detail table to the detail menu bar attaches a listener to the detail table to get dynamic menu changes removes the listener from the detail tables on selection changes and destroy click on a node inside the detail content does not modify the outline SearchOutlineAdapter onModelPropertyChange requestFocusQueryField may be called multiple times NavigateButton is only created once for each node will be destroyed when navigateButtonsVisible is set to false NavigateDownButton _toggleDetail is always false _isDetail returns true or false depending on the state of the detail-form and detail-table _buttonEnabled is disabled when node is a leaf is enabled when node is not a leaf and we're currently displaying the detail is only enabled when detail-table has exactly one selected row is not enabled when selected row is not linked to a page is enabled when selected row is linked to a page later when page is inserted (remote case) _drill drills down to first selected row in the detail table NavigateUpButton _toggleDetail is always true _isDetail returns true or false depending on the state of the detail-form and detail-table _buttonEnabled is true when current node has a parent or... is true when current node is a top-level node and outline a default detail-form or... is false otherwise _drill drills up to parent node, sets the selection on the tree shows default detail-form or outline overview ViewButtonBox viewMenuTab is only visible if there are visible view buttons with displayStyle == "MENU" is not visible if there are no visible view buttons ith displayStyle == "MENU" is not visible if there are visible view buttons with displayStyle == "TAB" is not visible if there are no view buttons at all FileChooserAdapter cancel does not close the chooser but sends a cancel event FileChooser open opens the chooser close closes the chooser addFiles adds the files if multiSelect is true does only add one file if multiSelect is false removeFile removes the file scout.FocusManager isSelectableText must return true for disabled text-fields Focus fixes for Internet Explorer (IE) Click on table-cell, must focus table Click on tree-node, must focus tree validateFocus When nothing else is focusable, focus must be on the Desktop (=sandbox) with forms: Focus-context must install listeners on its $container Focus must be on the 1st form-field when form is rendered FocusContext must remember the last focused element A new FocusContext must be created when a form is opened as dialog Must focus another valid field if the focused field is removed Must focus another valid field if the focused field is hidden activateFocusContext activates the context of the given $container and restores its focus FormAdapter form destroy destroys the adapters of the children onModelAction formClose destroys the form FormLifecycle doCancel don't open popup when nothing has been changed open popup when value of field has been changed triggers disposeWidget event after cancel doOk should validate fields and display message box when form is saved should call save handler when form is saved and all fields are valid validation error message should list labels of missing and invalid fields FormMenu setSelected opens and closes the form popup opens the popup and the ellipsis if the menu is overflown opens the popup but not the ellipsis if the menu is overflown and mobile popup style is used onModelPropertyChange selected calls setSelected Form destroy destroys its children onModelAction formClose destroys the form cacheBounds read and store bounds update bounds - if cacheBounds is true update bounds - if cacheBounds is false BasicField displayTextChanged must always be sent to server at the end of input, if at least one change has been was made updateDisplayTextOnModify = true, with changed text updateDisplayTextOnModify = false, with changed text updateDisplayTextOnModify = true, then property change to updateDisplayTextOnModify = false, with changed text updateDisplayTextOnModify = true, then property change to updateDisplayTextOnModify = false, with *pending* changed text updateDisplayTextOnModify = true, then acceptInput(false) is fired. -> send should be done immediately updateDisplayTextOnModify = true, w/o changed text updateDisplayTextOnModify = false, w/o changed text does not fail if field is removed while acceptInput is still pending FormFieldAdapter onModelPropertyChange event should update model FormField inheritance inherits from Widget _initProperty gridDataHints are extended (not replaced) on init when gridDataHints is a plain object gridDataHints are replaced when gridDataHints is instanceof GridData property label position position on_field sets the label as placeholder does not call field._renderLabelPosition initially position top guarantees a minimum height if label is empty does not display a status if status visible = false disabled style read-only sets css class 'read-only' when field is disabled and setDisabledStyle has been called property tooltipText adds class has-tooltip if there is a tooltip text property menus adds class has-menus if there are menus adds class has-menus has-tooltip if there are menus and a tooltip property status visible shows a status if status visible = true does not show a status if status visible = false shows a status even though status visible is false but tooltipText is set shows a status even though status visible is false but errorStatus is set ValueField property status visible shows a status even though status visible is false but there are visible menus value and display-text sets display-text when value is set sets value when parseAndSetValue is called sets value and display text when accept input is called validation: initialValue, touched, empty and mandatory sets _initialValue when markAsSaved is called sets touched to true when value is different from initial value sets empty to true when value is an empty string (for StringField) validate returns valid when errorStatus is not set and field is not mandatory validate returns not valid when errorStatus is set or field is mandatory and empty menu visibility context menu only shows visible menus context menu only shows only menus of specific type context menu triggers a display text changed event BeanField renders the bean updates properties correctly BrowserFieldAdapter sends postMessage on message Button setLabel toggles the class with-label on the icon setIconId toggles the class with-label on the icon CheckBoxField inheritance inherits from ValueField _renderValue sets checked property _renderValue sets disabled property CheckBoxFieldWithTriState inheritance inherits from ValueField _renderValue sets checked and undefined classes _renderValue sets disabled property ClipboardField Rendered container has the right class Rendered field DIV has _not_ an unselectable attribute in IE9 DateField Clicking the field opens the datepicker displayText is shown correctly after rendering is removed properly when setting to '' Leaving the field closes the datepicker accepts the prediction accepts the prediction with autoTimestamp updates the model with the selected value sends timestamp and displayText does not send timestamp and displayText again if not changed does not send timestamp and displayText if no date was entered Validation invalidates field if value is invalid (not a date) prevents model update if value is invalid Picker sends displayText and timestamp if date was selected Key handling ESC closes the datepicker ENTER updates the model with the selected value and closes picker DOWN increases day by one increases month by one if shift is used as modifier increases year by one if ctrl is used as modifier UP decreases day by one decreases month by one if shift is used as modifier decreases year by one if ctrl is used as modifier Date validation and prediction can validate inputs can predict dates can predict yyyy.MM can predict partial years Allowed dates _referenceDate returns only allowed date - only one date _referenceDate returns only allowed date - choose nearest date in the future _referenceDate returns only allowed date - when no date in future is available, choose nearest date in past _setAllowedDates must convert date strings into Dates Touch = true touch popup updates display text and is not used for time fields is opened if datefield is touched is not opened if timefield is touched is closed when date in picker is selected unregisters clone after close updates displayText and timestamp of datefield if date in picker is selected updates displayText and timestamp of datefield if date in picker is entered updates displayText and timestamp of datefield if date and time in picker are entered shows datefield with same date as clicked datefield shows datefield with same date as clicked datefield, if field empty initially clears displayText and timestamp of datefield if date in picker was removed shows datefield with same date as clicked datefield, even if value was deleted before GroupBoxBodyGrid01 group box layout 01 test horizontal layout test vertical smart layout GroupBoxBodyGrid02 group box layout 02 test horizontal layout test vertical smart layout GroupBoxBodyGrid03 group box layout 0100 test horizontal layout test vertical smart layout GroupBoxBodyGrid04 group box layout 04 test horizontal layout test vertical smart layout GroupBoxBodyGrid05 group box layout 05 test horizontal layout test vertical smart layout GroupBoxBodyGrid06 group box layout 06 test horizontal layout test vertical smart layout GroupBoxBodyGrid07 group box layout 07 test horizontal layout test vertical smart layout GroupBoxBodyGrid08 group box layout 08 test horizontal layout test vertical smart layout GroupBoxBodyGrid09 group box layout 09 test horizontal layout test vertical smart layout GroupBoxBodyGrid10 group box layout 10 test horizontal layout test vertical smart layout GroupBoxBodyGrid11 group box layout 11 test horizontal layout test vertical smart layout GroupBox _render adds group-box div when label is set renders controls initially if expanded does not render controls initially if collapsed, but on expand test predefined height and width in pixel adds group-box div when label is set focus focus first focusable field in groupBox default values gridDataHints enabled propagation LabelField HtmlEnabled if false, encodes html in display text if true, does not encode html in display text if false, replaces with br tag and encodes other text if true, does not replace with br tag and does not encode other text NumberField parse input (calculate value) with . as separator and ' as grouping char with , as separator and . as grouping char of unary expressions of sum expressions of product expressions of complex expressions of invalid expressions RadioButtonGroup enabled propagation SequenceBox mandatory indicator does not exist label width is 0 if it is empty status handling moves the error status of the last field to the seq box moves the tooltip of the last field to the seq box moves the menus of the last field to the seq box does not display the error message of the last field, only the one of the seq box removes the tooltip from the seq box if last field gets invisible moves the tooltip from the first field to the seq box if it gets the last field after a visibility change moves the error from the first field to the seq box if it gets the last field after a visibility change makes sure the status may be displayed on the field again if the field was the last visible field once SliderField slider accepts the value SmartField _onKeyUp does not call _openProposal() when TAB, CTRL or ALT has been pressed calls _openProposal() when a character key has been pressed _syncProposalChooser must reset _requestProposal property _openProposal must "browse all" when field is valid and browseAll parameter is true must search by display-text when field is valid and browseAll parameter is false must "browseAll" when field is invalid _acceptProposal must set displayText must call clearTimeout() for pending typedProposal events dont send _acceptProposal when displayText has not changed send _acceptProposal when displayText has changed send deleteProposal when displayText has been deleted quickly touch = true opens a touch popup when smart field gets touched opens a touch popup if there already is a proposal chooser while rendering shows smartfield with same text as clicked smartfield _formatValue uses a lookupcall to format the value returns empty string if value is null or undefined returns the value as string if there is no lookup call multiline multi-line lookupcall on single-line field multi-line lookupcall on multi-line field display text is also rendered if it is empty StringFieldAdapter onModelPropertyChange insertText may be called multiple times with the same text StringField Check if field is switched to password field if inputMasked is true set input masked set input not masked insertText expects empty field at the beginning inserts text into an empty field appends text to the previous value (if no text is selected) replaces selection #1 (if part of the text is selected, selection does not start at the beginning) replaces selection #2 (if part of the text is selected, start at the beginning) replaces selection #3 (if whole content is selected) sends display text changed to server using accept text sends display text changed to server using accept text, twice, if updateDisplayTextOnModify=true trim should restore selection should not break when displayText is very long (regex is too big) TabBox render does NOT call layout for the selected tab on initialization must not create LogicalGridData for tab items selection should select tabs by ID key handling supports left/right keys to select a tab-item TabItem _renderStatusVisible invalidates tabarea if status visibility changes _renderCssClass adds CSS class to both, TabItem and GroupBox TableFieldAdapter property table destroys the table and model adapter if value is changed to '' TableField property table shows (renders) the table if the value is set destroys the table if value is changed to null table gets class 'field' to make it work with the form field layout table gets class 'field' to make it work with the form field layout (also when table is set later) requiresSave should require save when row has been updated does not create a memory leak if same row is updated multiple times should require save when row has been deleted should require save when row has been inserted should NOT require save when row has been inserted and deleted again should NOT require save when row has been inserted and deleted again even if it was updated or checked in the meantime should require save when row has been checked should NOT require save when row has been checked and unchecked again WrappedForm mandatory indicator does not exist test initial focus disabled string field in inner form hasn't focus test initial focus enabled string field in inner form has focus Icon render creates a span if it is a font icon creates an img if it is an image icon setIconDesc accepts a string representing the iconId accepts a scout.IconDesc Key toKeyStrokeString creates a string representing that key considers modifiers KeyStroke unrepeatability means that an unrepeatable KeyStroke is triggered exactly once per keyup event, even given three keydown events means that an unrepeatable KeyStroke is triggered exactly once given the sequence (keydown, keyup) HtmlComponent install does NOT set data 'htmlComponent' when constructor is called sets data 'htmlComponent' when install() is called getSize returns getBoundingClientRect() of JQuery comp setSize accepts scout.Dimension as single argument calls invalidate on layout when size has changed getInsets reads padding, margin and border correctly getBounds returns bounds without 'px' validateLayout calls htmlComp.layout calls layout of the child component does not layout invisible components does not layout components with an invisible parent does not call isParentVisible too many times LayoutValidator invalidateTree keeps track of invalid html components considers only the topmost component and validate roots makes sure parent components are put in front of child components validate calls layout for each invalid html component does not call layout if component has been removed does not call layout if component has been detached, but does not remove from invalid components either removes the component from the list of invalidate components after validation cleanupInvalidObjects removes the widget from invalid components when a widget gets removed LogicalGridLayoutInfo Rectangle.union produces same results as java.awt.Rectangle layoutCellBounds calculates bounds graphics getBounds returns JQuery.outerWidth/Height(true) returns 0 when left/right is set to auto bounds returns rectangle with position from JQuery.position() returns rectangle with position from JQuery.position() including margin if includePosMargin is true returns rectangle with size from JQuery.outerWidth/Height returns rectangle with size from JQuery.outerWidth/Height() including margin if includeSizeMargin is true Point equals Dimension accepts two numbers as width and height arguments accepts a single scout.Dimension argument equals Rectangle equals Insets equals main nvl can return alternative value assertParameter throws Error when value is not set throws Error when value has wrong type isOneOf can check if value is one of multiple values create accepts string or object as first argument creates a new initialized widget with parent and session set creates local object if first parameter is the objectType sets property 'id' correctly when no ID is provided session must be set, but adapter should not be registered creates local object if first parameter of type object and contains objectType property ButtonAdapterMenu initialization / destroy should set/delete adaptedBy property on original button instance focusable element button should delegate to adapter menu ContextMenuPopup options.cloneMenuItems true clones the given menus and renders the clones only destroys and removes the clones on popup close false renders the original menus removes but does not destroy the menus on popup close renderMenuItems renders invisible menus adds last and first classes considers visibility when adding last and first classes MenuBarPopup is opened on doAction if the menu has child actions rerenders the head on a menu property change MenuBar setMenuItems prefers EmptySpace for the left position if menu has multiple menuTypes must add/destroy dynamically created separators renders menu bar invisible if no visible menu items are available renders menu bar visible if at least one visible menu item is available propertyChange must listen on property changes of its menu items (even when menu bar is not rendered) must remove property change listeners on destroy layout gets invalidated if a menu changes its visibility updateDefaultMenu marks first visible and enabled menu that reacts to ENTER keystroke as default menu updates state if menu gets enabled or disabled considers rendered state of default menu MenuItemsOrder _createSeparator _menuTypes Menu defaults should have expected defaults render render depending on the actionStyle render as separator must not render childActions when popup is not open isTabTarget should return true when menu can be a target of TAB action menus filter does nothing if no menus are given returns no menus if no types are given only returns visible menus, if onlyVisible param is set to true only returns menus with given type (even when menu is not visible) only returns parent menus if child menus should be displayed only returns parent menus if child menus have correct type Planner deleteResources deletes resources from model deletes resources from html document also adjusts selectedResources and selectionRange if deleted resource was selected updateResources updates resources in model updates resources in html document updates activities renderScale displayMode: DAY draws scale for whole day draws scale for one hour draws scale for two hour interval draws scale with only showing every second label displayMode: WEEK / WORK_WEEK draws scale for WEEK for whole day with 6h interval draws scale for WEEK with only showing every second label draws scale for WEEK with changing month draws scale for WORK_WEEK for whole day with 6h interval draws scale for WORK_WEEK with only showing every second label displayMode: MONTH draws scale draws scale with only showing every second label displayMode: CALENDAR_WEEK draws scale for CALENDAR_WEEK displayMode draws scale with only showing every second label draws scale with only showing every third label displayMode: YEAR draws scale for YEAR displayMode draws scale with only showing every second label draws scale with only showing every third label transformLeft/transformWidth calculates left and width in WEEK mode for whole days calculates left and width in WEEK mode for limitted day range calculates left and width in WEEK mode for limitted day range (only firstHourOfDay set) select selects at least the number of intervals configured by display mode options respects end of day if minSelectionIntervalCount is set scrollbars onScroll attaches handler to scrolling parents which execute when scrolling offScroll detaches handler from scrolling parents isLocationInView returns true if the given location is inside the given $scrollable returns false if x of the given location is outside of the given $scrollable (smaller) returns false if y of the given location is outside of the given $scrollable (smaller) returns false if x of the given location is outside of the given $scrollable (greater) returns false if y of the given location is outside of the given $scrollable (greater) render ensures parent has position absolute or relative BusyIndicator render uses entry point as parent if no $parent is provided uses $parent as parent if provided ModelAdapter can handle properties in any order _syncPropertiesOnPropertyChange calls set* methods or setProperty method init copies properties to widget sets default values destroy destroys the adapter and its children does not destroy children, which are globally used onModelPropertyChange adapter creates and registers the new adapter destroys the old adapter filters propertyChange events should send event when property change is triggered by widget should not send event when property is triggered by server widget events should handle widget event when it is not filtered should not handle widget event when it is filtered export adapter exportAdapterData should export last part of model-class as ID adapters creates and registers adapters destroys the old adapters destroys the old and creates the new adapters if the array contains both ResponseQueue add adds elements to the queue in the correct order removes elements that are superseded by combined response process processes elements in the correct order does not process elements in the wrong order does not process same response twice Session send sends multiple async events in one call sends multiple async events in one call over multiple user interactions if sending was delayed does not await the full delay if a susequent send call has a smaller delay does not await the full delay if a previous send call has a smaller delay coalesces events if event provides a coalesce function sends requests consecutively sends requests consecutively and respects delay queues ?poll results when user requests are pending resumes polling after successful responses does not resume polling after JS errors does not resume polling after UI server errors does not resume polling after HTTP errors does not resume polling after session terminated init sends startup parameter sends user agent on startup texts check if correct text is returned check if empty text is returned check if null text is returned check if arguments are replaced in text check if multiple arguments are replaced in text check if undefined texts return an error message optText returns undefined if key is not found optText returns default value if key is not found optText returns text if key found optText returns text if key found, with arguments Splitter renders the splitter at the given position SimpleTabArea renders the tabs in the correct order TableAdapter selectRows sends rowsSelected event containing rowIds does not send selection event if triggered by server checkRows sends rowsChecked event containing rowIds does not send rowsChecked event if triggered by server onModelAction rowsSelected event calls selectRows rowsDeleted event calls deleteRows does not send rowsSelected event for the deleted rows allRowsDeleted event calls deleteAllRows does not send rowsSelected event rowsInserted event calls insertRows may contain cells as objects may contain cells as scalars respects null values uses text as value if value is not provided rowOrderChanged event calls updateRowOrder does not animate ordering for newly inserted rows rowsUpdated event calls updateRows columnStructureChanged event calls updateColumnStructure columnOrderChanged event calls updateColumnOrder columnHeadersUpdated event calls updateColumnHeaders onModelPropertyChange menus creates and registers menu adapters destroys the old menus destroys the old and creates the new menus if the list contains both _sendRowsFiltered should not coalesce remove and 'add' events Table Filter row filtering applies row filter when table gets initialized doesn't filter anymore if filter gets removed applies row filter if a new row gets inserted applies row filter if a new row gets inserted, even if table is not rendered applies row filter if a row gets updated applies row filter if a row gets updated, even if table is not rendered properly handles successive row insertion and updates properly handles reset table case considers view range renders empty data if all rows are removed due to filtering selection gets removed for non visible rows after filtering stays removed even if filtered row is selected explicitly gets removed for non visible rows after filtering if a row has been updated gets restored for visible rows after filtering events rowsFiltered gets fired when table with a filter is initializing does not get fired when table with no filters is initializing gets fired if filter() is called gets fired if filter() is called, even if table is not rendered gets not fired if rows are filtered again but the filtered rows have not changed gets fired if rows are filtered during updateRows gets fired if rows are filtered during insertRows gets fired if rows are filtered during deleteRows gets fired if rows are filtered during deleteAllRows does not get fired if rows are updated but row filter state has not changed gets sent to server containing rowIds when rows are filtered TableFooterSpec render attaches listener to the table but only once remove stops the open animation of the selected control stops the close animation of the selected control controls removes old and renders new controls on property change TableStatusTooltip shows ERROR tooltip shows INFO tooltip when table is rendered hides INFO tooltip when user clicks in table does not hide ERROR tooltip when user clicks in table TableHeaderMenu filter string column shows the unique string values converts multiline text to single line strips html tags if html is enabled reflects the state of the filter correctly updates the list after inserting a new row, if a filter is applied always displays the selected value, even if the table does not contain the value anymore displays empty values as -empty- stores selected text in filter.selectedValues stores empty as null and not '-empty-' grouping / sorting count sorted columns count grouped columns boolean column shows the unique string values sort enabled option enabled shows sort options in table header menu option disabled does not show sort options in table header menu TableHeaderSpec render attaches listener to the table but only once TableKeyStrokes key up selects the above row selects the last row if no row is selected yet selects the second last row if all rows are selected selects the only row if there is only one does nothing if first row already is selected if first row already is selected but is not the last action row, the row above the last action row gets selected if there is a last action row, selects the row above last last action row selects the row above the last action row even if the row above already is selected uses last row of selection as last action row if last action row is not visible anymore + shift adds the row above to the selection removes the row above from the selection if the last action row is the last row of the selection if the row above the last action row is not selected, adds the row above to the selection key down selects the row below selects the first row if no row is selected yet selects the second row if all rows are selected selects the only row if there is only one does nothing if last row already is selected if there is a last action row, selects the row below the last action row selects the row below the last action row even if the row below already is selected uses last row of selection as last action row if last action row is not visible anymore + shift adds the row below to the selection removes the row below from the selection if the last action row is the first row of the selection if the row below the last action row is not selected, adds the row below to the selection end selects last row + shift selects all rows from currently selected row to last row preserves existing selection considers last action row as start row for new selection uses last row of selection as last action row if last action row is not visible anymore does nothing if last row is already selected does not add same rows to selectedRows twice home selects first row + shift selects all rows from currently selected row to first row preserves existing selection considers last action row as start row for new selection uses first row of selection as last action row if last action row is not visible anymore does nothing if first row is already selected does not add same rows to selectedRows twice space does nothing if no rows are selected checks the selected rows if first row is unchecked does not modify already checked rows when checking unchecks the selected rows if first row is checked page up selects the only row if there is only one page down selects the only row if there is only one Table render renders CSS class renders a table header renders table rows accepts rows with cells accepts rows with text only _calculateViewRangeForRowIndex returns a range based on viewRangeSize rowIcons and checkable rows creates an artificial cell when a rowIcon is set on a row insertRows inserts rows at the end of the table renders rows only if view range is not full yet rowsInserted event must be triggered before rowOrderChanged event updateRows updates the model cell texts updates the html cell texts does not fail if the row to update is the same instance as the existing one does not destroy selection silently updates rows which are not in view range deleteRows deletes single rows from model deletes single rows from html document considers view range (distinguishes between rendered and non rendered rows, adjusts viewRangeRendered) deleteAllRows deletes all rows from model deletes all rows from html document silently removes not rendered rows updateRowOrder reorders the model rows reorders the html nodes considers view range checkRow checks the row, does not uncheck others if multiCheck is set to true unchecks other rows if multiCheck is set to false does not check the row if checkable is set to false does not check the row if the row is disabled does not check the row if the table is disabled considers view range keeps added checkable column visible even when reloading factory settings does not add an additional checkable column if one is already configured selectRows updates model selects rendered rows and unselects others considers view range triggers rowsSelected selectedRow() returns first selected row or null when table has no selection toggle selection selects all if not all are selected selects none if all are selected selectAll selects all rows considers view range -> renders selection only for rendered rows doRowAction sends rowAction event with row and column does not send rowAction event if the row is not selected does not send rowAction event if it is not the only one selected row resizeColumn updates column model and sends resize event does not send resize event when resizing is in progress sends resize event when resizing is finished autoResizeColumns distributes the table columns using initialWidth as weight excludes columns with fixed width does not make the column smaller than the initial size does not make the column smaller than a minimum size sort updates column model model update sets sortAscending according to direction param resets properties on other columns sets sortIndex does not remove sortIndex for columns always included at begin does not remove sortIndex for columns always included at end does not remove sortIndex for columns always included at begin and end (combination) removes column from sort columns sends rowsSorted event when client side sorting is possible sends sortRows event when client side sorting is not possible sorts the data regroups the data if group by column is active restores selection after sorting sorting sorts text columns considering locale (if browser supports it) sorts number columns sorts date columns uses non sort columns as fallback column grouping renders an aggregate row for each group considers groupingStyle -> aggregate rows must be rendered previous to the grouped rows considers view range -> only renders an aggregate row for rendered rows considers view range -> doesn't render an aggregate row if the last row of the group is not rendered regroups if rows get inserted regroups if rows get inserted, event is from server and table was empty does not regroup if rows get inserted, event is from server and table was not empty regroups if rows get deleted removes aggregate rows if all rows get deleted regroups if rows get updated may group column 0 only may group column 1 only may group columns 0 (avg) and 1 (sum) may group columns 0, 1 and 2 may group columns 2 and 1 may group column 1 only after grouping column 0 first may group column 1 and 2 after grouping column 0 first row click selects row and unselects others sends selection and click events sends only click if row already is selected sends selection, checked and click events if table is checkable and checkbox has been clicked right click on row opens context menu context menu only shows items without header type also if there is a type singleSelection context menu only shows visible menus _filterMenus returns no menus for contextMenu if no row is selected returns only single selection menus for contextMenu if one row is selected returns only multi selection menus for contextMenu if multiple rows are selected returns menus with single- and multi selection set for contextMenu if one or more rows are selected returns only empty space menus if no row is selected returns empty space and single selection menus if one row is selected returns empty space and multi selection menus if multiple rows are selected returns menus with empty space, single- and multi selection set if one or more rows are selected row mouse down / move / up selects multiple rows only sends selection event, no click only send one event for mousedown and immediate mouseup on the same row only selects first row if mouse move selection or multi selection is disabled moveColumn moves column from oldPos to newPos considers view range (does not fail if not all rows are rendered) updateRowOrder does not animate ordering for newly inserted rows updateColumnStructure resets the model columns redraws the header to reflect header cell changes (text) updates width of empty data updateColumnOrder reorders the model columns reorders the html nodes silently moves cells which are not rendered in view range updateColumnHeaders updates the text and sorting state of model columns updates sort indices of the sort columns if a sort column got removed updates the text and sorting state of html table header nodes updates the custom css class of table header nodes headerVisible hides/shows the table header Column visibility update headers and rows when visibility of a column changes visibleColumns() only return visible columns moveColumn() must deal with different indices for visible and all columns BooleanColumn table checkable column a checkbox column gets inserted if table.checkable=true no checkbox column gets inserted if table.checkable=false this.checkableColumn is set to the new column displays the row.checked state as checkbox boolean column displays the cell value as checkbox Column considers horizontal alignment converts linebreak into
in header cells considers custom css class of a column considers custom css class of a column, as well for checkbox columns considers custom css class of a cell, if both are set only the cell class is used considers htmlEnabled of a cell caches encoded text of a cell to improve performance multilineText replaces with br, but only if htmlEnabled is false textWrap wraps text if column.textWrap and table.multilineText are true does not wrap text if column.textWrap is false and table.multilineText is true does not wrap text if column.textWrap is true and table.multilineText is false initCell sets the value and the text calls formatValue to format the text calls formatValue to format the text, also for cell objects does not format the value if a text is provided sets the value to null if only text is provided setCellValue sets the value and the text calls formatValue to format the text cell getters cell() should return cell of given row selectedCell() should return cell from selected row displayable if set to false, column may not be made visible NumberColumn background effect colorGradient1 colors cells from red to green colors cells according to rounded values considers view range -> only colors rendered cells updates colors if row gets deleted updates colors if row gets inserted updates colors if row gets updated colors cells if table gets rendered restores existing background color if background effect gets removed barChart does not overwrite existing background color setBackgroundEffect changes the background effect sends columnBackgroundEffectChanged event does not send columnBackgroundEffectChanged if server triggered it calculateMinMaxValues calculates the min/max values based on rounded values scout.comparators tests 'compare' method of TEXT comparator tests 'compareIgnoreCase' method of TEXT comparator tests 'compare' method of NUMERIC comparator tests 'compare' method of ALPHANUMERIC comparator tests 'compareIgnoreCase' method of ALPHANUMERIC comparator tests 'compareIgnoreCase' method of ALPHANUMERIC comparator with session AggregateTableControl aggregate creates an aggregate row sums up numbers in a number column aggregation type none does not aggregate sums up numbers in a number column but only on filtered rows sums up numbers in a number column and considers format pattern sums up numbers in a number column and considers rounded values fo aggregation eanbled state is false if there are no number columns is true if there is at least one number column is false if there is a number column but without an aggregate function TableControl selected opens and closes the control container removes the content of the previous selected control without closing the container sends selected events (for current and previous selection) CellEditor mouse click starts cell edit if cell is editable does not start cell edit if cell is not editable does not start cell edit if row is disabled does not start cell edit if table is disabled does not start cell edit if mouse down and up happened on different cells does not start cell edit if right mouse button was pressed does not start cell edit if middle mouse button was pressed does not open cell editor if a ctrl or shift is pressed, because the user probably wants to do row selection rather than cell editing startCellEdit event opens popup with field endCellEdit event destroys the field removes the cell editor popup completeEdit sends completeCellEdit sends completeCellEdit only once does not remove the popup and its field (will be done by endCellEdit) cancelEdit sends cancelCellEdit removes the popup and its field validation shows a tooltip if field has an error does not sho a tooltip if field has no error popup recovery reopens popup if row gets updated closes popup if row gets deleted closes popup if all rows get deleted closes popup (before) table is detached closes popup when table is removed tooltip recovery removes tooltip if row gets deleted DateColumnUserFilter acceptByFields works acceptByFields works with time addFilterFields must not create date fields with time TableTextUserFilter filter filters rows based on cell text separates cell values with whitepace works with bean columns DateFormat format considers d M y considers h H m a considers E parse considers d M y considers h H m a analyze analyzes the text and returns an object with months, years and days considers pattern dd.MM.yyyy considers pattern yyyy-MM-dd considers pattern MM/dd/yyy checks correct handling of am/pm proposes valid dates for pattern dd.MM.yyyy proposes valid dates for pattern MM.yyyy proposes valid dates for pattern yyyy proposes valid times DecimalFormat format considers decimal separators considers grouping separators can swap the position of the minus sign can handle invalid patterns distinguishes digits and zero digits can handle positive and negative subpattern can handle exotic symbols can handle percentages, format taken from application can handle multiplier can handle rounding mode round can handle rounding modes TextMap get returns correct text for key may return empty text may return null text replaces arguments in text may replace multiple arguments returns a text containing undefinied if the key is not found does a parent lookup if key is not found returns a text containing undefinied if neither child nor parent contains the key optGet returns undefined if key is not found returns default value if key is not found returns text if key is found returns text if key is found, with arguments replaces the same placeholder if used multiple times does a parent lookup if key is not found scout.texts init creates Texts objects for each language tag given in the model links Texts objects according the sub tags of the language tag does not override existing text maps get returns the Texts for the given language tag returns a Texts object with correct linking creates an empty Texts object with correct linking if language tag is unknown scout.tooltips can be installed and uninstalled for a form field creates a tooltip on mouseenter and removes it on mouseleave if text is empty no tooltip will be shown is a function, it will be called for tooltip text is undefined no tooltip will be shown is provided by component, it will be used as tooltip text is provided as function by component, it will be called and used as tooltip text is provided using options and by component, text provided using options will be used is a function, component is passed as first and only argument CompactTreeAdapter selectNodes selects child node and notifies server if server selects the first title node Compacttree creation adds no empty section node adds a node with child node adds a node with child nodes in correct order deletes a node inserts a child node node click calls selectNodes TreeAdapter node click sends selection and click events in one call in this order sends selection, check and click events if tree is checkable and checkbox has been clicked does not send click if mouse down happens on another node than mouseup does not send click if mouse down does not happen on a node node double click sends clicked, selection, action and expansion events node control double click sends clicked, selection, action and expansion events selectNodes sends nodeExpanded for the parents if a hidden node should be selected whose parents are collapsed (revealing the selection) does not send selection event if triggered by server checkNodes does not send checked event if triggered by server setNodesExpanded does not send expand event if triggered by server collapseAll sends nodeExpanded for every collapsed node onModelAction nodesInserted event calls insertNodes nodesDeleted event calls deleteNodes allChildNodesDeleted event calls deleteAllChildNodes nodesSelected event calls selectNodes nodeChanged event calls changeNode updates the text of the node nodesUpdated event calls updateNodes childNodeOrderChanged event calls updateNodeOrder multiple events handles delete, collapse, insert, expand events correctly TreeKeyStrokes key up selects the above node in collapsed tree selects the above node node in expanded tree selects the last node if no node is selected yet selects the only node if there is only one does nothing if first node already is selected key down selects the node below in collapsed tree selects the first node if no row is selected yet selects the above node node in expanded tree selects the only node if there is only one does nothing if last node already is selected Home selects first node in collapsed tree selects first node in expanded tree Subtract collapses a node collapses a node and drill up Add expands a node expands a node and drill down End jumps to last node space does nothing if no nodes are selected checks the selected node unchecks the selected node TreeNodePosition _findInsertPositionInFlatList insert node between two other nodes on the same level insert node between two other nodes on another level insert node ahead all other nodes on the same level insert node below all other nodes on the same level insert a subtree between two other nodes on the same level insert a node below another node of the same level with an expanded subtree _addChildrenToFlatListIfExpanded expands collapsed node expands collapsed node with different levels in insertBatch Tree creation adds nodes does not add notes if no nodes are provided insertNodes inserting a child inserts in a reasonable order if childNodeIndex is not set updates model updates model with a complex node containing another node updates html document if parent is expanded updates html document at a specific position only updates the model if parent is collapsed expands the parent if parent.expanded = true and the new inserted nodes are the first child nodes with breadcrumb style inserts a html node if the parent node is selected only updates model if the parent node is not selected inserts html nodes at a specific position expands the parent if parent.expanded = true and the new inserted nodes are the first child nodes updateNodes update same node instance enabled update updates the enabled state of the model node updates the enabled state of the html node, if visible updates the enabled state of the html node after expansion, if not visible enabled update on checkable tree updates the enabled state of the model node updates the enabled state of the html node, if visible updates the enabled state of the html node after expansion, if not visible changeNode updates the text of the model node updates the text of the html node updates custom cssClass of model and html node preserves child-of-selected when root nodes get changed preserves child-of-selected when child nodes get changed preserves group css class when nodes get updated deleteNodes deleting a child updates model updates html document updates child node indices considers view range (distinguishes between rendered and non rendered rows, adjusts viewRangeRendered) deleting a root node updates model updates html document deleting a collapsed root node updates model updates html document deleting all nodes updates model updates html document deleteAllChildNodes deletes all nodes from model deletes all nodes from html document deletes all nodes from model for a given parent deletes all nodes from html document for a given parent checkNodes checks a subnode -> mark upper nodes checks a node -> mark upper nodes -> uncheck node and test if node keeps marked because children are checked checks a subnode and its sibling -> mark upper nodes -> uncheck one of the siblings does not check a disabled node does not check a node in a disabled tree never checks two nodes if multiCheck is set to false checks children if autoCheckChildren is set to true does not check the children if autoCheckChildren is set to false does not check nodes if checkable is set to false node click calls tree._onNodeMouseDown updates model (selection) node double click expands/collapses the node node control double click does the same as control single click (does NOT expand and immediately collapse again) deselectAll clears the selection selectNodes selects a node selectedNode() expands the parents if a hidden node should be selected whose parents are collapsed (revealing the selection) also expands the node if bread crumb mode is enabled also expands the parents in breadcrumb mode if a hidden node should be selected after being expanded and collapsed while in its hidden state sets css class ancestor-of-selected on every ancestor of the selected element sets css class child-of-selected on direct children of the selected element may select a node which is not rendered sets parent and ancestor css classes even if nodes are not rendered sets child-of-selected css class even if nodes are not rendered expandNode sets css class child-of-selected on direct children if the expanded node is selected renders the child nodes if parent is expanded with breadcrumb style renders the child nodes if parent is expanded ensures top level nodes are rendered expandAllParentNodes expands all parent nodes of the given node (model) expands all parent nodes of the given node (html) collapseNode prevents collapsing in bread crumb mode if node is selected collapseAll collapses all nodes updateItemPath Sets css class group on every element within the same group updateNodeOrder reorders the child nodes if parent is given (model) reorders the child nodes if parent is given and expanded (model) reorders the child nodes if parent is given (html) considers view range when updating child node order reorders expanded child nodes if parent is given (model) reorders the root nodes if no parent is given (model) reorders the root nodes if no parent is given (html) reorders expanded root nodes if no parent is given (model) reorders expanded root nodes if no parent is given (html) tree filter filters nodes when filter() is called filters nodes when filter is added and removed makes sure only filtered nodes are displayed when node gets expanded applies filter if a node gets changed applies filter if a node gets inserted make sure nodes unchanged by filters are attached. See ticket #168957 tree enabled/disabled disables checkboxes when tree is disabled test visible list and map with initial all expanded nodes init with all expanded in correct order collapse a node -> all children have to be removed filter node -> filtered node and children has to be removed from visible update node -> node is filtered insert expanded node to expanded parent insert child node in filtered parent insert child node which should be filtered with initial all closed nodes init with all collapsed insert child node collapsed parent expand node expand child node destroy tree nodes should destroy all tree nodes and set destroyed flag scout.Call calls done on success calls fail on failure retries on failure Code init registers texts if texts property is set uses the language configured by scout.codes.defaultLanguage as default fails if text and texts are set text returns the text for the given languageTag (with texts property) returns the text for the given locale (with texts property) returns the text for the given languageTag (with text property) returns the text for the given languageTag (with text property including a text key) CodeType init creates codes and hierarchy add adds new root code to codeType adds new child code to codeType get returns code with codeId throws error for unknown codeId getCodes returns all codes returns root codes DetachHelper restores sticky tooltips removes tooltip when achor is detached considers the context of $anchor -> only removes tooltips in that context Device scout.device is initialized automatically isWindowsTablet returns true when browser is Edge and scrollbarWidth is 0 user agent parsing recognizes iOS devices recognizes Android devices recognizes normal Windows PCs recognizes supported browsers EventSupport on / trigger / off single event func only triggered until off() is called multiple events one single event func only triggered once when registered with one() event parameter passed to registered func de-register function registered with one() off remove all with same type remove specific listener Range equals union returns a new range with the sum of both ranges returns a copy of both ranges if the ranges don't overlap returns a copy of the non empty range if one range is empty subtract returns a new range where the second range is removed from the first returns a copy of the first range if the second does not overlap the first returns an empty range if second range completely covers the first returns a new range if second range is inside the first and touches a border returns an array of two ranges if second range is inside the first but does not touch a border returns a copy of the first range if the second range is empty returns an empty range if the first range is empty subtractAll subtracts all given ranges may return multiple ranges intersect returns a new range with the part where both ranges overlap returns an empty range if the ranges don't overlap returns an empty range if one range is empty scout.URL can parse super-simple URL can parse empty hash can parse a moderately simple URL can convert the URL to string (only changed in order of arguments) can handle multi-valued parameters can add parameters can remove parameters can create or replace parameters can handle non-ascii characters can sort parameters scout.arrays init checks whether array has correct length and initial values ensure creates an array if the param is not an array returns the param if the param already is an array remove removes elements removeAll removes all given elements considers emtpy args replace replaces elements insert insert element at index insertArray insert element array at index max returns 0 iff input contains 0 behaves like Math.max on null and undefined ignores non-number elements min returns 0 iff input contains 0 behaves like Math.min on null and undefined ignores non-number elements move replaces elements union merges two arrays merges two arrays and removes duplicates also works with floats if the arrays contain objects instead of primitives, it uses their id to check for equality does not fail if arr1 or arr2 are not defined equals checks whether two arrays contain the same elements in the same order considers emtpy and same arrays returns true if one array is undefined/null and the other empty equalsIgnoreOrder checks whether two arrays contain the same elements without considering the order considers emtpy and same arrays returns true if one array is undefined/null and the other empty findIndex returns the index of the element for which the given predicate returns true find returns the element for which the given predicate returns true findFrom returns the element for which the given predicate returns true, starting from a given index does not return the element for which the given predicate returns true, if it is on the left side of the start index also checks the element at start index searches from right to left if backwards is true format formats an array by concatenating each entry returns '' for empty array or if no array was provided formatEncoded encodes the html of each array element first finds first array element last finds last array element scout.codes can init without data finds a code type by ID finds a code by ID (single and two parameter call) throws an error when code type is not found throws an error when code is not found optGet should work as get if code exists should return null if code does not exist add adds a code type or an array of code types scout.dates shift shifts year or month or day shifts year and month if both provided shifts year and month and day if all provided shift year adds or removes years handles edge case leap year shift month adds or removes months handles edge case start month handles edge case end month handles edge case leap year shiftToNextDayOfType shifts to next day of type shiftToPreviousDayOfType shifts to previous day of type ensureMonday shifts to next monday in direction if it is not a monday yet isSameDay returns true if day, month and year matches compareMonths returns the differences in number of months ignores time works with different years compareDays returns the differences in number of days ignores time works with different month works with different years timestamp returns a string of the expected length withonly digits orderWeekdays orders weekdays toJsonDate / parseJsonDate can handle missing or invalid inputs can convert JSON and JS dates create can create dates weekInYear can calculate week in year format can handle invalid values can format valid dates compare can handle invalid dates can compare valid dates equals returns true if the dates are equal, false if not isLeapYear correctly identifies leap years combineDateTime creates a new date by using date part of param date and time part of param time. uses 01-01-1970 as date part if date is ommitted uses 00:00 as time part if time is ommitted scout.defaultValues init can load invalid configurations applyTo can apply default values to JSON can apply default values to JSON considering the model variant copies default values 'by value' scout.icons parses bitmap icons parses font icons (scoutIcons font) parses font icons (custom font) parses returns a CSS class for custom fonts appends CSS class string with custom fonts scout.models get load object without type ensure the object is a copy extend insert new property into root object override property in root object insert new property into a non existing array on root object override property in tree object insert new object into tree object insert new object tree into tree object insert new object into tree object with fixed index insert new object into tree object with relative index insert new object into tree object with relative index and two extension elements insert object referenced by String insert object bound to field insert objects array bound to field scout.numbers round tests special cases tests rounding mode 'UP' tests rounding mode 'DOWN' tests rounding mode 'CEILING' tests rounding mode 'FLOOR' tests rounding mode 'HALF_UP' tests rounding mode 'HALF_DOWN' shiftDecimalPoint can shift decimal point to left and right randomId can generate random IDs correlationId can generate random correlation IDs scout.objects copyProperties copies all properties copies the properties from prototype as well countOwnProperties counts all own properties valueCopy copies an object by value isNumber returns true iff argument is a number isArray returns true when argument is an array isNullOrUndefined returns true when argument is null or undefined, but not when 0 or any other value values returns object values can handle maps findChildObjectByKey find root object find object in tree find object in array find object in nested array find object in array within the tree search for not existing property search for not existing id search for not existing property and value scout.promises oneByOne stops executing after failure groupwise stops executing after failed group parallel stops executing after failed promise does not cut off error arguments adds all result arguments, one for each deferred scout.strings nl2br can convert newlines to br tags encodes html, if the parameter is set to true (default) hasText can check if string has text repeat can repeat strings padZeroLeft can pad strings with 0 startsWith can check if a string starts with another endsWith can check if a string ends with another count can count occurrences encode encodes html does not try to encode empty strings caches the html element used for encoding join joins strings join works with array as second parameter box boxes strings lowercaseFirstLetter converts first letter to lowercase quote quotes special characters for regexp asString converts input to string plainText converts html to plain text does not try to get plaintext of empty strings caches the html element used for getting plain text considers upper and lower case tags converts br, p, div into new lines converts li, tr into new lines converts td into whitespaces converts  , &, >, < preserves tabs removes leading and trailing newlines if configured leaves multiple newlines alone unless configured insertAt can insert strings into other strings nvl returns an empty string when input is null or undefined countCodePoints returns the number of codepoints in a string splitMax returns not more than limit elements Widget rendering should set rendering, rendered flags correctly should set rendering flag to true _while_ the component is rendering attach/detach attached and rendered is false by default attached and rendered has the right value after render/remove and attach/detach triggerPropertyChange fires the expected event object changedProperties is only set when new and old value are not equals clone clones only properties marked as clone property 'text' must be recognized as clone property, but not '$container' prefers properties passed as modelOverride init links widget properties with the widget destroy destroys the widget destroys the children does only destroy children if the parent is the owner removes the link to parent and owner setParent links the widget with the new parent removes the widget from the old parent if the old is not the owner does not remove the widget from the old parent if the old is the owner relinks parent destroy listener to the new parent remove removes the widget removes the children does not remove the children if owner is removed but parent is still rendered setProperty with widget property links the widget with the new child widget links the widget with the new child widgets if it is an array does not fail if new widget is null calls the _render* method if there is one for this property property css class adds or removes custom css class does not accidentally remove other css classes on a property change addCssClass adds the cssClass to the existing classes does not add the same class multiple times removeCssClass removes the cssClass from the existing classes Results: 1352 specs, 0 failures, 0 pending [INFO] stopped o.e.j.s.h.ContextHandler{/webjars,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/} [INFO] stopped o.e.j.s.h.ContextHandler{/classpath,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/} [INFO] stopped o.e.j.s.h.ContextHandler{/,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/} [INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/} [INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/} [INFO] stopped o.e.j.s.h.ContextHandler{/spec,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/} [INFO] stopped o.e.j.s.h.ContextHandler{/src,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/} [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.test --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html >-------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html 6.1.0-SNAPSHOT [32/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add-js-resource) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.ui.html/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.ui.html/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/6.1.0-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.ui.html/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/6.1.0-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/6.1.0-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt >---------- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt 6.1.0-SNAPSHOT [33/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.jaxws.apt --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.jaxws.apt --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.jaxws.apt --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.jaxws.apt --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.jaxws.apt/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.jaxws.apt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.jaxws.apt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.jaxws.apt/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.jaxws.apt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.jaxws.apt/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.jaxws.apt --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.jaxws.apt --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.jaxws.apt --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.jaxws.apt --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.jaxws.apt --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.jaxws.apt --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.jaxws.apt --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.jaxws.apt --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.jaxws.apt --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.jaxws.apt --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/6.1.0-SNAPSHOT/org.eclipse.scout.jaxws.apt-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.jaxws.apt/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/6.1.0-SNAPSHOT/org.eclipse.scout.jaxws.apt-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/6.1.0-SNAPSHOT/org.eclipse.scout.jaxws.apt-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test >----- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test 6.1.0-SNAPSHOT [34/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 13 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/target/test-classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jdbc.test --- [ERROR] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/target/classes. Directory does not exist! [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.scout.rt.server.jdbc.BindValueTest 2021-08-17 12:14:23,345 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 12:14:23,410 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:39) - Finished preparation of jandex class inventory in 57.509553 ms - MDC[] 2021-08-17 12:14:23,651 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[] 2021-08-17 12:14:23,654 INFO [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[] 2021-08-17 12:14:23,655 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:185) - No config.properties found. Running with empty configuration. - MDC[] 2021-08-17 12:14:23,659 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[] 2021-08-17 12:14:23,729 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.server.TestJdbcServerSession@4afd21c6[id = 31b0003a-9490-4a8d-999a-da22450c049c], user=default] - MDC[] 2021-08-17 12:14:23,761 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.(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[] 2021-08-17 12:14:23,784 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT A FROM T WHERE A = :a IN :a => ? [BIGINT null] - MDC[] 2021-08-17 12:14:23,823 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT A FROM T WHERE A = :a IN :a => ? [BIGINT null] - MDC[] 2021-08-17 12:14:23,827 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT A FROM T WHERE A = :a IN :a => ? [NULL null] - MDC[] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.9 sec - in org.eclipse.scout.rt.server.jdbc.BindValueTest Running org.eclipse.scout.rt.server.jdbc.SelectInputBindTest 2021-08-17 12:14:23,840 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:188) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[] 2021-08-17 12:14:23,840 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:189) - Schema: null - MDC[] 2021-08-17 12:14:23,851 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: *** UNPARSED *** UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[] 2021-08-17 12:14:23,852 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:23,854 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name} IN :{filter.active} => ? [INTEGER 1] IN :{filter.state} => ? [INTEGER 3] IN :{filter.name} => ? [VARCHAR lorem] - MDC[] 2021-08-17 12:14:23,855 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name} IN :{filter.active} => ? [INTEGER 0] IN :{filter.state} => ? [INTEGER 6] IN :{filter.name} => ? [VARCHAR ipsum] - MDC[] 2021-08-17 12:14:23,860 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: *** UNPARSED *** UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[] 2021-08-17 12:14:23,860 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:23,862 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name} IN :{table.active} => ? [INTEGER 1] IN :{table.state} => ? [INTEGER 3] IN :{table.name} => ? [VARCHAR lorem] - MDC[] 2021-08-17 12:14:23,863 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name} IN :{table.active} => ? [INTEGER 0] IN :{table.state} => ? [INTEGER 6] IN :{table.name} => ? [VARCHAR ipsum] - MDC[] 2021-08-17 12:14:23,904 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: *** UNPARSED *** UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[] 2021-08-17 12:14:23,905 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:23,906 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr IN :value => ? [VARCHAR lorem] IN :{roles} => ? [BIGINT 5] IN :personNr => ? [BIGINT 9] - MDC[] 2021-08-17 12:14:23,908 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr IN :value => ? [VARCHAR lorem] IN :{roles} => ? [BIGINT 6] IN :personNr => ? [BIGINT 9] - MDC[] 2021-08-17 12:14:23,912 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: *** UNPARSED *** UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[] 2021-08-17 12:14:23,912 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:23,913 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name} IN :{active} => ? [INTEGER 1] IN :{state} => ? [INTEGER 3] IN :{name} => ? [VARCHAR lorem] - MDC[] 2021-08-17 12:14:23,915 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name} IN :{active} => ? [INTEGER 0] IN :{state} => ? [INTEGER 6] IN :{name} => ? [VARCHAR ipsum] - MDC[] 2021-08-17 12:14:23,918 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: *** UNPARSED *** UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[] 2021-08-17 12:14:23,918 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:23,919 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr IN :value => ? [VARCHAR lorem] IN :{roles} => ? [BIGINT 5] IN :personNr => ? [BIGINT 9] - MDC[] 2021-08-17 12:14:23,921 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr IN :value => ? [VARCHAR lorem] IN :{roles} => ? [BIGINT 6] IN :personNr => ? [BIGINT 9] - MDC[] 2021-08-17 12:14:23,924 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: *** UNPARSED *** UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[] 2021-08-17 12:14:23,925 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:23,926 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name} IN :{active} => ? [INTEGER 1] IN :{state} => ? [INTEGER 3] IN :{name} => ? [VARCHAR lorem] - MDC[] 2021-08-17 12:14:23,927 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name} IN :{active} => ? [INTEGER 0] IN :{state} => ? [INTEGER 6] IN :{name} => ? [VARCHAR ipsum] - MDC[] 2021-08-17 12:14:23,933 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: *** UNPARSED *** UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[] 2021-08-17 12:14:23,933 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:23,934 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name} IN :{filter.active} => ? [INTEGER 1] IN :{filter.state} => ? [INTEGER 3] IN :{filter.name} => ? [VARCHAR lorem] - MDC[] 2021-08-17 12:14:23,936 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name} IN :{filter.active} => ? [INTEGER 0] IN :{filter.state} => ? [INTEGER 6] IN :{filter.name} => ? [VARCHAR ipsum] - MDC[] 2021-08-17 12:14:23,940 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: *** UNPARSED *** UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[] 2021-08-17 12:14:23,940 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:23,941 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE MY_TABLE SET A = :{TableBeanHolderFilter.active} , S = :{TableBeanHolderFilter.state} WHERE N = :{TableBeanHolderFilter.name} IN :{TableBeanHolderFilter.active} => ? [INTEGER 1] IN :{TableBeanHolderFilter.state} => ? [INTEGER 3] IN :{TableBeanHolderFilter.name} => ? [VARCHAR lorem] - MDC[] 2021-08-17 12:14:23,942 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE MY_TABLE SET A = :{TableBeanHolderFilter.active} , S = :{TableBeanHolderFilter.state} WHERE N = :{TableBeanHolderFilter.name} IN :{TableBeanHolderFilter.active} => ? [INTEGER 0] IN :{TableBeanHolderFilter.state} => ? [INTEGER 6] IN :{TableBeanHolderFilter.name} => ? [VARCHAR ipsum] - MDC[] 2021-08-17 12:14:23,945 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: *** UNPARSED *** UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[] 2021-08-17 12:14:23,946 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:23,947 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE MY_TABLE SET A = :{tableFieldBeanData.active} , S = :{tableFieldBeanData.state} WHERE N = :{tableFieldBeanData.name} IN :{tableFieldBeanData.active} => ? [INTEGER 1] IN :{tableFieldBeanData.state} => ? [INTEGER 3] IN :{tableFieldBeanData.name} => ? [VARCHAR lorem] - MDC[] 2021-08-17 12:14:23,948 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE MY_TABLE SET A = :{tableFieldBeanData.active} , S = :{tableFieldBeanData.state} WHERE N = :{tableFieldBeanData.name} IN :{tableFieldBeanData.active} => ? [INTEGER 0] IN :{tableFieldBeanData.state} => ? [INTEGER 6] IN :{tableFieldBeanData.name} => ? [VARCHAR ipsum] - MDC[] 2021-08-17 12:14:23,951 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: *** UNPARSED *** UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[] 2021-08-17 12:14:23,951 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:23,952 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr IN :value => ? [VARCHAR lorem] IN :{roles} => ? [BIGINT 5] IN :personNr => ? [BIGINT 9] - MDC[] 2021-08-17 12:14:23,953 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr IN :value => ? [VARCHAR lorem] IN :{roles} => ? [BIGINT 6] IN :personNr => ? [BIGINT 9] - MDC[] 2021-08-17 12:14:23,956 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: *** UNPARSED *** UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[] 2021-08-17 12:14:23,956 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:23,957 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr IN :value => ? [VARCHAR lorem] IN :{roles} => ? [BIGINT 5] IN :personNr => ? [BIGINT 9] - MDC[] 2021-08-17 12:14:23,958 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr IN :value => ? [VARCHAR lorem] IN :{roles} => ? [BIGINT 6] IN :personNr => ? [BIGINT 9] - MDC[] 2021-08-17 12:14:23,961 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: *** UNPARSED *** UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[] 2021-08-17 12:14:23,961 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:23,962 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name} IN :{table.active} => ? [INTEGER 1] IN :{table.state} => ? [INTEGER 3] IN :{table.name} => ? [VARCHAR lorem] - MDC[] 2021-08-17 12:14:23,963 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name} IN :{table.active} => ? [INTEGER 0] IN :{table.state} => ? [INTEGER 6] IN :{table.name} => ? [VARCHAR ipsum] - MDC[] 2021-08-17 12:14:23,966 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: *** UNPARSED *** UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[] 2021-08-17 12:14:23,966 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:23,967 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr IN :value => ? [VARCHAR lorem] IN :{roles} => ? [BIGINT 5] IN :personNr => ? [BIGINT 9] - MDC[] 2021-08-17 12:14:23,968 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr IN :value => ? [VARCHAR lorem] IN :{roles} => ? [BIGINT 6] IN :personNr => ? [BIGINT 9] - MDC[] 2021-08-17 12:14:24,008 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: *** UNPARSED *** UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[] 2021-08-17 12:14:24,008 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:24,009 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr IN :value => ? [VARCHAR lorem] IN :{roles} => ? [BIGINT 5] IN :personNr => ? [BIGINT 9] - MDC[] 2021-08-17 12:14:24,010 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr IN :value => ? [VARCHAR lorem] IN :{roles} => ? [BIGINT 6] IN :personNr => ? [BIGINT 9] - MDC[] 2021-08-17 12:14:24,013 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: *** UNPARSED *** UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 6 AND P = 9 - MDC[] 2021-08-17 12:14:24,013 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:24,014 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr IN :value => ? [VARCHAR lorem] IN :{roles} => ? [BIGINT 6] IN :personNr => ? [BIGINT 9] - MDC[] 2021-08-17 12:14:24,015 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: *** UNPARSED *** UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr IN :value => ? [VARCHAR lorem] IN :{roles} => ? [BIGINT 5] IN :personNr => ? [BIGINT 9] - MDC[] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec - in org.eclipse.scout.rt.server.jdbc.SelectInputBindTest Running org.eclipse.scout.rt.server.jdbc.SelectIntoArrayTest 2021-08-17 12:14:24,021 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: SELECT A, B, C FROM T WHERE D = 0 - MDC[] 2021-08-17 12:14:24,022 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:24,022 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT A, B, C FROM T WHERE D = 0 INTO :{h.active}, :{h.state}, :{h.name} OUT :{h.active} => ? [Active] OUT :{h.state} => ? [State] OUT :{h.name} => ? [Name] - MDC[] 2021-08-17 12:14:24,028 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT A, B, C FROM T WHERE A = :{h.active} AND B = :{h.state} AND C = :{h.name} IN :{h.active} => ? [INTEGER 1] IN :{h.state} => ? [INTEGER 1] IN :{h.name} => ? [VARCHAR abc] - MDC[] 2021-08-17 12:14:24,029 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT A, B, C FROM T WHERE A = :{h.active} AND B = :{h.state} AND C = :{h.name} IN :{h.active} => ? [INTEGER null] IN :{h.state} => ? [INTEGER null] IN :{h.name} => ? [VARCHAR null] - MDC[] 2021-08-17 12:14:24,034 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: SELECT ROLE_NR FROM USER_ROLE WHERE USER_NR = 42 - MDC[] 2021-08-17 12:14:24,034 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:24,035 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT ROLE_NR FROM USER_ROLE WHERE USER_NR = :personNr INTO :{roles} IN :personNr => ? [BIGINT 42] OUT :{roles} => ? - MDC[] 2021-08-17 12:14:24,039 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: SELECT A, B, C FROM T WHERE D = 0 - MDC[] 2021-08-17 12:14:24,039 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:24,040 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT A, B, C FROM T WHERE D = 0 INTO :{table.active}, :{table.state}, :{table.name} OUT :{table.active} => ? [Boolean] OUT :{table.state} => ? [Integer] OUT :{table.name} => ? [String] - MDC[] 2021-08-17 12:14:24,043 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: SELECT ROLE_NR FROM USER_ROLE WHERE USER_NR = 63 - MDC[] 2021-08-17 12:14:24,043 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:24,044 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT ROLE_NR FROM USER_ROLE WHERE USER_NR = :personNr INTO :{roles} IN :personNr => ? [BIGINT 63] OUT :{roles} => ? - MDC[] 2021-08-17 12:14:24,046 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: SELECT A, B, C FROM T WHERE D = 0 - MDC[] 2021-08-17 12:14:24,046 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:24,047 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT A, B, C FROM T WHERE D = 0 INTO :{table.active}, :{table.state}, :{table.name} OUT :{table.active} => ? [Boolean] OUT :{table.state} => ? [Integer] OUT :{table.name} => ? [String] - MDC[] 2021-08-17 12:14:24,050 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: SELECT ROLE_NR FROM USER_ROLE WHERE USER_NR = 42 - MDC[] 2021-08-17 12:14:24,050 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:24,051 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT ROLE_NR FROM USER_ROLE WHERE USER_NR = :personNr INTO :{roles} IN :personNr => ? [BIGINT 42] OUT :{roles} => ? [Long] - MDC[] 2021-08-17 12:14:24,053 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: SELECT A, B, C FROM T WHERE D = 0 - MDC[] 2021-08-17 12:14:24,054 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:24,055 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT A, B, C FROM T WHERE D = 0 INTO :{tableFieldBeanData.active}, :{tableFieldBeanData.state}, :{tableFieldBeanData.name} OUT :{tableFieldBeanData.active} => ? [Boolean] OUT :{tableFieldBeanData.state} => ? [Integer] OUT :{tableFieldBeanData.name} => ? [String] - MDC[] 2021-08-17 12:14:24,057 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: SELECT ROLE_NR FROM USER_ROLE WHERE USER_NR = 42 - MDC[] 2021-08-17 12:14:24,057 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:24,058 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT ROLE_NR FROM USER_ROLE WHERE USER_NR = :personNr INTO :{roles} IN :personNr => ? [BIGINT 42] OUT :{roles} => ? - MDC[] 2021-08-17 12:14:24,061 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: SELECT A, B, C FROM T WHERE D = 0 - MDC[] 2021-08-17 12:14:24,061 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:24,061 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT A, B, C FROM T WHERE D = 0 INTO :{h.active}, :{h.state}, :{h.name} OUT :{h.active} => ? [boolean] OUT :{h.state} => ? [int] OUT :{h.name} => ? [String] - MDC[] 2021-08-17 12:14:24,064 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT A, B, C FROM T WHERE D = 0 - MDC[] 2021-08-17 12:14:24,066 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log: SELECT A, B, C FROM T WHERE D = 0 - MDC[] 2021-08-17 12:14:24,066 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[] 2021-08-17 12:14:24,067 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT A, B, C FROM T WHERE D = 0 INTO :active, :state, :name OUT :active => ? [Boolean] OUT :state => ? [Integer] OUT :name => ? [String] - MDC[] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in org.eclipse.scout.rt.server.jdbc.SelectIntoArrayTest Running org.eclipse.scout.rt.server.jdbc.SelectIntoTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec - in org.eclipse.scout.rt.server.jdbc.SelectIntoTest Running org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtilityTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtilityTest Running org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderTest Running org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderWithComposerTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderWithComposerTest Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorCreateSqlDumpTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 sec - in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorCreateSqlDumpTest Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorFindNextBindTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorFindNextBindTest Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorTest 2021-08-17 12:14:24,372 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT :bind1, :bind2 FROM DUAL IN :bind1 => ? [NULL null] IN :bind2 => ? [NULL null] - MDC[] 2021-08-17 12:14:24,373 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT :bind1, :bind2 FROM DUAL IN :bind1 => ? [NULL null] IN :bind2 => ? [NULL null] - MDC[] 2021-08-17 12:14:24,374 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT 1, 2 FROM DUAL INTO :bind1, :bind2 OUT :bind1 => ? [Integer] OUT :bind2 => ? [Integer] - MDC[] 2021-08-17 12:14:24,375 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT 1, 2 FROM DUAL INTO :bind1, :bind2 OUT :bind1 => ? [Integer] OUT :bind2 => ? [Integer] - MDC[] 2021-08-17 12:14:24,376 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT :userId, :bind1 FROM DUAL IN :userId => ? [NULL null] IN :bind1 => ? [NULL null] - MDC[] 2021-08-17 12:14:24,376 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT :bind1, :bind2 FROM DUAL IN :bind1 => ? [NULL null] IN :bind2 => ? [NULL null] - MDC[] 2021-08-17 12:14:24,377 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT 1, 2 FROM DUAL INTO :bind1, :bind2 OUT :bind1 => ? [Integer] OUT :bind2 => ? [Integer] - MDC[] 2021-08-17 12:14:24,405 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:188) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[] 2021-08-17 12:14:24,405 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:189) - Schema: null - MDC[] 2021-08-17 12:14:24,407 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT P.PERSON_NR, P.NAME FROM PERSON P WHERE P.PERSON_NR = :key AND P.NAME LIKE '%' || :text || '%' IN :key => ? [VARCHAR null] IN :text => ? [VARCHAR null] - MDC[] 2021-08-17 12:14:24,411 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:188) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[] 2021-08-17 12:14:24,411 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:189) - Schema: null - MDC[] 2021-08-17 12:14:24,413 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT COUNT(*) FROM PERSON P WHERE NVL(:birthdate, TO_DATE('1.1.3000', 'dd.mm.yyyy')) >= SYSDATE AND :name LIKE '%Me%' AND :{addressTable.street} LIKE '%Park%' INTO :countConcurrent IN :birthdate => ? [TIMESTAMP null] IN :name => ? [VARCHAR null] IN :{addressTable.street} => ? [VARCHAR null] OUT :countConcurrent => ? [Integer] - MDC[] 2021-08-17 12:14:24,414 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT COUNT(*) FROM PERSON P WHERE NVL(:birthdate, TO_DATE('1.1.3000', 'dd.mm.yyyy')) >= SYSDATE AND :name LIKE '%Me%' AND :{addressTable.street} LIKE '%Park%' INTO :countConcurrent IN :birthdate => ? [TIMESTAMP null] IN :name => ? [VARCHAR null] IN :{addressTable.street} => ? [VARCHAR null] OUT :countConcurrent => ? [Integer] - MDC[] 2021-08-17 12:14:24,416 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:188) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[] 2021-08-17 12:14:24,416 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:189) - Schema: null - MDC[] 2021-08-17 12:14:24,417 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT BP_NR FROM FLM_BP WHERE BP_NO LIKE :bpNo INTO :bpNr IN :bpNo => ? [VARCHAR 12] OUT :bpNr => ? [Long] - MDC[] 2021-08-17 12:14:24,420 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:188) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[] 2021-08-17 12:14:24,421 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:189) - Schema: null - MDC[] 2021-08-17 12:14:24,421 INFO [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - SQL with binds: SELECT 1 FROM DUAL INTO :active OUT :active => ? [Integer] - MDC[] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorTest Running org.eclipse.scout.rt.server.jdbc.parsers.BindParserTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.jdbc.parsers.BindParserTest Running org.eclipse.scout.rt.server.jdbc.parsers.SqlFunctionReplaceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.jdbc.parsers.SqlFunctionReplaceTest Running org.eclipse.scout.rt.server.jdbc.parsers.sql.SqlFormatterTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec - in org.eclipse.scout.rt.server.jdbc.parsers.sql.SqlFormatterTest Running org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyleTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyleTest Results : Tests run: 95, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jdbc.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.1.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-6.1.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test >----- [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test 6.1.0-SNAPSHOT [35/35] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- jaxws-maven-plugin:2.4:wsimport (wsimport-1) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Processing: file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsConsumerTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -d, '/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_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-6.1_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-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsConsumerTestService.wsdl"] parsing WSDL... Generating code... org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/EchoRequest.java org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/EchoResponse.java org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/GetHeaderRequest.java org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/GetHeaderResponse.java org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/JaxWsConsumerTestService.java org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/JaxWsConsumerTestServicePortType.java org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/ObjectFactory.java org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SetHeaderRequest.java org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SetHeaderResponse.java org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SleepRequest.java org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SleepResponse.java org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/package-info.java [INFO] [INFO] --- jaxws-maven-plugin:2.4:wsimport (wsimport-2) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Processing: file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsPingTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -d, '/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_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-6.1_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-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsPingTestService.wsdl"] parsing WSDL... Generating code... org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/JaxWsPingTestService.java org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/JaxWsPingTestServicePortType.java org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/ObjectFactory.java org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/PingRequest.java org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/PingResponse.java org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/package-info.java [INFO] [INFO] --- build-helper-maven-plugin:1.9.1:add-source (add-wsimport-source) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Source directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport added. [INFO] [INFO] --- build-helper-maven-plugin:1.9.1:add-source (add-apt-source) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Source directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/annotations added. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wsimport-artifacts) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-jaxws-artifacts-to-meta-inf) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/classes [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'org.eclipse.scout.jaxws.consumer.jaxwsconsumertestservice.JaxWsConsumerTestServicePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'org.eclipse.scout.jaxws.consumer.jaxwspingtestservice.JaxWsPingTestServicePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-apt-artifacts) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/test-classes [INFO] [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.scout.rt.server.jaxws.adapter.CalendarDateTimeAdapterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 sec - in org.eclipse.scout.rt.server.jaxws.adapter.CalendarDateTimeAdapterTest Running org.eclipse.scout.rt.server.jaxws.adapter.DefaultTimezoneDateTimeAdapterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.server.jaxws.adapter.DefaultTimezoneDateTimeAdapterTest Running org.eclipse.scout.rt.server.jaxws.adapter.UtcDateTimeAdapterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.server.jaxws.adapter.UtcDateTimeAdapterTest Running org.eclipse.scout.rt.server.jaxws.consumer.InvocationContextTest 2021-08-17 13:18:15,416 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[] 2021-08-17 13:18:15,444 INFO [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:39) - Finished preparation of jandex class inventory in 22.188904 ms - MDC[] 2021-08-17 13:18:15,708 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[] 2021-08-17 13:18:15,710 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[] 2021-08-17 13:18:15,711 INFO [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[] 2021-08-17 13:18:15,711 INFO [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:185) - No config.properties found. Running with empty configuration. - MDC[] 2021-08-17 13:18:15,736 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[] 2021-08-17 13:18:15,740 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[] 2021-08-17 13:18:15,823 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.server.jaxws.JaxWsTestServerSession@1f966492[id = ff8d89ce-f952-4f89-bbd0-e7cc71930acc], user=jaxws-user] - MDC[] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.664 sec - in org.eclipse.scout.rt.server.jaxws.consumer.InvocationContextTest Running org.eclipse.scout.rt.server.jaxws.consumer.JaxWsRiClientTest 2021-08-17 13:18:16,015 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServerSession@35adf623[id = a6e6d99c-a0e1-45a6-a600-4b4c0d856db2], user=default] - MDC[] 2021-08-17 13:18:16,276 INFO [main] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsTestProviderInstaller.install(JaxWsTestProviderInstaller.java:47) - Published JaxWsConsumerTestServiceProvider on endpoint http://localhost:41441/WS/JaxWsConsumerTestService - MDC[] 2021-08-17 13:18:16,289 INFO [main] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsTestProviderInstaller.install(JaxWsTestProviderInstaller.java:49) - Published JaxWsPingTestServiceProvider on endpoint http://localhost:41441/WS/JaxWsPingTestService - MDC[] 2021-08-17 13:18:16,345 INFO [pool-1-thread-1] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message' - MDC[] 2021-08-17 13:18:16,354 INFO [pool-1-thread-1] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[] 2021-08-17 13:18:16,861 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[] 2021-08-17 13:18:16,867 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[] 2021-08-17 13:18:16,871 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[] 2021-08-17 13:18:16,876 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[] 2021-08-17 13:18:16,921 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[] 2021-08-17 13:18:16,925 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[] 2021-08-17 13:18:16,931 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[] 2021-08-17 13:18:16,974 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[] 2021-08-17 13:18:16,977 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[] 2021-08-17 13:18:16,980 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[] 2021-08-17 13:18:17,026 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[] 2021-08-17 13:18:17,029 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 1' - MDC[] 2021-08-17 13:18:17,032 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 2' - MDC[] 2021-08-17 13:18:17,076 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 3' - MDC[] 2021-08-17 13:18:17,079 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 4' - MDC[] 2021-08-17 13:18:17,082 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 5' - MDC[] 2021-08-17 13:18:17,126 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 6' - MDC[] 2021-08-17 13:18:17,128 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 7' - MDC[] 2021-08-17 13:18:17,131 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 8' - MDC[] 2021-08-17 13:18:17,174 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 9' - MDC[] 2021-08-17 13:18:17,179 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[] 2021-08-17 13:18:17,198 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[] 2021-08-17 13:18:17,242 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[] 2021-08-17 13:18:17,247 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[] 2021-08-17 13:18:17,258 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsPingTestServiceProvider.ping(JaxWsPingTestServiceProvider.java:30) - echo 'ping' - MDC[] 2021-08-17 13:18:17,303 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[] 2021-08-17 13:18:17,307 INFO [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 1' - MDC[] 2021-08-17 13:18:17,857 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[] 2021-08-17 13:18:18,362 INFO [pool-1-thread-3] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[] 2021-08-17 13:18:18,367 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[] 2021-08-17 13:18:18,371 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[] 2021-08-17 13:18:18,447 INFO [pool-1-thread-4] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[] 2021-08-17 13:18:18,451 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[] 2021-08-17 13:18:18,957 INFO [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[] 2021-08-17 13:18:18,964 INFO [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[] 2021-08-17 13:18:18,973 INFO [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[] 2021-08-17 13:18:18,977 INFO [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 1' - MDC[] 2021-08-17 13:18:18,977 INFO [pool-1-thread-6] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 1' - MDC[] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.013 sec - in org.eclipse.scout.rt.server.jaxws.consumer.JaxWsRiClientTest Running org.eclipse.scout.rt.server.jaxws.consumer.PortCacheTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.eclipse.scout.rt.server.jaxws.consumer.PortCacheTest Running org.eclipse.scout.rt.server.jaxws.handler.WsConsumerCorrelationIdHandlerTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.server.jaxws.handler.WsConsumerCorrelationIdHandlerTest Running org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandlerTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandlerTest Results : Tests run: 39, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT-test-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Scout RT 6.1.0-SNAPSHOT: [INFO] [INFO] Eclipse Scout RT ................................... SUCCESS [35:15 min] [INFO] org.eclipse.scout.rt:org.eclipse.scout.json ........ SUCCESS [02:33 min] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform . SUCCESS [01:04 min] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test SUCCESS [02:01 min] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared ... SUCCESS [ 2.078 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test SUCCESS [ 3.451 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons SUCCESS [ 0.847 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test SUCCESS [ 6.183 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api .. SUCCESS [ 1.802 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server ... SUCCESS [ 0.936 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test SUCCESS [ 7.550 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms SUCCESS [ 0.715 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws SUCCESS [ 1.807 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt ... SUCCESS [ 0.989 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test SUCCESS [03:55 min] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc SUCCESS [ 0.882 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test SUCCESS [ 3.501 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test SUCCESS [ 2.269 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms .. SUCCESS [ 1.261 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms.test SUCCESS [02:34 min] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client ... SUCCESS [ 3.142 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test SUCCESS [ 24.694 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client SUCCESS [ 3.553 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test SUCCESS [ 1.734 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge SUCCESS [ 0.719 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor SUCCESS [01:42 min] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html .. SUCCESS [ 21.469 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test SUCCESS [13:33 min] [INFO] org.eclipse.scout.rt.ui.html.selenium .............. SUCCESS [ 8.330 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test SUCCESS [ 2.147 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html SUCCESS [ 0.887 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty ... SUCCESS [ 3.479 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix SUCCESS [ 0.771 s] [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test SUCCESS [ 1.225 s] [INFO] org.eclipse.scout.rt-settings ...................... SUCCESS [ 0.816 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:04 h [INFO] Finished at: 2021-08-17T12:18:20Z [INFO] ------------------------------------------------------------------------ Recording test results [Checks API] No suitable checks publisher found. Finished: SUCCESS